Data Fields | |
AVCodecContext * | avctx |
AVFrame | pic |
AVLFG | rnd |
uint8_t * | prev |
int | block [16 *3] |
int | block2 [16 *3] |
int | codebook [8 *3] |
int | codebook2 [8 *3] |
int | output [16 *3] |
int | output2 [16 *3] |
int | avg [3] |
int | bestpos |
int | keyint |
Definition at line 35 of file msvideo1enc.c.
int Msvideo1EncContext::avg[3] |
Definition at line 48 of file msvideo1enc.c.
int Msvideo1EncContext::block[16 *3] |
int Msvideo1EncContext::block2[16 *3] |
int Msvideo1EncContext::codebook[8 *3] |
int Msvideo1EncContext::codebook2[8 *3] |
int Msvideo1EncContext::output[16 *3] |
int Msvideo1EncContext::output2[16 *3] |
uint8_t* Msvideo1EncContext::prev |