Data Fields | |
AVCodecContext * | avctx |
AVFrame | pic |
int | setpal |
int | palsize |
uint32_t | pal [MAX_PALSIZE] |
uint8_t * | cur |
uint8_t * | prev |
uint8_t * | frm0 |
uint8_t * | frm1 |
Definition at line 41 of file kmvc.c.
uint8_t* KmvcContext::cur |
Definition at line 48 of file kmvc.c.
Referenced by decode_frame(), decode_init(), kmvc_decode_inter_8x8(), and kmvc_decode_intra_8x8().
uint8_t* KmvcContext::frm0 |
Definition at line 49 of file kmvc.c.
Referenced by decode_end(), decode_frame(), and decode_init().
uint8_t * KmvcContext::frm1 |
Definition at line 49 of file kmvc.c.
Referenced by decode_end(), decode_frame(), and decode_init().
uint32_t KmvcContext::pal[MAX_PALSIZE] |
Definition at line 43 of file kmvc.c.
Referenced by decode_end(), decode_frame(), and decode_init().
uint8_t * KmvcContext::prev |
Definition at line 48 of file kmvc.c.
Referenced by decode_frame(), decode_init(), and kmvc_decode_inter_8x8().