Data Fields | |
AVCodecContext * | avctx |
AVFrame | pic |
GetBitContext | gb |
DSPContext | dsp |
int * | tokens [TM2_NUM_STREAMS] |
int | tok_lens [TM2_NUM_STREAMS] |
int | tok_ptrs [TM2_NUM_STREAMS] |
int | deltas [TM2_NUM_STREAMS][TM2_DELTAS] |
int | D [4] |
int | CD [4] |
int * | last |
int * | clast |
int * | Y1 |
int * | U1 |
int * | V1 |
int * | Y2 |
int * | U2 |
int * | V2 |
int | cur |
Definition at line 40 of file truemotion2.c.
Definition at line 41 of file truemotion2.c.
Referenced by decode_init(), GET_TOK(), tm2_build_huff_table(), tm2_decode_blocks(), tm2_read_deltas(), tm2_read_header(), tm2_read_stream(), and tm2_read_tree().
int TM2Context::CD[4] |
Definition at line 54 of file truemotion2.c.
Referenced by tm2_decode_blocks(), tm2_hi_res_block(), tm2_low_res_block(), tm2_med_res_block(), tm2_motion_block(), tm2_null_res_block(), tm2_still_block(), and tm2_update_block().
int* TM2Context::clast |
Definition at line 56 of file truemotion2.c.
Referenced by decode_end(), decode_init(), and tm2_decode_blocks().
int TM2Context::cur |
Definition at line 60 of file truemotion2.c.
Referenced by decode_frame(), decode_init(), and tm2_decode_blocks().
int TM2Context::D[4] |
Definition at line 53 of file truemotion2.c.
Referenced by tm2_apply_deltas(), tm2_decode_blocks(), tm2_low_res_block(), tm2_motion_block(), tm2_null_res_block(), tm2_still_block(), and tm2_update_block().
int TM2Context::deltas[TM2_NUM_STREAMS][TM2_DELTAS] |
Definition at line 44 of file truemotion2.c.
Referenced by tm2_build_huff_table(), tm2_read_deltas(), tm2_read_stream(), and tm2_read_tree().
int* TM2Context::last |
Definition at line 55 of file truemotion2.c.
Referenced by decode_end(), decode_init(), and tm2_decode_blocks().
Definition at line 42 of file truemotion2.c.
Referenced by decode_end(), decode_frame(), and decode_init().
int TM2Context::tok_lens[TM2_NUM_STREAMS] |
Definition at line 49 of file truemotion2.c.
Referenced by decode_init(), GET_TOK(), tm2_decode_blocks(), and tm2_read_stream().
int TM2Context::tok_ptrs[TM2_NUM_STREAMS] |
int* TM2Context::tokens[TM2_NUM_STREAMS] |
Definition at line 48 of file truemotion2.c.
Referenced by decode_end(), decode_init(), GET_TOK(), and tm2_read_stream().
int * TM2Context::U1 |
Definition at line 59 of file truemotion2.c.
Referenced by decode_end(), decode_init(), and tm2_decode_blocks().
int * TM2Context::U2 |
Definition at line 59 of file truemotion2.c.
Referenced by decode_end(), decode_init(), and tm2_decode_blocks().
int * TM2Context::V1 |
Definition at line 59 of file truemotion2.c.
Referenced by decode_end(), decode_init(), and tm2_decode_blocks().
int * TM2Context::V2 |
Definition at line 59 of file truemotion2.c.
Referenced by decode_end(), decode_init(), and tm2_decode_blocks().
int* TM2Context::Y1 |
Definition at line 59 of file truemotion2.c.
Referenced by decode_end(), decode_init(), and tm2_decode_blocks().
int * TM2Context::Y2 |
Definition at line 59 of file truemotion2.c.
Referenced by decode_end(), decode_init(), and tm2_decode_blocks().