Go to the documentation of this file.
28 #ifndef AVCODEC_MPEGVIDEO_H
29 #define AVCODEC_MPEGVIDEO_H
51 #define MAX_THREADS 32
53 #define MAX_B_FRAMES 16
257 #define MV_DIR_FORWARD 1
258 #define MV_DIR_BACKWARD 2
261 #define MV_TYPE_16X16 0
262 #define MV_TYPE_8X8 1
263 #define MV_TYPE_16X8 2
264 #define MV_TYPE_FIELD 3
265 #define MV_TYPE_DMV 4
472 #define SLICE_ERROR -1
474 #define SLICE_NOEND -3
584 const uint8_t *src_scantable);
588 uint8_t *dest_y, uint8_t *dest_cb,
589 uint8_t *dest_cr,
int dir,
590 uint8_t *
const *ref_picture,
597 const int bytes_per_pixel = 1 + (bits_per_raw_sample > 8);
598 const int block_size = (8 * bytes_per_pixel) >>
lowres;
600 s->block_index[0]+=2;
601 s->block_index[1]+=2;
602 s->block_index[2]+=2;
603 s->block_index[3]+=2;
606 s->dest[0]+= 2*block_size;
H264ChromaContext h264chroma
Picture * picture
main picture buffer
int mb_skipped
MUST BE SET only during DECODING.
uint16_t * mb_type
Table for candidate MB types for encoding (defines in mpegutils.h)
AVFrame * new_picture
Reference to the source picture for encoding.
int h263_flv
use flv H.263 header
uint16_t(* q_intra_matrix16)[2][64]
identical to the above but for MMX & these are not permutated, second 64 entries are bias
uint8_t *[2][2] b_field_select_table
Only the first element is allocated.
int data_partitioning
data partitioning flag from header
int stuffing_bits
bits used for stuffing
void(* dct_unquantize_mpeg1_intra)(struct MpegEncContext *s, int16_t *block, int n, int qscale)
unsigned int lambda
Lagrange multiplier used in rate distortion.
int quantizer_noise_shaping
int b_code
backward MV resolution for B-frames (MPEG-4)
int input_picture_number
used to set pic->display_picture_number, should not be used for/by anything else
void(* dct_unquantize_h263_inter)(struct MpegEncContext *s, int16_t *block, int n, int qscale)
uint16_t pp_time
time distance between the last 2 p,s,i frames
RateControlContext rc_context
contains stuff only accessed in ratecontrol.c
uint8_t * mb_mean
Table for MB luminance.
int intra_quant_bias
bias for the quantizer
int max_b_frames
max number of B-frames for encoding
int block_index[6]
index to current MB in block based arrays with edges
Motion estimation context.
int coded_picture_number
used to set pic->coded_picture_number, should not be used for/by anything else
int slice_height
in macroblocks
Picture current_picture
copy of the current picture structure.
int partitioned_frame
is current frame partitioned
uint16_t(* dct_offset)[64]
This structure describes decoded (raw) audio or video data.
int mb_num
number of MBs of a picture
int16_t(* ac_val_base)[16]
void(* dct_unquantize_mpeg2_intra)(struct MpegEncContext *s, int16_t *block, int n, int qscale)
int workaround_bugs
workaround bugs in encoders which cannot be detected automatically
int64_t reordered_pts
reordered pts to be used as dts for the next output frame when there's a delay
int inter_quant_bias
bias for the quantizer
const uint8_t * fcode_tab
smallest fcode needed for each MV
Picture next_picture
copy of the next picture structure.
int last_dc[3]
last DC values for MPEG-1
uint8_t * intra_chroma_ac_vlc_length
int chroma_qscale
chroma QP
Picture ** input_picture
next pictures on display order for encoding
int16_t(*[3] ac_val)[16]
used for MPEG-4 AC prediction, all 3 arrays must be continuous
int unrestricted_mv
mv can point outside of the coded picture
struct AVCodecContext * avctx
Picture * next_picture_ptr
pointer to the next picture (for bidir pred)
PutBitContext pb
bit output
int mb_num_left
number of MBs left in this video packet (for partitioned Slices only)
int height
picture size. must be a multiple of 16
int(* fast_dct_quantize)(struct MpegEncContext *s, int16_t *block, int n, int qscale, int *overflow)
int64_t dts_delta
pts difference between the first and second input frame, used for calculating dts of the first frame ...
void(* dct_unquantize_h263_intra)(struct MpegEncContext *s, int16_t *block, int n, int qscale)
GetBitContext last_resync_gb
used to search for the next resync marker
#define MPEGVIDEO_MAX_PLANES
int mv[2][4][2]
motion vectors for a macroblock first coordinate : 0 = forward 1 = backward second " : depend...
enum OutputFormat out_format
output format
int time_base
time in seconds of last I,P,S Frame
ScanTable intra_scantable
int mb_height
number of MBs horizontally & vertically
uint8_t permutated_intra_v_scantable[64]
int pict_type
AV_PICTURE_TYPE_I, AV_PICTURE_TYPE_P, AV_PICTURE_TYPE_B, ...
int h263_pred
use MPEG-4/H.263 ac/dc predictions
uint8_t * mbintra_table
used to avoid setting {ac, dc, cbp}-pred stuff to zero on inter MB decoding
int mpv_flags
flags set by private options
int intra_only
if true, only intra pictures are generated
int padding_bug_score
used to detect the VERY common padding bug in MPEG-4
void ff_init_scantable(const uint8_t *permutation, ScanTable *st, const uint8_t *src_scantable)
ptrdiff_t linesize
line size, in bytes, may be different from width
uint16_t * mc_mb_var
Table for motion compensated MB variances.
int umvplus
== H.263+ && unrestricted_mv
void ff_mpv_common_init_x86(MpegEncContext *s)
int16_t(* b_bidir_forw_mv_table_base)[2]
void ff_mpv_idct_init(MpegEncContext *s)
int64_t mb_var_sum
sum of MB variance for current frame
int(* q_intra_matrix)[64]
precomputed matrix (combine qscale and DCT renorm)
int16_t(*[12] pblocks)[64]
int pb_frame
PB-frame mode (0 = none, 1 = base, 2 = improved)
void ff_set_qscale(MpegEncContext *s, int qscale)
set qscale and update qscale dependent variables.
uint8_t * coded_block
used for coded block pattern prediction (msmpeg4v3, wmv1)
MpegvideoEncDSPContext mpvencdsp
int me_penalty_compensation
int16_t(* b_back_mv_table)[2]
MV table (1MV per MB) backward mode B-frame encoding.
void ff_mpv_common_defaults(MpegEncContext *s)
Set the given MpegEncContext to common defaults (same for encoding and decoding).
int64_t bit_rate
wanted bit rate
int16_t(* p_field_mv_table_base)[2]
int max_qcoeff
maximum encodable coefficient
const uint8_t * scantable
int64_t user_specified_pts
last non-zero pts from AVFrame which was passed into avcodec_send_frame()
int frame_bits
bits used for the current frame
void(* denoise_dct)(struct MpegEncContext *s, int16_t *block)
uint8_t * inter_ac_vlc_length
int(* dct_quantize)(struct MpegEncContext *s, int16_t *block, int n, int qscale, int *overflow)
int mb_stride
mb_width+1 used for some arrays to allow simple addressing of left & top MBs without sig11
int bitstream_buffer_size
int low_delay
no reordering needed / has no B-frames
int16_t(* b_direct_mv_table)[2]
MV table (1MV per MB) direct mode B-frame encoding.
int64_t mc_mb_var_sum
motion compensated MB variance for current frame
uint8_t * inter_ac_vlc_last_length
PutBitContext pb2
used for data partitioned VOPs
Describe the class of an AVClass context structure.
void ff_mpv_common_end(MpegEncContext *s)
int h263_long_vectors
use horrible H.263v1 long vector mode
int f_code
forward MV resolution
int h263_aic
Advanced INTRA Coding (AIC)
uint8_t * intra_chroma_ac_vlc_last_length
int16_t(* p_mv_table)[2]
MV table (1MV per MB) P-frame encoding.
const uint8_t * y_dc_scale_table
qscale -> y_dc_scale table
uint16_t inter_matrix[64]
int(* decode_mb)(struct MpegEncContext *s, int16_t block[12][64])
int concealment_motion_vectors
float rc_buffer_aggressivity
int b8_stride
2*mb_width+1 used for some 8x8 block arrays to allow simple addressing
void(* dct_unquantize_mpeg1_inter)(struct MpegEncContext *s, int16_t *block, int n, int qscale)
Picture * last_picture_ptr
pointer to the previous picture.
int slice_context_count
number of used thread_contexts
int scenechange_threshold
void(* op_pixels_func)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h)
int16_t(* b_field_mv_table_base)[2]
uint16_t pb_time
time distance between the last b and p,s,i frame
uint16_t(* q_inter_matrix16)[2][64]
void(* qpel_mc_func)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)
int16_t(* blocks)[12][64]
AVCodecID
Identify the syntax and semantics of the bitstream.
int16_t(* b_bidir_forw_mv_table)[2]
MV table (1MV per MB) bidir mode B-frame encoding.
uint16_t pb_field_time
like above, just for interlaced
uint8_t * coded_block_base
int ff_mpv_init_duplicate_contexts(MpegEncContext *s)
Initialize an MpegEncContext's thread contexts.
int me_pre
prepass for motion estimation
uint16_t(* q_chroma_intra_matrix16)[2][64]
int min_qcoeff
minimum encodable coefficient
const uint8_t * chroma_qscale_table
qscale -> chroma_qscale (H.263)
void ff_mpv_common_init_axp(MpegEncContext *s)
int first_slice_line
used in MPEG-4 too to handle resync markers
uint16_t intra_matrix[64]
matrix transmitted in the bitstream
static void ff_update_block_index(MpegEncContext *s, int bits_per_raw_sample, int lowres, int chroma_x_shift)
unsigned int lambda2
(lambda*lambda) >> FF_LAMBDA_SHIFT
int adaptive_quant
use adaptive quantization
int v_edge_pos
horizontal / vertical position of the right/bottom edge (pixel replication)
AVFrame * tmp_frames[MAX_B_FRAMES+2]
int16_t(* b_forw_mv_table)[2]
MV table (1MV per MB) forward mode B-frame encoding.
int encoding
true if we are encoding (vs decoding)
uint8_t * mbskip_table
used to avoid copy if macroblock skipped (for black regions for example) and used for B-frame encodin...
int16_t * dc_val[3]
used for MPEG-4 DC prediction, all 3 arrays must be continuous
int quarter_sample
1->qpel, 0->half pel ME/MC
int16_t(* p_mv_table_base)[2]
int dct_precision
number of bits to represent the fractional part of time (encoder only)
int(* q_chroma_intra_matrix)[64]
int16_t(* b_direct_mv_table_base)[2]
int rl_chroma_table_index
int picture_in_gop_number
0-> first pic in gop, ...
void ff_mpv_motion(MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int dir, uint8_t *const *ref_picture, op_pixels_func(*pix_op)[4], qpel_mc_func(*qpix_op)[16])
int ff_mpv_init_context_frame(MpegEncContext *s)
Initialize and allocates MpegEncContext fields dependent on the resolution.
uint8_t *[2] p_field_select_table
Only the first element is allocated.
uint8_t * intra_ac_vlc_last_length
int ff_mpv_common_init(MpegEncContext *s)
init common structure for both encoder and decoder.
void ff_init_block_index(MpegEncContext *s)
uint16_t * mb_var
Table for MB variances.
int block_last_index[12]
last non zero coefficient in block
int chroma_elim_threshold
Picture * current_picture_ptr
pointer to the current picture
int last_mv[2][2][2]
last MV, used for MV prediction in MPEG-1 & B-frame MPEG-4
ptrdiff_t uvlinesize
line size, for chroma in bytes, may be different from width
unsigned int allocated_bitstream_buffer_size
uint16_t chroma_inter_matrix[64]
uint64_t encoding_error[MPEGVIDEO_MAX_PLANES]
struct MJpegContext * mjpeg_ctx
int ff_update_duplicate_context(MpegEncContext *dst, const MpegEncContext *src)
int obmc
overlapped block motion compensation
void ff_mpv_common_init_neon(MpegEncContext *s)
PutBitContext tex_pb
used for data partitioned VOPs
void ff_mpv_common_init_ppc(MpegEncContext *s)
struct MpegEncContext * thread_context[MAX_THREADS]
int16_t(* b_bidir_back_mv_table)[2]
MV table (1MV per MB) bidir mode B-frame encoding.
int skipdct
skip dct and code zero residual
uint8_t permutated_intra_h_scantable[64]
int last_lambda_for[5]
last lambda for a specific pict type
int16_t(* b_forw_mv_table_base)[2]
void(* dct_unquantize_inter)(struct MpegEncContext *s, int16_t *block, int n, int qscale)
int motion_est
ME algorithm.
int h263_slice_structured
void ff_clean_intra_table_entries(MpegEncContext *s)
Clean dc, ac, coded_block for the current non-intra MB.
int fixed_qscale
fixed qscale if non zero
int last_non_b_pict_type
used for MPEG-4 gmc B-frames & ratecontrol
int rv10_version
RV10 version: 0 or 3.
void ff_mpv_common_init_mips(MpegEncContext *s)
int16_t(*[2][2] p_field_mv_table)[2]
MV table (2MV per MB) interlaced P-frame encoding.
int16_t(* block)[64]
points to one of the following blocks
int dquant
qscale difference to prev qscale
main external API structure.
int ac_esc_length
num of bits needed to encode the longest esc
int last_bits
temp var used for calculating the above vars
int rv10_first_dc_coded[3]
int64_t time
time of current frame
Holds JPEG frame data and Huffman table data.
Picture last_picture
copy of the previous picture structure.
uint8_t * pred_dir_table
used to store pred_dir for partitioned decoding
void(* dct_unquantize_intra)(struct MpegEncContext *s, int16_t *block, int n, int qscale)
int resync_mb_x
x position of last resync marker
int no_rounding
apply no rounding to motion compensation (MPEG-4, msmpeg4, ...) for B-frames rounding mode is always ...
int h263_aic_dir
AIC direction: 0 = left, 1 = top.
void(* dct_unquantize_mpeg2_inter)(struct MpegEncContext *s, int16_t *block, int n, int qscale)
Undefined Behavior In the C some operations are like signed integer overflow
ScanTable inter_scantable
if inter == intra then intra should be used to reduce the cache usage
uint8_t * luma_dc_vlc_length
uint8_t * cbp_table
used to store cbp, ac_pred for partitioned decoding
void ff_mpv_common_init_arm(MpegEncContext *s)
int vbv_delay_pos
offset of vbv_delay in the bitstream
int first_field
is 1 for the first field of a field picture 0 otherwise
int last_mv_dir
last mv_dir, used for B-frame encoding
int(* q_inter_matrix)[64]
int mb_info
interval for outputting info about mb offsets as side data
int next_lambda
next lambda used for retrying to encode a frame
Picture ** reordered_input_picture
pointer to the next pictures in coded order for encoding
int msmpeg4_version
0=not msmpeg4, 1=mp41, 2=mp42, 3=mp43/divx3 4=wmv1/7 5=wmv2/8
void ff_mpv_free_context_frame(MpegEncContext *s)
Frees and resets MpegEncContext fields depending on the resolution as well as the slice thread contex...
int misc_bits
cbp, mb_type
int resync_mb_y
y position of last resync marker
int end_mb_y
end mb_y of this thread (so current thread should process start_mb_y <= row < end_mb_y)
int * mb_index2xy
mb_index -> mb_x + mb_y*mb_stride
float rc_qsquish
ratecontrol qmin qmax limiting method 0-> clipping, 1-> use a nice continuous function to limit qscal...
int h263_plus
H.263+ headers.
int start_mb_y
start mb_y of this thread (so current thread should process start_mb_y <= row < end_mb_y)
int16_t(* b_back_mv_table_base)[2]
int16_t direct_scale_mv[2][64]
precomputed to avoid divisions in ff_mpeg4_set_direct_mv
const uint8_t * c_dc_scale_table
qscale -> c_dc_scale table
uint8_t * bitstream_buffer
int16_t(* b_bidir_back_mv_table_base)[2]
int alt_inter_vlc
alternative inter vlc
uint8_t * intra_ac_vlc_length
int16_t(*[2][2][2] b_field_mv_table)[2]
MV table (4MV per MB) interlaced B-frame encoding.
uint16_t chroma_intra_matrix[64]
int codec_tag
internal codec_tag upper case converted from avctx codec_tag