FFmpeg
|
Data Fields | |
AVCodecContext * | avctx |
int | last_frame |
AVFloatDSPContext * | fdsp |
AVTXContext * | mdct_ctx |
av_tx_fn | mdct_fn |
AudioFrameQueue | afq |
float | mdct_out [NELLY_SAMPLES] |
float | in_buff [NELLY_SAMPLES] |
float | buf [3 *NELLY_BUF_LEN] |
sample buffer More... | |
float(* | opt )[OPT_SIZE] |
uint8_t(* | path )[OPT_SIZE] |
Definition at line 58 of file nellymoserenc.c.
AVCodecContext* NellyMoserEncodeContext::avctx |
Definition at line 59 of file nellymoserenc.c.
int NellyMoserEncodeContext::last_frame |
Definition at line 60 of file nellymoserenc.c.
AVFloatDSPContext* NellyMoserEncodeContext::fdsp |
Definition at line 61 of file nellymoserenc.c.
AVTXContext* NellyMoserEncodeContext::mdct_ctx |
Definition at line 62 of file nellymoserenc.c.
av_tx_fn NellyMoserEncodeContext::mdct_fn |
Definition at line 63 of file nellymoserenc.c.
AudioFrameQueue NellyMoserEncodeContext::afq |
Definition at line 64 of file nellymoserenc.c.
float NellyMoserEncodeContext::mdct_out[NELLY_SAMPLES] |
Definition at line 65 of file nellymoserenc.c.
float NellyMoserEncodeContext::in_buff[NELLY_SAMPLES] |
Definition at line 66 of file nellymoserenc.c.
float NellyMoserEncodeContext::buf[3 *NELLY_BUF_LEN] |
sample buffer
Definition at line 67 of file nellymoserenc.c.
Definition at line 68 of file nellymoserenc.c.
uint8_t(* NellyMoserEncodeContext::path)[OPT_SIZE] |
Definition at line 69 of file nellymoserenc.c.