Searched refs:TM2Context (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | truemotion2.c | 62 typedef struct TM2Context { struct 89 } TM2Context; typedef 119 static int tm2_read_tree(TM2Context *ctx, int length, TM2Huff *huff) in tm2_read_tree() 149 static int tm2_build_huff_table(TM2Context *ctx, TM2Codes *code) in tm2_build_huff_table() 241 static inline int tm2_read_header(TM2Context *ctx, const uint8_t *buf) in tm2_read_header() 258 static int tm2_read_deltas(TM2Context *ctx, int stream_id) in tm2_read_deltas() 285 static int tm2_read_stream(TM2Context *ctx, const uint8_t *buf, int stream_id, int buf_size) in tm2_read_stream() 401 static inline int GET_TOK(TM2Context *ctx,int type) in GET_TOK() 455 static inline void tm2_apply_deltas(TM2Context *ctx, int* Y, int stride, int *deltas, int *last) in tm2_apply_deltas() 505 static inline void tm2_hi_res_block(TM2Context *ct [all...] |
Completed in 2 milliseconds