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

Data Fields

AVClassclass
 
GetBitContext gb
 
ArithCoder ac
 
Table fsets
 
Table probs
 
uint8_t status [DST_MAX_CHANNELS][16]
 
int16_t filter [DST_MAX_ELEMENTS][16][256]
 
DSDContext dsdctx [DST_MAX_CHANNELS]
 

Detailed Description

Definition at line 67 of file dstdec.c.

Field Documentation

AVClass* DSTContext::class

Definition at line 68 of file dstdec.c.

GetBitContext DSTContext::gb

Definition at line 70 of file dstdec.c.

Referenced by decode_frame().

ArithCoder DSTContext::ac

Definition at line 71 of file dstdec.c.

Referenced by decode_frame().

Table DSTContext::fsets

Definition at line 72 of file dstdec.c.

Referenced by decode_frame().

Table DSTContext::probs

Definition at line 72 of file dstdec.c.

Referenced by decode_frame().

uint8_t DSTContext::status[DST_MAX_CHANNELS][16]

Definition at line 73 of file dstdec.c.

Referenced by decode_frame().

int16_t DSTContext::filter[DST_MAX_ELEMENTS][16][256]

Definition at line 74 of file dstdec.c.

Referenced by decode_frame().

DSDContext DSTContext::dsdctx[DST_MAX_CHANNELS]

Definition at line 75 of file dstdec.c.

Referenced by decode_frame(), and decode_init().


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