Definition at line 42 of file truemotion1.c.
Public Attributes | |
| AVCodecContext * | avctx |
| AVFrame | frame |
| uint8_t * | buf |
| int | size |
| uint8_t * | mb_change_bits |
| int | mb_change_bits_row_size |
| uint8_t * | index_stream |
| int | index_stream_size |
| int | flags |
| int | x |
| int | y |
| int | w |
| int | h |
| uint32_t | y_predictor_table [1024] |
| uint32_t | c_predictor_table [1024] |
| uint32_t | fat_y_predictor_table [1024] |
| uint32_t | fat_c_predictor_table [1024] |
| int | compression |
| int | block_type |
| int | block_width |
| int | block_height |
| int16_t | ydt [8] |
| int16_t | cdt [8] |
| int16_t | fat_ydt [8] |
| int16_t | fat_cdt [8] |
| int | last_deltaset |
| int | last_vectable |
| unsigned int * | vert_pred |
Definition at line 43 of file truemotion1.c.
Referenced by truemotion1_decode_16bit(), truemotion1_decode_24bit(), and truemotion1_decode_frame().
Definition at line 44 of file truemotion1.c.
Referenced by truemotion1_decode_16bit(), truemotion1_decode_24bit(), truemotion1_decode_end(), and truemotion1_decode_frame().
| uint8_t* TrueMotion1Context::buf |
| uint8_t* TrueMotion1Context::mb_change_bits |
Definition at line 49 of file truemotion1.c.
Referenced by truemotion1_decode_16bit(), and truemotion1_decode_24bit().
Definition at line 50 of file truemotion1.c.
Referenced by truemotion1_decode_16bit(), and truemotion1_decode_24bit().
| uint8_t* TrueMotion1Context::index_stream |
Definition at line 51 of file truemotion1.c.
Definition at line 52 of file truemotion1.c.
Definition at line 54 of file truemotion1.c.
Referenced by truemotion1_decode_16bit(), and truemotion1_decode_24bit().
Definition at line 55 of file truemotion1.c.
Definition at line 55 of file truemotion1.c.
Definition at line 55 of file truemotion1.c.
Definition at line 55 of file truemotion1.c.
Definition at line 57 of file truemotion1.c.
Definition at line 58 of file truemotion1.c.
Definition at line 59 of file truemotion1.c.
Definition at line 60 of file truemotion1.c.
Definition at line 63 of file truemotion1.c.
Referenced by truemotion1_decode_16bit(), and truemotion1_decode_24bit().
Definition at line 64 of file truemotion1.c.
Referenced by truemotion1_decode_16bit(), and truemotion1_decode_24bit().
Definition at line 65 of file truemotion1.c.
Definition at line 72 of file truemotion1.c.
Definition at line 72 of file truemotion1.c.
| unsigned int* TrueMotion1Context::vert_pred |
Definition at line 74 of file truemotion1.c.
Referenced by truemotion1_decode_16bit(), truemotion1_decode_24bit(), and truemotion1_decode_end().
1.5.5