| FFmpeg
    | 
NellyMoserDecodeContext Struct Reference
  
Collaboration diagram for NellyMoserDecodeContext:

| Data Fields | |
| AVCodecContext * | avctx | 
| AVLFG | random_state | 
| GetBitContext | gb | 
| float | scale_bias | 
| AVFloatDSPContext | fdsp | 
| FFTContext | imdct_ctx | 
Detailed Description
Definition at line 49 of file nellymoserdec.c.
Field Documentation
| AVCodecContext* NellyMoserDecodeContext::avctx | 
Definition at line 50 of file nellymoserdec.c.
Referenced by decode_init().
| AVFloatDSPContext NellyMoserDecodeContext::fdsp | 
Definition at line 54 of file nellymoserdec.c.
Referenced by decode_init(), and nelly_decode_block().
| GetBitContext NellyMoserDecodeContext::gb | 
Definition at line 52 of file nellymoserdec.c.
Referenced by nelly_decode_block().
| FFTContext NellyMoserDecodeContext::imdct_ctx | 
Definition at line 55 of file nellymoserdec.c.
Referenced by decode_end(), decode_init(), and nelly_decode_block().
| AVLFG NellyMoserDecodeContext::random_state | 
Definition at line 51 of file nellymoserdec.c.
Referenced by decode_init(), and nelly_decode_block().
| float NellyMoserDecodeContext::scale_bias | 
Definition at line 53 of file nellymoserdec.c.
Referenced by decode_init(), and nelly_decode_block().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:27 for FFmpeg by
 1.8.11
 1.8.11