Data Fields | |
void * | encoder_handle |
Handle for Xvid encoder. | |
int | xsize |
Frame x size. | |
int | ysize |
Frame y size. | |
int | vop_flags |
VOP flags for Xvid encoder. | |
int | vol_flags |
VOL flags for Xvid encoder. | |
int | me_flags |
Motion Estimation flags. | |
int | qscale |
Do we use constant scale? | |
int | quicktime_format |
Are we in a QT-based format? | |
AVFrame | encoded_picture |
Encoded frame information. | |
char * | twopassbuffer |
Character buffer for two-pass. | |
char * | old_twopassbuffer |
Old character buffer (two-pass). | |
char * | twopassfile |
second pass temp file name | |
unsigned char * | intra_matrix |
P-Frame Quant Matrix. | |
unsigned char * | inter_matrix |
I-Frame Quant Matrix. |
This stores all the private context for the codec.
Definition at line 50 of file libxvidff.c.
unsigned char* xvid_context::inter_matrix |
unsigned char* xvid_context::intra_matrix |