FFmpeg
|
#include "libavutil/attributes.h"
#include "libavutil/avassert.h"
#include "libavutil/imgutils.h"
#include "libavutil/internal.h"
#include "libavutil/motion_vector.h"
#include "libavutil/video_enc_params.h"
#include "avcodec.h"
#include "blockdsp.h"
#include "h264chroma.h"
#include "idctdsp.h"
#include "internal.h"
#include "mathops.h"
#include "mpeg_er.h"
#include "mpegutils.h"
#include "mpegvideo.h"
#include "mpegvideodata.h"
#include "mjpegenc.h"
#include "msmpeg4.h"
#include "qpeldsp.h"
#include "thread.h"
#include "wmv2.h"
#include <limits.h>
Go to the source code of this file.
Macros | |
#define | COPY(a) bak->a = src->a |
#define | UPDATE_PICTURE(pic) |
#define | REBASE_PICTURE(pic, new_ctx, old_ctx) |
The simplest mpeg encoder (well, it was the simplest!).
Definition in file mpegvideo.c.
#define UPDATE_PICTURE | ( | pic | ) |
#define REBASE_PICTURE | ( | pic, | |
new_ctx, | |||
old_ctx | |||
) |
|
static |
Definition at line 54 of file mpegvideo.c.
Referenced by dct_init().
|
static |
Definition at line 83 of file mpegvideo.c.
Referenced by dct_init().
|
static |
Definition at line 112 of file mpegvideo.c.
Referenced by dct_init().
|
static |
Definition at line 142 of file mpegvideo.c.
Referenced by dct_init().
|
static |
Definition at line 176 of file mpegvideo.c.
Referenced by dct_init().
|
static |
Definition at line 210 of file mpegvideo.c.
Referenced by dct_init().
|
static |
Definition at line 244 of file mpegvideo.c.
Referenced by dct_init().
Definition at line 271 of file mpegvideo.c.
Referenced by dct_init().
Definition at line 277 of file mpegvideo.c.
Referenced by dct_init().
|
static |
Definition at line 284 of file mpegvideo.c.
Referenced by ff_mpv_common_init(), and main().
av_cold void ff_mpv_idct_init | ( | MpegEncContext * | s | ) |
Definition at line 331 of file mpegvideo.c.
Referenced by dnxhd_encode_init(), ff_h263_decode_frame(), ff_h263_decode_init(), ff_mpeg4_workaround_bugs(), ff_mpeg_update_thread_context(), ff_mpv_encode_init(), ff_rv34_decode_init(), h261_decode_frame(), ipu_decode_init(), mpeg_decode_init(), mpeg_decode_postinit(), rv10_decode_init(), and vcr2_init_sequence().
|
static |
Definition at line 351 of file mpegvideo.c.
Referenced by ff_mpv_frame_start().
|
static |
Definition at line 359 of file mpegvideo.c.
Referenced by init_duplicate_contexts().
|
static |
Initialize an MpegEncContext's thread contexts.
Presumes that slice_context_count is already set and that all the fields that are freed/reset in free_duplicate_context() are NULL.
Definition at line 414 of file mpegvideo.c.
Referenced by ff_mpv_common_frame_size_change(), and ff_mpv_common_init().
|
static |
Definition at line 438 of file mpegvideo.c.
Referenced by free_duplicate_contexts().
|
static |
Definition at line 460 of file mpegvideo.c.
Referenced by free_context_frame().
|
static |
Definition at line 469 of file mpegvideo.c.
Referenced by ff_update_duplicate_context().
int ff_update_duplicate_context | ( | MpegEncContext * | dst, |
MpegEncContext * | src | ||
) |
Definition at line 499 of file mpegvideo.c.
Referenced by decode_chunks(), and encode_picture().
int ff_mpeg_update_thread_context | ( | AVCodecContext * | dst, |
const AVCodecContext * | src | ||
) |
Definition at line 524 of file mpegvideo.c.
Referenced by ff_rv34_decode_update_thread_context().
void ff_mpv_common_defaults | ( | MpegEncContext * | s | ) |
Set the given MpegEncContext to common defaults (same for encoding and decoding).
The changed fields will not depend upon the prior state of the MpegEncContext.
Definition at line 676 of file mpegvideo.c.
Referenced by ff_mpv_decode_init(), and mpv_encode_defaults().
void ff_mpv_decode_init | ( | MpegEncContext * | s, |
AVCodecContext * | avctx | ||
) |
Initialize the given MpegEncContext for decoding.
the changed fields will not depend upon the prior state of the MpegEncContext.
Definition at line 699 of file mpegvideo.c.
Referenced by ff_h263_decode_init(), ff_rv34_decode_init(), h261_decode_init(), ipu_decode_init(), mpeg_decode_init(), and rv10_decode_init().
|
static |
Initialize and allocates MpegEncContext fields dependent on the resolution.
Definition at line 716 of file mpegvideo.c.
Referenced by ff_mpv_common_frame_size_change(), and ff_mpv_common_init().
|
static |
Definition at line 831 of file mpegvideo.c.
Referenced by ff_mpv_common_init().
av_cold int ff_mpv_common_init | ( | MpegEncContext * | s | ) |
init common structure for both encoder and decoder.
this assumes that some variables like width/height are already set
Definition at line 913 of file mpegvideo.c.
Referenced by ff_h263_decode_frame(), ff_h263_decode_init(), ff_mpeg_update_thread_context(), ff_mpv_encode_init(), ff_rv34_decode_init(), h261_decode_frame(), mpeg_decode_postinit(), rv10_decode_init(), rv20_decode_picture_header(), svq1_encode_init(), and vcr2_init_sequence().
|
static |
Frees and resets MpegEncContext fields depending on the resolution as well as the slice thread contexts.
Is used during resolution changes to avoid a full reinitialization of the codec.
Definition at line 1004 of file mpegvideo.c.
Referenced by ff_mpv_common_end(), and ff_mpv_common_frame_size_change().
int ff_mpv_common_frame_size_change | ( | MpegEncContext * | s | ) |
Definition at line 1055 of file mpegvideo.c.
Referenced by ff_h263_decode_frame(), ff_mpeg_update_thread_context(), ff_rv34_decode_frame(), and ff_rv34_decode_update_thread_context().
void ff_mpv_common_end | ( | MpegEncContext * | s | ) |
Definition at line 1111 of file mpegvideo.c.
Referenced by ff_h263_decode_end(), ff_mpv_common_init(), ff_mpv_encode_end(), ff_rv34_decode_end(), ff_rv34_decode_init(), ff_vc1_decode_end(), h261_decode_end(), h261_decode_frame(), ipu_decode_end(), mpeg_decode_end(), mpeg_decode_postinit(), rv10_decode_end(), rv20_decode_picture_header(), svq1_encode_end(), vc1_decode_frame(), and vcr2_init_sequence().
|
static |
Definition at line 1161 of file mpegvideo.c.
Referenced by ff_mpv_frame_start().
int ff_mpv_frame_start | ( | MpegEncContext * | s, |
AVCodecContext * | avctx | ||
) |
generic function called after decoding the header and before a frame is decoded.
Definition at line 1181 of file mpegvideo.c.
Referenced by decode_wmv9(), ff_h263_decode_frame(), ff_rv34_decode_frame(), h261_decode_frame(), mpeg_field_start(), rv10_decode_packet(), and vc1_decode_frame().
void ff_mpv_frame_end | ( | MpegEncContext * | s | ) |
Definition at line 1405 of file mpegvideo.c.
Referenced by decode_wmv9(), ff_h263_decode_frame(), ff_rv34_decode_frame(), finish_frame(), h261_decode_frame(), rv10_decode_frame(), rv10_decode_packet(), slice_end(), and vc1_decode_frame().
void ff_print_debug_info | ( | MpegEncContext * | s, |
Picture * | p, | ||
AVFrame * | pict | ||
) |
Definition at line 1413 of file mpegvideo.c.
Referenced by ff_h263_decode_frame(), finish_frame(), h261_decode_frame(), rv10_decode_frame(), slice_end(), and vc1_decode_frame().
int ff_mpv_export_qp_table | ( | MpegEncContext * | s, |
AVFrame * | f, | ||
Picture * | p, | ||
int | qp_type | ||
) |
Definition at line 1420 of file mpegvideo.c.
Referenced by ff_h263_decode_frame(), finish_frame(), rv10_decode_frame(), and slice_end().
|
inlinestatic |
Definition at line 1451 of file mpegvideo.c.
Referenced by MPV_motion_lowres().
|
static |
Definition at line 1498 of file mpegvideo.c.
Referenced by MPV_motion_lowres().
|
inlinestatic |
Definition at line 1637 of file mpegvideo.c.
Referenced by MPV_motion_lowres().
|
inlinestatic |
motion compensation of a single macroblock
s | context |
dest_y | luma destination pointer |
dest_cb | chroma cb/u destination pointer |
dest_cr | chroma cr/v destination pointer |
dir | direction (0->forward, 1->backward) |
ref_picture | array[3] of pointers to the 3 planes of the reference picture |
pix_op | halfpel motion compensation function (average or put normally) the motion vectors are taken from s->mv and the MV type from s->mv_type |
Definition at line 1705 of file mpegvideo.c.
Referenced by mpv_reconstruct_mb_internal().
|
static |
find the lowest MB row referenced in the MVs
Definition at line 1839 of file mpegvideo.c.
Referenced by mpv_reconstruct_mb_internal().
|
inlinestatic |
Definition at line 1875 of file mpegvideo.c.
Referenced by mpv_reconstruct_mb_internal().
|
inlinestatic |
Definition at line 1883 of file mpegvideo.c.
Referenced by mpv_reconstruct_mb_internal().
|
inlinestatic |
Definition at line 1891 of file mpegvideo.c.
Referenced by mpv_reconstruct_mb_internal().
void ff_clean_intra_table_entries | ( | MpegEncContext * | s | ) |
Clean dc, ac, coded_block for the current non-intra MB.
Definition at line 1904 of file mpegvideo.c.
Referenced by encode_thread(), mpeg4_decode_partition_a(), and mpv_reconstruct_mb_internal().
|
static |
Definition at line 1945 of file mpegvideo.c.
Referenced by ff_mpv_reconstruct_mb().
void ff_mpv_reconstruct_mb | ( | MpegEncContext * | s, |
int16_t | block[12][64] | ||
) |
Definition at line 2248 of file mpegvideo.c.
Referenced by decode_slice(), encode_mb_hq(), encode_thread(), h261_decode_mb(), h261_decode_mb_skipped(), mpeg_decode_slice(), mpeg_er_decode_mb(), and rv10_decode_packet().
void ff_mpeg_draw_horiz_band | ( | MpegEncContext * | s, |
int | y, | ||
int | h | ||
) |
Definition at line 2260 of file mpegvideo.c.
Referenced by decode_slice(), dxva2_mpeg2_end_frame(), dxva2_vc1_end_frame(), ff_xvmc_decode_mb(), ff_xvmc_field_end(), mpeg_decode_slice(), vaapi_mpeg2_end_frame(), vaapi_mpeg4_end_frame(), vaapi_vc1_end_frame(), vc1_decode_b_blocks(), vc1_decode_i_blocks(), vc1_decode_i_blocks_adv(), vc1_decode_p_blocks(), and vc1_decode_skip_blocks().
void ff_init_block_index | ( | MpegEncContext * | s | ) |
Definition at line 2267 of file mpegvideo.c.
Referenced by decode_slice(), encode_thread(), estimate_motion_thread(), ff_h261_reorder_mb_index(), h261_decode_mb(), h261_decode_mb_skipped(), init_block_index(), mpeg4_decode_partition_a(), mpeg4_decode_partition_b(), mpeg_decode_slice(), mpeg_er_decode_mb(), rv10_decode_packet(), and rv34_decode_slice().
void ff_mpeg_flush | ( | AVCodecContext * | avctx | ) |
Definition at line 2300 of file mpegvideo.c.
Referenced by decode_wmv9(), and flush().
void ff_set_qscale | ( | MpegEncContext * | s, |
int | qscale | ||
) |
set qscale and update qscale dependent variables.
Definition at line 2331 of file mpegvideo.c.
Referenced by decode_slice(), encode_mb_internal(), encode_thread(), ff_h261_encode_mb(), h261_decode_gob(), h261_decode_mb(), h263_decode_dquant(), mpeg4_decode_mb(), mpeg4_decode_partition_a(), mpeg4_decode_partition_b(), mpeg4_decode_partitioned_mb(), and rv10_decode_packet().
void ff_mpv_report_decode_progress | ( | MpegEncContext * | s | ) |
Definition at line 2345 of file mpegvideo.c.
Referenced by decode_slice(), and mpeg_decode_slice().