Public Member Functions | |
| DECLARE_ALIGNED_16 (float, mdct_out[NELLY_SAMPLES]) | |
| DECLARE_ALIGNED_16 (float, buf[2][3 *NELLY_BUF_LEN]) | |
| sample buffer | |
Data Fields | |
| AVCodecContext * | avctx |
| int | last_frame |
| int | bufsel |
| int | have_saved |
| DSPContext | dsp |
| MDCTContext | mdct_ctx |
| float(* | opt )[NELLY_BANDS] |
| uint8_t(* | path )[NELLY_BANDS] |
Definition at line 49 of file nellymoserenc.c.
| NellyMoserEncodeContext::DECLARE_ALIGNED_16 | ( | float | , | |
| buf | [2][3 *NELLY_BUF_LEN] | |||
| ) |
sample buffer
| NellyMoserEncodeContext::DECLARE_ALIGNED_16 | ( | float | , | |
| mdct_out | [NELLY_SAMPLES] | |||
| ) |
Definition at line 50 of file nellymoserenc.c.
Referenced by encode_block(), encode_end(), and encode_init().
Definition at line 55 of file nellymoserenc.c.
Referenced by apply_mdct(), encode_end(), and encode_init().
| float(* NellyMoserEncodeContext::opt)[NELLY_BANDS] |
Definition at line 58 of file nellymoserenc.c.
Referenced by encode_end(), encode_init(), and get_exponent_dynamic().
| uint8_t(* NellyMoserEncodeContext::path)[NELLY_BANDS] |
Definition at line 59 of file nellymoserenc.c.
Referenced by encode_end(), encode_init(), and get_exponent_dynamic().
1.5.8