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 46 of file truemotion1.c.
AVCodecContext* TrueMotion1Context::avctx |
Definition at line 47 of file truemotion1.c.
AVFrame* TrueMotion1Context::frame |
Definition at line 48 of file truemotion1.c.
const uint8_t* TrueMotion1Context::buf |
Definition at line 50 of file truemotion1.c.
int TrueMotion1Context::size |
Definition at line 51 of file truemotion1.c.
const uint8_t* TrueMotion1Context::mb_change_bits |
Definition at line 53 of file truemotion1.c.
int TrueMotion1Context::mb_change_bits_row_size |
Definition at line 54 of file truemotion1.c.
const uint8_t* TrueMotion1Context::index_stream |
Definition at line 55 of file truemotion1.c.
int TrueMotion1Context::index_stream_size |
Definition at line 56 of file truemotion1.c.
int TrueMotion1Context::flags |
Definition at line 58 of file truemotion1.c.
int TrueMotion1Context::x |
Definition at line 59 of file truemotion1.c.
int TrueMotion1Context::y |
Definition at line 59 of file truemotion1.c.
int TrueMotion1Context::w |
Definition at line 59 of file truemotion1.c.
int TrueMotion1Context::h |
Definition at line 59 of file truemotion1.c.
uint32_t TrueMotion1Context::y_predictor_table[1024] |
Definition at line 61 of file truemotion1.c.
uint32_t TrueMotion1Context::c_predictor_table[1024] |
Definition at line 62 of file truemotion1.c.
uint32_t TrueMotion1Context::fat_y_predictor_table[1024] |
Definition at line 63 of file truemotion1.c.
uint32_t TrueMotion1Context::fat_c_predictor_table[1024] |
Definition at line 64 of file truemotion1.c.
int TrueMotion1Context::compression |
Definition at line 66 of file truemotion1.c.
int TrueMotion1Context::block_type |
Definition at line 67 of file truemotion1.c.
int TrueMotion1Context::block_width |
Definition at line 68 of file truemotion1.c.
int TrueMotion1Context::block_height |
Definition at line 69 of file truemotion1.c.
int16_t TrueMotion1Context::ydt[8] |
Definition at line 71 of file truemotion1.c.
int16_t TrueMotion1Context::cdt[8] |
Definition at line 72 of file truemotion1.c.
int16_t TrueMotion1Context::fat_ydt[8] |
Definition at line 73 of file truemotion1.c.
int16_t TrueMotion1Context::fat_cdt[8] |
Definition at line 74 of file truemotion1.c.
int TrueMotion1Context::last_deltaset |
Definition at line 76 of file truemotion1.c.
int TrueMotion1Context::last_vectable |
Definition at line 76 of file truemotion1.c.
unsigned int* TrueMotion1Context::vert_pred |
Definition at line 78 of file truemotion1.c.
int TrueMotion1Context::vert_pred_size |
Definition at line 79 of file truemotion1.c.