FFmpeg
Data Fields
ASVDecContext Struct Reference

Data Fields

ASVCommonContext c
 
GetBitContext gb
 
BlockDSPContext bdsp
 
IDCTDSPContext idsp
 
uint8_t permutated_scantable [64]
 
int16_t block [6][64]
 
uint16_t intra_matrix [64]
 
uint8_t * bitstream_buffer
 
unsigned int bitstream_buffer_size
 

Detailed Description

Definition at line 54 of file asvdec.c.

Field Documentation

◆ c

ASVCommonContext ASVDecContext::c

Definition at line 55 of file asvdec.c.

◆ gb

GetBitContext ASVDecContext::gb

Definition at line 57 of file asvdec.c.

◆ bdsp

BlockDSPContext ASVDecContext::bdsp

Definition at line 59 of file asvdec.c.

◆ idsp

IDCTDSPContext ASVDecContext::idsp

Definition at line 60 of file asvdec.c.

◆ permutated_scantable

uint8_t ASVDecContext::permutated_scantable[64]

Definition at line 61 of file asvdec.c.

◆ block

int16_t ASVDecContext::block[6][64]

Definition at line 62 of file asvdec.c.

◆ intra_matrix

uint16_t ASVDecContext::intra_matrix[64]

Definition at line 63 of file asvdec.c.

◆ bitstream_buffer

uint8_t* ASVDecContext::bitstream_buffer

Definition at line 64 of file asvdec.c.

◆ bitstream_buffer_size

unsigned int ASVDecContext::bitstream_buffer_size

Definition at line 65 of file asvdec.c.


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