Lines Matching defs:NellyMoserEncodeContext
58 typedef struct NellyMoserEncodeContext {
69 } NellyMoserEncodeContext;
121 static void apply_mdct(NellyMoserEncodeContext *s)
138 NellyMoserEncodeContext *s = avctx->priv_data;
171 NellyMoserEncodeContext *s = avctx->priv_data;
210 static void get_exponent_greedy(NellyMoserEncodeContext *s, float *cand, int *idx_table)
235 static void get_exponent_dynamic(NellyMoserEncodeContext *s, float *cand, int *idx_table)
304 static void encode_block(NellyMoserEncodeContext *s, unsigned char *output, int output_size)
381 NellyMoserEncodeContext *s = avctx->priv_data;
423 .priv_data_size = sizeof(NellyMoserEncodeContext),