TrueMotion1Context Struct Reference
Collaboration diagram for TrueMotion1Context:
Collaboration graph

Data Fields

AVCodecContextavctx
 
AVFrame frame
 
const uint8_tbuf
 
int size
 
const uint8_tmb_change_bits
 
int mb_change_bits_row_size
 
const uint8_tindex_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
 

Detailed Description

Definition at line 45 of file truemotion1.c.

Field Documentation

int TrueMotion1Context::block_height

Definition at line 68 of file truemotion1.c.

Referenced by truemotion1_decode_header().

int TrueMotion1Context::block_type
int TrueMotion1Context::block_width
const uint8_t* TrueMotion1Context::buf

Definition at line 49 of file truemotion1.c.

Referenced by truemotion1_decode_frame(), and truemotion1_decode_header().

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().

int16_t TrueMotion1Context::cdt[8]
int TrueMotion1Context::compression

Definition at line 65 of file truemotion1.c.

Referenced by truemotion1_decode_frame(), and truemotion1_decode_header().

uint32_t TrueMotion1Context::fat_c_predictor_table[1024]

Definition at line 63 of file truemotion1.c.

Referenced by gen_vector_table24().

int16_t TrueMotion1Context::fat_cdt[8]

Definition at line 73 of file truemotion1.c.

Referenced by gen_vector_table24(), and select_delta_tables().

uint32_t TrueMotion1Context::fat_y_predictor_table[1024]

Definition at line 62 of file truemotion1.c.

Referenced by gen_vector_table24().

int16_t TrueMotion1Context::fat_ydt[8]

Definition at line 72 of file truemotion1.c.

Referenced by gen_vector_table24(), and select_delta_tables().

int TrueMotion1Context::flags
int TrueMotion1Context::h

Definition at line 58 of file truemotion1.c.

Referenced by 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::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().

const uint8_t* TrueMotion1Context::mb_change_bits
int TrueMotion1Context::mb_change_bits_row_size
int TrueMotion1Context::size

Definition at line 50 of file truemotion1.c.

Referenced by truemotion1_decode_frame(), and truemotion1_decode_header().

unsigned int* TrueMotion1Context::vert_pred
int TrueMotion1Context::vert_pred_size

Definition at line 78 of file truemotion1.c.

Referenced by truemotion1_decode_header(), and truemotion1_decode_init().

int TrueMotion1Context::w

Definition at line 58 of file truemotion1.c.

Referenced by 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.

Referenced by truemotion1_decode_16bit(), and truemotion1_decode_24bit().

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().

int16_t TrueMotion1Context::ydt[8]

The documentation for this struct was generated from the following file: