Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dtruemotion2.c93 typedef struct TM2Codes { struct
98 } TM2Codes; argument
148 static int tm2_build_huff_table(TM2Context *ctx, TM2Codes *code) in tm2_build_huff_table()
221 static void tm2_free_codes(TM2Codes *code) in tm2_free_codes()
228 static inline int tm2_get_token(GetBitContext *gb, TM2Codes *code) in tm2_get_token()
289 TM2Codes codes; in tm2_read_stream()