FFmpeg
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
TqiContext Struct Reference

Data Fields

AVCodecContextavctx
 
GetBitContext gb
 
BlockDSPContext bdsp
 
BswapDSPContext bsdsp
 
IDCTDSPContext idsp
 
ScanTable intra_scantable
 
void * bitstream_buf
 
unsigned int bitstream_buf_size
 
int mb_x
 
int mb_y
 
uint16_t intra_matrix [64]
 
int last_dc [3]
 
int16_t block [6][64]
 

Detailed Description

Definition at line 43 of file eatqi.c.

Field Documentation

◆ avctx

AVCodecContext* TqiContext::avctx

Definition at line 44 of file eatqi.c.

Referenced by tqi_decode_frame(), and tqi_decode_mb().

◆ gb

GetBitContext TqiContext::gb

Definition at line 45 of file eatqi.c.

Referenced by tqi_decode_frame(), and tqi_decode_mb().

◆ bdsp

BlockDSPContext TqiContext::bdsp

Definition at line 46 of file eatqi.c.

Referenced by tqi_decode_init(), and tqi_decode_mb().

◆ bsdsp

BswapDSPContext TqiContext::bsdsp

Definition at line 47 of file eatqi.c.

Referenced by tqi_decode_frame(), and tqi_decode_init().

◆ idsp

IDCTDSPContext TqiContext::idsp

Definition at line 48 of file eatqi.c.

Referenced by tqi_decode_init().

◆ intra_scantable

ScanTable TqiContext::intra_scantable

Definition at line 49 of file eatqi.c.

Referenced by tqi_decode_init(), and tqi_decode_mb().

◆ bitstream_buf

void* TqiContext::bitstream_buf

Definition at line 51 of file eatqi.c.

Referenced by tqi_decode_end(), and tqi_decode_frame().

◆ bitstream_buf_size

unsigned int TqiContext::bitstream_buf_size

Definition at line 52 of file eatqi.c.

Referenced by tqi_decode_frame().

◆ mb_x

int TqiContext::mb_x

Definition at line 54 of file eatqi.c.

Referenced by tqi_decode_frame(), tqi_decode_mb(), and tqi_idct_put().

◆ mb_y

int TqiContext::mb_y

Definition at line 54 of file eatqi.c.

Referenced by tqi_decode_frame(), tqi_decode_mb(), and tqi_idct_put().

◆ intra_matrix

uint16_t TqiContext::intra_matrix[64]

Definition at line 55 of file eatqi.c.

Referenced by tqi_calculate_qtable(), and tqi_decode_mb().

◆ last_dc

int TqiContext::last_dc[3]

Definition at line 56 of file eatqi.c.

Referenced by tqi_decode_frame(), and tqi_decode_mb().

◆ block

int16_t TqiContext::block[6][64]

Definition at line 58 of file eatqi.c.

Referenced by tqi_decode_frame().


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