Data Fields | |
AVCodecContext * | avctx |
AVFrame | pic |
int | range |
uint8_t * | comp_buf |
uint8_t * | work_buf |
uint8_t | pal [768] |
uint32_t | pal2 [256] |
uint8_t * | prev |
int | pstride |
int | comp_size |
int | keyint |
int | curfrm |
z_stream | zstream |
Definition at line 43 of file zmbvenc.c.
uint8_t* ZmbvEncContext::comp_buf |
Definition at line 48 of file zmbvenc.c.
Referenced by encode_end(), encode_frame(), and encode_init().
uint8_t ZmbvEncContext::pal[768] |
uint32_t ZmbvEncContext::pal2[256] |
uint8_t* ZmbvEncContext::prev |
Definition at line 51 of file zmbvenc.c.
Referenced by encode_end(), encode_frame(), and encode_init().
uint8_t * ZmbvEncContext::work_buf |
Definition at line 48 of file zmbvenc.c.
Referenced by encode_end(), encode_frame(), and encode_init().
z_stream ZmbvEncContext::zstream |
Definition at line 55 of file zmbvenc.c.
Referenced by encode_end(), encode_frame(), and encode_init().