Searched defs:TrueMotion1Context (Results 1 – 1 of 1) sorted by relevance
46 typedef struct TrueMotion1Context { struct47 AVCodecContext *avctx;48 AVFrame *frame;50 const uint8_t *buf;51 int size;53 const uint8_t *mb_change_bits;54 int mb_change_bits_row_size;55 const uint8_t *index_stream;56 int index_stream_size;81 } TrueMotion1Context; argument