FFmpeg  4.0
Data Fields
NellyMoserDecodeContext Struct Reference

Data Fields

AVCodecContextavctx
 
AVLFG random_state
 
GetBitContext gb
 
float scale_bias
 
AVFloatDSPContextfdsp
 
FFTContext imdct_ctx
 
float imdct_buf [2][NELLY_BUF_LEN]
 
float * imdct_out
 
float * imdct_prev
 

Detailed Description

Definition at line 48 of file nellymoserdec.c.

Field Documentation

◆ avctx

AVCodecContext* NellyMoserDecodeContext::avctx

Definition at line 49 of file nellymoserdec.c.

Referenced by decode_init().

◆ random_state

AVLFG NellyMoserDecodeContext::random_state

Definition at line 50 of file nellymoserdec.c.

Referenced by decode_init(), and nelly_decode_block().

◆ gb

GetBitContext NellyMoserDecodeContext::gb

Definition at line 51 of file nellymoserdec.c.

Referenced by nelly_decode_block().

◆ scale_bias

float NellyMoserDecodeContext::scale_bias

Definition at line 52 of file nellymoserdec.c.

Referenced by decode_init(), and nelly_decode_block().

◆ fdsp

AVFloatDSPContext* NellyMoserDecodeContext::fdsp

Definition at line 53 of file nellymoserdec.c.

Referenced by decode_end(), decode_init(), and nelly_decode_block().

◆ imdct_ctx

FFTContext NellyMoserDecodeContext::imdct_ctx

Definition at line 54 of file nellymoserdec.c.

Referenced by decode_end(), decode_init(), and nelly_decode_block().

◆ imdct_buf

float NellyMoserDecodeContext::imdct_buf[2][NELLY_BUF_LEN]

Definition at line 55 of file nellymoserdec.c.

Referenced by decode_init().

◆ imdct_out

float* NellyMoserDecodeContext::imdct_out

Definition at line 56 of file nellymoserdec.c.

Referenced by decode_init(), and nelly_decode_block().

◆ imdct_prev

float* NellyMoserDecodeContext::imdct_prev

Definition at line 57 of file nellymoserdec.c.

Referenced by decode_init(), and nelly_decode_block().


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