Libav
Data Fields
TM2Context Struct Reference

Data Fields

AVCodecContextavctx
 
AVFramepic
 
GetBitContext gb
 
BswapDSPContext bdsp
 
int * tokens [TM2_NUM_STREAMS]
 
int tok_lens [TM2_NUM_STREAMS]
 
int tok_ptrs [TM2_NUM_STREAMS]
 
int deltas [TM2_NUM_STREAMS][TM2_DELTAS]
 
int D [4]
 
int CD [4]
 
int * last
 
int * clast
 
int * Y1_base
 
int * U1_base
 
int * V1_base
 
int * Y2_base
 
int * U2_base
 
int * V2_base
 
int * Y1
 
int * U1
 
int * V1
 
int * Y2
 
int * U2
 
int * V2
 
int y_stride
 
int uv_stride
 
int cur
 

Detailed Description

Definition at line 61 of file truemotion2.c.

Field Documentation

§ avctx

AVCodecContext* TM2Context::avctx

§ pic

AVFrame* TM2Context::pic

Definition at line 63 of file truemotion2.c.

Referenced by decode_end(), decode_frame(), and decode_init().

§ gb

GetBitContext TM2Context::gb

§ bdsp

BswapDSPContext TM2Context::bdsp

Definition at line 66 of file truemotion2.c.

Referenced by decode_frame(), and decode_init().

§ tokens

int* TM2Context::tokens[TM2_NUM_STREAMS]

Definition at line 69 of file truemotion2.c.

Referenced by decode_end(), decode_init(), GET_TOK(), and tm2_read_stream().

§ tok_lens

int TM2Context::tok_lens[TM2_NUM_STREAMS]

Definition at line 70 of file truemotion2.c.

Referenced by decode_init(), GET_TOK(), tm2_decode_blocks(), and tm2_read_stream().

§ tok_ptrs

int TM2Context::tok_ptrs[TM2_NUM_STREAMS]

Definition at line 71 of file truemotion2.c.

Referenced by GET_TOK(), and tm2_decode_blocks().

§ deltas

int TM2Context::deltas[TM2_NUM_STREAMS][TM2_DELTAS]

§ D

int TM2Context::D[4]

§ CD

int TM2Context::CD[4]

§ last

int* TM2Context::last

§ clast

int* TM2Context::clast

§ Y1_base

int* TM2Context::Y1_base

Definition at line 80 of file truemotion2.c.

Referenced by decode_end(), and decode_init().

§ U1_base

int * TM2Context::U1_base

Definition at line 80 of file truemotion2.c.

Referenced by decode_end(), and decode_init().

§ V1_base

int * TM2Context::V1_base

Definition at line 80 of file truemotion2.c.

Referenced by decode_end(), and decode_init().

§ Y2_base

int * TM2Context::Y2_base

Definition at line 80 of file truemotion2.c.

Referenced by decode_end(), and decode_init().

§ U2_base

int * TM2Context::U2_base

Definition at line 80 of file truemotion2.c.

Referenced by decode_end(), and decode_init().

§ V2_base

int * TM2Context::V2_base

Definition at line 80 of file truemotion2.c.

Referenced by decode_end(), and decode_init().

§ Y1

int* TM2Context::Y1

Definition at line 81 of file truemotion2.c.

Referenced by decode_end(), decode_init(), and tm2_decode_blocks().

§ U1

int * TM2Context::U1

Definition at line 81 of file truemotion2.c.

Referenced by decode_init(), and tm2_decode_blocks().

§ V1

int * TM2Context::V1

Definition at line 81 of file truemotion2.c.

Referenced by decode_init(), and tm2_decode_blocks().

§ Y2

int * TM2Context::Y2

Definition at line 81 of file truemotion2.c.

Referenced by decode_init(), and tm2_decode_blocks().

§ U2

int * TM2Context::U2

Definition at line 81 of file truemotion2.c.

Referenced by decode_init(), and tm2_decode_blocks().

§ V2

int * TM2Context::V2

Definition at line 81 of file truemotion2.c.

Referenced by decode_init(), and tm2_decode_blocks().

§ y_stride

int TM2Context::y_stride

Definition at line 82 of file truemotion2.c.

Referenced by decode_init(), and tm2_decode_blocks().

§ uv_stride

int TM2Context::uv_stride

Definition at line 82 of file truemotion2.c.

Referenced by decode_init(), and tm2_decode_blocks().

§ cur

int TM2Context::cur

Definition at line 83 of file truemotion2.c.

Referenced by decode_frame(), decode_init(), and tm2_decode_blocks().


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