FFmpeg
Data Fields
DBEDecodeContext Struct Reference

Data Fields

const AVClassclass
 
AVCodecContextavctx
 
DBEContext dectx
 
DBEChannel channels [MAX_SEGMENTS][MAX_CHANNELS]
 
float history [MAX_CHANNELS][256]
 
AVTXContextimdct [2][3]
 
av_tx_fn imdct_fn [2][3]
 
AVFloatDSPContextfdsp
 

Detailed Description

Definition at line 79 of file dolby_e.c.

Field Documentation

◆ class

const AVClass* DBEDecodeContext::class

Definition at line 80 of file dolby_e.c.

◆ avctx

AVCodecContext* DBEDecodeContext::avctx

Definition at line 81 of file dolby_e.c.

◆ dectx

DBEContext DBEDecodeContext::dectx

Definition at line 82 of file dolby_e.c.

◆ channels

DBEChannel DBEDecodeContext::channels[MAX_SEGMENTS][MAX_CHANNELS]

Definition at line 84 of file dolby_e.c.

◆ history

float DBEDecodeContext::history[MAX_CHANNELS][256]

Definition at line 86 of file dolby_e.c.

◆ imdct

AVTXContext* DBEDecodeContext::imdct[2][3]

Definition at line 88 of file dolby_e.c.

◆ imdct_fn

av_tx_fn DBEDecodeContext::imdct_fn[2][3]

Definition at line 89 of file dolby_e.c.

◆ fdsp

AVFloatDSPContext* DBEDecodeContext::fdsp

Definition at line 90 of file dolby_e.c.


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