NellyMoserEncodeContext  119 libavcodec/nellymoserenc.c static void apply_mdct(NellyMoserEncodeContext *s)
NellyMoserEncodeContext  136 libavcodec/nellymoserenc.c     NellyMoserEncodeContext *s = avctx->priv_data;
NellyMoserEncodeContext  152 libavcodec/nellymoserenc.c     NellyMoserEncodeContext *s = avctx->priv_data;
NellyMoserEncodeContext  206 libavcodec/nellymoserenc.c static void get_exponent_greedy(NellyMoserEncodeContext *s, float *cand, int *idx_table)
NellyMoserEncodeContext  231 libavcodec/nellymoserenc.c static void get_exponent_dynamic(NellyMoserEncodeContext *s, float *cand, int *idx_table)
NellyMoserEncodeContext  300 libavcodec/nellymoserenc.c static void encode_block(NellyMoserEncodeContext *s, unsigned char *output, int output_size)
NellyMoserEncodeContext  377 libavcodec/nellymoserenc.c     NellyMoserEncodeContext *s = avctx->priv_data;
NellyMoserEncodeContext  417 libavcodec/nellymoserenc.c     .priv_data_size = sizeof(NellyMoserEncodeContext),