NellyMoserEncodeContext Struct Reference

Data Fields

AVCodecContextavctx
int last_frame
int bufsel
int have_saved
DSPContext dsp
FFTContext mdct_ctx
float mdct_out [NELLY_SAMPLES]
float in_buff [NELLY_SAMPLES]
float buf [2][3 *NELLY_BUF_LEN]
 sample buffer
float(* opt )[NELLY_BANDS]
uint8_t(* path )[NELLY_BANDS]

Detailed Description

Definition at line 52 of file nellymoserenc.c.


Field Documentation

sample buffer

Definition at line 61 of file nellymoserenc.c.

Referenced by apply_mdct(), and encode_frame().

Definition at line 55 of file nellymoserenc.c.

Referenced by apply_mdct(), and encode_frame().

Definition at line 57 of file nellymoserenc.c.

Referenced by apply_mdct(), and encode_init().

Definition at line 56 of file nellymoserenc.c.

Referenced by encode_frame().

Definition at line 60 of file nellymoserenc.c.

Referenced by apply_mdct().

Definition at line 54 of file nellymoserenc.c.

Referenced by encode_frame().

Definition at line 59 of file nellymoserenc.c.

Referenced by apply_mdct(), and encode_block().


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