FFmpeg
4.3
|
Structure for the private Xvid context. More...
Data Fields | |
AVClass * | class |
void * | encoder_handle |
Handle for Xvid encoder. More... | |
int | xsize |
Frame x size. More... | |
int | ysize |
Frame y size. More... | |
int | vop_flags |
VOP flags for Xvid encoder. More... | |
int | vol_flags |
VOL flags for Xvid encoder. More... | |
int | me_flags |
Motion Estimation flags. More... | |
int | qscale |
Do we use constant scale? More... | |
int | quicktime_format |
Are we in a QT-based format? More... | |
char * | twopassbuffer |
Character buffer for two-pass. More... | |
char * | old_twopassbuffer |
Old character buffer (two-pass) More... | |
char * | twopassfile |
second pass temp file name More... | |
int | twopassfd |
unsigned char * | intra_matrix |
P-Frame Quant Matrix. More... | |
unsigned char * | inter_matrix |
I-Frame Quant Matrix. More... | |
int | lumi_aq |
Lumi masking as an aq method. More... | |
int | variance_aq |
Variance adaptive quantization. More... | |
int | ssim |
SSIM information display mode. More... | |
int | ssim_acc |
SSIM accuracy. More... | |
int | gmc |
int | me_quality |
Motion estimation quality. More... | |
int | mpeg_quant |
Quantization type. More... | |
Structure for the private Xvid context.
This stores all the private context for the codec.
void* xvid_context::encoder_handle |
int xvid_context::quicktime_format |
char* xvid_context::twopassbuffer |
char* xvid_context::old_twopassbuffer |
unsigned char* xvid_context::intra_matrix |
unsigned char* xvid_context::inter_matrix |
int xvid_context::variance_aq |
int xvid_context::ssim_acc |
int xvid_context::me_quality |
int xvid_context::mpeg_quant |