FFmpeg
|
Data Fields | |
AVCodecContext * | avctx |
AVFrame * | frame |
const uint8_t * | buf |
int | size |
const uint8_t * | mb_change_bits |
int | mb_change_bits_row_size |
const 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 |
int | vert_pred_size |
Definition at line 45 of file truemotion1.c.
AVCodecContext* TrueMotion1Context::avctx |
Definition at line 46 of file truemotion1.c.
Referenced by truemotion1_decode_16bit(), truemotion1_decode_24bit(), truemotion1_decode_header(), and truemotion1_decode_init().
AVFrame* TrueMotion1Context::frame |
Definition at line 47 of file truemotion1.c.
Referenced by truemotion1_decode_16bit(), truemotion1_decode_24bit(), truemotion1_decode_end(), truemotion1_decode_frame(), truemotion1_decode_header(), and truemotion1_decode_init().
const uint8_t* TrueMotion1Context::buf |
Definition at line 49 of file truemotion1.c.
Referenced by truemotion1_decode_frame(), and truemotion1_decode_header().
int TrueMotion1Context::size |
Definition at line 50 of file truemotion1.c.
Referenced by truemotion1_decode_frame(), and truemotion1_decode_header().
const uint8_t* TrueMotion1Context::mb_change_bits |
Definition at line 52 of file truemotion1.c.
Referenced by truemotion1_decode_16bit(), truemotion1_decode_24bit(), and truemotion1_decode_header().
int TrueMotion1Context::mb_change_bits_row_size |
Definition at line 53 of file truemotion1.c.
Referenced by truemotion1_decode_16bit(), truemotion1_decode_24bit(), and truemotion1_decode_header().
const uint8_t* TrueMotion1Context::index_stream |
Definition at line 54 of file truemotion1.c.
Referenced by truemotion1_decode_header().
int TrueMotion1Context::index_stream_size |
Definition at line 55 of file truemotion1.c.
Referenced by truemotion1_decode_header().
int TrueMotion1Context::flags |
Definition at line 57 of file truemotion1.c.
Referenced by truemotion1_decode_16bit(), truemotion1_decode_24bit(), and truemotion1_decode_header().
int TrueMotion1Context::x |
Definition at line 58 of file truemotion1.c.
int TrueMotion1Context::y |
Definition at line 58 of file truemotion1.c.
int TrueMotion1Context::w |
Definition at line 58 of file truemotion1.c.
Referenced by truemotion1_decode_header().
int TrueMotion1Context::h |
Definition at line 58 of file truemotion1.c.
Referenced by truemotion1_decode_header().
uint32_t TrueMotion1Context::y_predictor_table[1024] |
Definition at line 60 of file truemotion1.c.
Referenced by gen_vector_table15(), gen_vector_table16(), and gen_vector_table24().
uint32_t TrueMotion1Context::c_predictor_table[1024] |
Definition at line 61 of file truemotion1.c.
Referenced by gen_vector_table15(), gen_vector_table16(), and gen_vector_table24().
uint32_t TrueMotion1Context::fat_y_predictor_table[1024] |
Definition at line 62 of file truemotion1.c.
Referenced by gen_vector_table24().
uint32_t TrueMotion1Context::fat_c_predictor_table[1024] |
Definition at line 63 of file truemotion1.c.
Referenced by gen_vector_table24().
int TrueMotion1Context::compression |
Definition at line 65 of file truemotion1.c.
Referenced by truemotion1_decode_frame(), and truemotion1_decode_header().
int TrueMotion1Context::block_type |
Definition at line 66 of file truemotion1.c.
Referenced by truemotion1_decode_16bit(), truemotion1_decode_24bit(), and truemotion1_decode_header().
int TrueMotion1Context::block_width |
Definition at line 67 of file truemotion1.c.
Referenced by truemotion1_decode_16bit(), truemotion1_decode_24bit(), and truemotion1_decode_header().
int TrueMotion1Context::block_height |
Definition at line 68 of file truemotion1.c.
Referenced by truemotion1_decode_header().
int16_t TrueMotion1Context::ydt[8] |
Definition at line 70 of file truemotion1.c.
Referenced by gen_vector_table15(), gen_vector_table16(), gen_vector_table24(), and select_delta_tables().
int16_t TrueMotion1Context::cdt[8] |
Definition at line 71 of file truemotion1.c.
Referenced by gen_vector_table15(), gen_vector_table16(), gen_vector_table24(), and select_delta_tables().
int16_t TrueMotion1Context::fat_ydt[8] |
Definition at line 72 of file truemotion1.c.
Referenced by gen_vector_table24(), and select_delta_tables().
int16_t TrueMotion1Context::fat_cdt[8] |
Definition at line 73 of file truemotion1.c.
Referenced by gen_vector_table24(), and select_delta_tables().
int TrueMotion1Context::last_deltaset |
Definition at line 75 of file truemotion1.c.
Referenced by truemotion1_decode_header().
int TrueMotion1Context::last_vectable |
Definition at line 75 of file truemotion1.c.
Referenced by truemotion1_decode_header().
unsigned int* TrueMotion1Context::vert_pred |
Definition at line 77 of file truemotion1.c.
Referenced by truemotion1_decode_16bit(), truemotion1_decode_24bit(), truemotion1_decode_end(), truemotion1_decode_header(), and truemotion1_decode_init().
int TrueMotion1Context::vert_pred_size |
Definition at line 78 of file truemotion1.c.
Referenced by truemotion1_decode_header(), and truemotion1_decode_init().