NellyMoserEncodeContext Struct Reference


Data Fields

AVCodecContextavctx
int last_frame
DSPContext dsp
AVFloatDSPContext fdsp
FFTContext mdct_ctx
AudioFrameQueue afq
float mdct_out [NELLY_SAMPLES]
float in_buff [NELLY_SAMPLES]
float buf [3 *NELLY_BUF_LEN]
 sample buffer
float(* opt )[NELLY_BANDS]
uint8_t(* path )[NELLY_BANDS]

Detailed Description

Definition at line 55 of file nellymoserenc.c.


Field Documentation

Definition at line 61 of file nellymoserenc.c.

Referenced by encode_end(), encode_frame(), and encode_init().

Definition at line 56 of file nellymoserenc.c.

Referenced by encode_block(), encode_end(), and encode_init().

float NellyMoserEncodeContext::buf[3 *NELLY_BUF_LEN]

sample buffer

Definition at line 64 of file nellymoserenc.c.

Referenced by apply_mdct(), and encode_frame().

Definition at line 58 of file nellymoserenc.c.

Referenced by apply_mdct(), and encode_init().

Definition at line 59 of file nellymoserenc.c.

Referenced by apply_mdct(), and encode_init().

float NellyMoserEncodeContext::in_buff[NELLY_SAMPLES]

Definition at line 63 of file nellymoserenc.c.

Referenced by apply_mdct().

Definition at line 57 of file nellymoserenc.c.

Referenced by encode_frame().

Definition at line 60 of file nellymoserenc.c.

Referenced by apply_mdct(), encode_end(), and encode_init().

float NellyMoserEncodeContext::mdct_out[NELLY_SAMPLES]

Definition at line 62 of file nellymoserenc.c.

Referenced by apply_mdct(), and encode_block().

float(* NellyMoserEncodeContext::opt)[NELLY_BANDS]

Definition at line 65 of file nellymoserenc.c.

Referenced by encode_end(), encode_init(), and get_exponent_dynamic().

Definition at line 66 of file nellymoserenc.c.

Referenced by encode_end(), encode_init(), and get_exponent_dynamic().


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

Generated on Fri Oct 26 02:50:16 2012 for FFmpeg by  doxygen 1.5.8