Data Fields | |
AVCodecContext * | avctx |
int | width |
int | height |
AVFrame | frame |
uint8_t * | buf |
YUVBufs | iv_frame [2] |
YUVBufs * | cur_frame |
YUVBufs * | ref_frame |
uint8_t * | ModPred |
uint8_t * | corrector_type |
Definition at line 41 of file indeo3.c.
Definition at line 42 of file indeo3.c.
Referenced by indeo3_decode_frame(), indeo3_decode_init(), iv_Decode_Chunk(), and iv_decode_frame().
uint8_t* Indeo3DecodeContext::buf |
uint8_t* Indeo3DecodeContext::corrector_type |
Definition at line 52 of file indeo3.c.
Referenced by build_modpred(), iv_Decode_Chunk(), and iv_free_func().
Definition at line 43 of file indeo3.c.
Referenced by indeo3_decode_frame(), indeo3_decode_init(), iv_alloc_frames(), and iv_decode_frame().
uint8_t* Indeo3DecodeContext::ModPred |
Definition at line 51 of file indeo3.c.
Referenced by build_modpred(), iv_Decode_Chunk(), and iv_free_func().
Definition at line 43 of file indeo3.c.
Referenced by indeo3_decode_init(), iv_alloc_frames(), and iv_decode_frame().