FFmpeg
|
#include <mpeg4videodec.h>
Data Fields | |
MpegEncContext | m |
int | time_increment_bits |
number of bits to represent the fractional part of time More... | |
int | shape |
int | vol_sprite_usage |
int | sprite_brightness_change |
int | sprite_warping_accuracy |
int | num_sprite_warping_points |
int | real_sprite_warping_points |
int | sprite_offset [2][2] |
sprite offset[isChroma][isMVY] More... | |
int | sprite_delta [2][2] |
sprite_delta [isY][isMVY] More... | |
uint16_t | sprite_traj [4][2] |
sprite trajectory points More... | |
int | sprite_shift [2] |
sprite shift [isChroma] More... | |
int | rvlc |
int | resync_marker |
could this stream contain resync markers More... | |
int | t_frame |
time distance of first I -> B, used for interlaced B-frames More... | |
int | new_pred |
int | enhancement_type |
int | scalability |
int | quant_precision |
int | intra_dc_threshold |
QP above which the ac VLC should be used for intra dc. More... | |
int | divx_version |
int | divx_build |
int | xvid_build |
int | lavc_build |
int | vo_type |
int | showed_packed_warning |
flag for having shown the warning about invalid Divx B-frames More... | |
int | vol_control_parameters |
does the stream contain the low_delay flag, used to work around buggy encoders. More... | |
int | cplx_estimation_trash_i |
int | cplx_estimation_trash_p |
int | cplx_estimation_trash_b |
int | rgb |
Mpeg4VideoDSPContext | mdsp |
int32_t | block32 [12][64] |
int | dpcm_direction |
int16_t | dpcm_macroblock [3][256] |
Definition at line 34 of file mpeg4videodec.h.
MpegEncContext Mpeg4DecContext::m |
Definition at line 35 of file mpeg4videodec.h.
Referenced by nvdec_mpeg4_start_frame().
int Mpeg4DecContext::time_increment_bits |
number of bits to represent the fractional part of time
Definition at line 38 of file mpeg4videodec.h.
Referenced by nvdec_mpeg4_start_frame().
int Mpeg4DecContext::shape |
Definition at line 39 of file mpeg4videodec.h.
int Mpeg4DecContext::vol_sprite_usage |
Definition at line 40 of file mpeg4videodec.h.
Referenced by nvdec_mpeg4_start_frame().
int Mpeg4DecContext::sprite_brightness_change |
Definition at line 41 of file mpeg4videodec.h.
int Mpeg4DecContext::sprite_warping_accuracy |
Definition at line 42 of file mpeg4videodec.h.
int Mpeg4DecContext::num_sprite_warping_points |
Definition at line 43 of file mpeg4videodec.h.
int Mpeg4DecContext::real_sprite_warping_points |
Definition at line 44 of file mpeg4videodec.h.
int Mpeg4DecContext::sprite_offset[2][2] |
sprite offset[isChroma][isMVY]
Definition at line 45 of file mpeg4videodec.h.
int Mpeg4DecContext::sprite_delta[2][2] |
sprite_delta [isY][isMVY]
Definition at line 46 of file mpeg4videodec.h.
uint16_t Mpeg4DecContext::sprite_traj[4][2] |
sprite trajectory points
Definition at line 48 of file mpeg4videodec.h.
int Mpeg4DecContext::sprite_shift[2] |
sprite shift [isChroma]
Definition at line 50 of file mpeg4videodec.h.
int Mpeg4DecContext::rvlc |
Definition at line 53 of file mpeg4videodec.h.
int Mpeg4DecContext::resync_marker |
could this stream contain resync markers
Definition at line 55 of file mpeg4videodec.h.
Referenced by nvdec_mpeg4_start_frame().
int Mpeg4DecContext::t_frame |
time distance of first I -> B, used for interlaced B-frames
Definition at line 57 of file mpeg4videodec.h.
int Mpeg4DecContext::new_pred |
Definition at line 59 of file mpeg4videodec.h.
int Mpeg4DecContext::enhancement_type |
Definition at line 60 of file mpeg4videodec.h.
int Mpeg4DecContext::scalability |
Definition at line 61 of file mpeg4videodec.h.
int Mpeg4DecContext::quant_precision |
Definition at line 63 of file mpeg4videodec.h.
int Mpeg4DecContext::intra_dc_threshold |
QP above which the ac VLC should be used for intra dc.
Definition at line 66 of file mpeg4videodec.h.
int Mpeg4DecContext::divx_version |
Definition at line 69 of file mpeg4videodec.h.
int Mpeg4DecContext::divx_build |
Definition at line 70 of file mpeg4videodec.h.
int Mpeg4DecContext::xvid_build |
Definition at line 71 of file mpeg4videodec.h.
int Mpeg4DecContext::lavc_build |
Definition at line 72 of file mpeg4videodec.h.
int Mpeg4DecContext::vo_type |
Definition at line 74 of file mpeg4videodec.h.
int Mpeg4DecContext::showed_packed_warning |
flag for having shown the warning about invalid Divx B-frames
Definition at line 77 of file mpeg4videodec.h.
int Mpeg4DecContext::vol_control_parameters |
does the stream contain the low_delay flag, used to work around buggy encoders.
Definition at line 80 of file mpeg4videodec.h.
int Mpeg4DecContext::cplx_estimation_trash_i |
Definition at line 81 of file mpeg4videodec.h.
int Mpeg4DecContext::cplx_estimation_trash_p |
Definition at line 82 of file mpeg4videodec.h.
int Mpeg4DecContext::cplx_estimation_trash_b |
Definition at line 83 of file mpeg4videodec.h.
int Mpeg4DecContext::rgb |
Definition at line 85 of file mpeg4videodec.h.
Mpeg4VideoDSPContext Mpeg4DecContext::mdsp |
Definition at line 87 of file mpeg4videodec.h.
int32_t Mpeg4DecContext::block32[12][64] |
Definition at line 89 of file mpeg4videodec.h.
int Mpeg4DecContext::dpcm_direction |
Definition at line 91 of file mpeg4videodec.h.
int16_t Mpeg4DecContext::dpcm_macroblock[3][256] |
Definition at line 92 of file mpeg4videodec.h.