Lines Matching defs:TrueMotion1Context
46 typedef struct TrueMotion1Context {
81 } TrueMotion1Context;
149 static void select_delta_tables(TrueMotion1Context *s, int delta_table_index)
240 static void gen_vector_table15(TrueMotion1Context *s, const uint8_t *sel_vector_table)
261 static void gen_vector_table16(TrueMotion1Context *s, const uint8_t *sel_vector_table)
282 static void gen_vector_table24(TrueMotion1Context *s, const uint8_t *sel_vector_table)
311 static int truemotion1_decode_header(TrueMotion1Context *s)
478 TrueMotion1Context *s = avctx->priv_data;
618 static void truemotion1_decode_16bit(TrueMotion1Context *s)
745 static void truemotion1_decode_24bit(TrueMotion1Context *s)
877 TrueMotion1Context *s = avctx->priv_data;
905 TrueMotion1Context *s = avctx->priv_data;
918 .priv_data_size = sizeof(TrueMotion1Context),