Libav
Data Fields
TrueMotion1Context Struct Reference

Data Fields

AVCodecContextavctx
 
AVFrameframe
 
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

§ avctx

AVCodecContext* TrueMotion1Context::avctx

§ frame

AVFrame* TrueMotion1Context::frame

§ buf

const uint8_t* TrueMotion1Context::buf

Definition at line 49 of file truemotion1.c.

Referenced by truemotion1_decode_frame(), and truemotion1_decode_header().

§ size

int TrueMotion1Context::size

Definition at line 50 of file truemotion1.c.

Referenced by truemotion1_decode_frame(), and truemotion1_decode_header().

§ mb_change_bits

const uint8_t* TrueMotion1Context::mb_change_bits

§ mb_change_bits_row_size

int TrueMotion1Context::mb_change_bits_row_size

§ index_stream

const uint8_t* TrueMotion1Context::index_stream

Definition at line 54 of file truemotion1.c.

Referenced by truemotion1_decode_header().

§ index_stream_size

int TrueMotion1Context::index_stream_size

Definition at line 55 of file truemotion1.c.

Referenced by truemotion1_decode_header().

§ flags

int TrueMotion1Context::flags

§ x

int TrueMotion1Context::x

Definition at line 58 of file truemotion1.c.

§ y

int TrueMotion1Context::y

Definition at line 58 of file truemotion1.c.

Referenced by truemotion1_decode_16bit(), and truemotion1_decode_24bit().

§ w

int TrueMotion1Context::w

Definition at line 58 of file truemotion1.c.

Referenced by truemotion1_decode_header().

§ h

int TrueMotion1Context::h

Definition at line 58 of file truemotion1.c.

Referenced by truemotion1_decode_header().

§ y_predictor_table

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

§ c_predictor_table

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

§ fat_y_predictor_table

uint32_t TrueMotion1Context::fat_y_predictor_table[1024]

Definition at line 62 of file truemotion1.c.

Referenced by gen_vector_table24().

§ fat_c_predictor_table

uint32_t TrueMotion1Context::fat_c_predictor_table[1024]

Definition at line 63 of file truemotion1.c.

Referenced by gen_vector_table24().

§ compression

int TrueMotion1Context::compression

Definition at line 65 of file truemotion1.c.

Referenced by truemotion1_decode_frame(), and truemotion1_decode_header().

§ block_type

int TrueMotion1Context::block_type

§ block_width

int TrueMotion1Context::block_width

§ block_height

int TrueMotion1Context::block_height

Definition at line 68 of file truemotion1.c.

Referenced by truemotion1_decode_header().

§ ydt

int16_t TrueMotion1Context::ydt[8]

§ cdt

int16_t TrueMotion1Context::cdt[8]

§ fat_ydt

int16_t TrueMotion1Context::fat_ydt[8]

Definition at line 72 of file truemotion1.c.

Referenced by gen_vector_table24(), and select_delta_tables().

§ fat_cdt

int16_t TrueMotion1Context::fat_cdt[8]

Definition at line 73 of file truemotion1.c.

Referenced by gen_vector_table24(), and select_delta_tables().

§ last_deltaset

int TrueMotion1Context::last_deltaset

Definition at line 75 of file truemotion1.c.

Referenced by truemotion1_decode_header().

§ last_vectable

int TrueMotion1Context::last_vectable

Definition at line 75 of file truemotion1.c.

Referenced by truemotion1_decode_header().

§ vert_pred

unsigned int* TrueMotion1Context::vert_pred

§ vert_pred_size

int TrueMotion1Context::vert_pred_size

Definition at line 78 of file truemotion1.c.

Referenced by truemotion1_decode_header(), and truemotion1_decode_init().


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