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 44 of file indeo3.c.
Definition at line 45 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 55 of file indeo3.c.
Referenced by build_modpred(), iv_Decode_Chunk(), and iv_free_func().
Definition at line 47 of file indeo3.c.
Referenced by indeo3_decode_end(), indeo3_decode_frame(), and indeo3_decode_init().
Definition at line 46 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 54 of file indeo3.c.
Referenced by build_modpred(), iv_Decode_Chunk(), and iv_free_func().
Definition at line 46 of file indeo3.c.
Referenced by indeo3_decode_init(), iv_alloc_frames(), and iv_decode_frame().