FFmpeg
|
Data Fields | |
AVCodecContext * | avctx |
int | bpp |
int | alloc_bpp |
unsigned int | decomp_size |
uint8_t * | decomp_buf |
uint8_t | pal [768] |
uint8_t * | prev |
uint8_t * | cur |
int | width |
int | height |
int | fmt |
int | comp |
int | flags |
int | stride |
int | bw |
int | bh |
int | bx |
int | by |
int | decomp_len |
int | got_keyframe |
z_stream | zstream |
int(* | decode_xor )(struct ZmbvContext *c) |
AVCodecContext* ZmbvContext::avctx |
Definition at line 57 of file zmbv.c.
Referenced by decode_end(), decode_frame(), and decode_init().
uint8_t* ZmbvContext::prev |
Definition at line 64 of file zmbv.c.
Referenced by zmbv_decode_xor_16(), zmbv_decode_xor_32(), and zmbv_decode_xor_8().
int ZmbvContext::decomp_len |
Definition at line 71 of file zmbv.c.
Referenced by decode_frame().
int(* ZmbvContext::decode_xor) (struct ZmbvContext *c) |