Data Fields | |
| AVCodecContext * | avctx |
| 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] |
Definition at line 52 of file nellymoserenc.c.
Definition at line 53 of file nellymoserenc.c.
Referenced by encode_block(), encode_end(), and encode_init().
| float NellyMoserEncodeContext::buf[2][3 *NELLY_BUF_LEN] |
sample buffer
Definition at line 61 of file nellymoserenc.c.
Referenced by apply_mdct(), and encode_frame().
| float NellyMoserEncodeContext::in_buff[NELLY_SAMPLES] |
Definition at line 58 of file nellymoserenc.c.
Referenced by apply_mdct(), encode_end(), and encode_init().
| float NellyMoserEncodeContext::mdct_out[NELLY_SAMPLES] |
| float(* NellyMoserEncodeContext::opt)[NELLY_BANDS] |
Definition at line 62 of file nellymoserenc.c.
Referenced by encode_end(), encode_init(), and get_exponent_dynamic().
| uint8_t(* NellyMoserEncodeContext::path)[NELLY_BANDS] |
Definition at line 63 of file nellymoserenc.c.
Referenced by encode_end(), encode_init(), and get_exponent_dynamic().
1.5.8