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 45 of file zmbvenc.c.
Definition at line 50 of file zmbvenc.c.
Referenced by encode_end(), encode_frame(), and encode_init().
| uint32_t ZmbvEncContext::pal2[256] |
Definition at line 53 of file zmbvenc.c.
Referenced by encode_end(), encode_frame(), and encode_init().
Definition at line 50 of file zmbvenc.c.
Referenced by encode_end(), encode_frame(), and encode_init().
| z_stream ZmbvEncContext::zstream |
Definition at line 57 of file zmbvenc.c.
Referenced by encode_end(), encode_frame(), and encode_init().
1.5.8