FFmpeg
Data Fields
TqiContext Struct Reference

Data Fields

AVCodecContextavctx
 
GetBitContext gb
 
BlockDSPContext bdsp
 
BswapDSPContext bsdsp
 
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().

◆ bitstream_buf

void* TqiContext::bitstream_buf

Definition at line 49 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 50 of file eatqi.c.

Referenced by tqi_decode_frame().

◆ mb_x

int TqiContext::mb_x

Definition at line 52 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 52 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 53 of file eatqi.c.

Referenced by tqi_calculate_qtable(), and tqi_decode_mb().

◆ last_dc

int TqiContext::last_dc[3]

Definition at line 54 of file eatqi.c.

Referenced by tqi_decode_frame(), and tqi_decode_mb().

◆ block

int16_t TqiContext::block[6][64]

Definition at line 56 of file eatqi.c.

Referenced by tqi_decode_frame().


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