Home
last modified time | relevance | path

Searched refs:TM2Context (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dtruemotion2.c61 typedef struct TM2Context { struct
88 } TM2Context; argument
118 static int tm2_read_tree(TM2Context *ctx, int length, TM2Huff *huff) in tm2_read_tree()
148 static int tm2_build_huff_table(TM2Context *ctx, TM2Codes *code) in tm2_build_huff_table()
240 static inline int tm2_read_header(TM2Context *ctx, const uint8_t *buf) in tm2_read_header()
257 static int tm2_read_deltas(TM2Context *ctx, int stream_id) in tm2_read_deltas()
284 static int tm2_read_stream(TM2Context *ctx, const uint8_t *buf, int stream_id, int buf_size) in tm2_read_stream()
400 static inline int GET_TOK(TM2Context *ctx,int type) in GET_TOK()
454 static inline void tm2_apply_deltas(TM2Context *ctx, int* Y, int stride, int *deltas, int *last) in tm2_apply_deltas()
504 static inline void tm2_hi_res_block(TM2Context *ctx, AVFrame *pic, int bx, int by) in tm2_hi_res_block()
[all …]