Home
last modified time | relevance | path

Searched refs:NellyMoserEncodeContext (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dnellymoserenc.c58 typedef struct NellyMoserEncodeContext { struct
69 } NellyMoserEncodeContext; typedef
121 static void apply_mdct(NellyMoserEncodeContext *s) in apply_mdct()
138 NellyMoserEncodeContext *s = avctx->priv_data; in encode_end()
171 NellyMoserEncodeContext *s = avctx->priv_data; in encode_init()
210 static void get_exponent_greedy(NellyMoserEncodeContext *s, float *cand, int *idx_table) in get_exponent_greedy()
235 static void get_exponent_dynamic(NellyMoserEncodeContext *s, float *cand, int *idx_table) in get_exponent_dynamic()
304 static void encode_block(NellyMoserEncodeContext *s, unsigned char *output, int output_size) in encode_block()
381 NellyMoserEncodeContext *s = avctx->priv_data; in encode_frame()
423 .priv_data_size = sizeof(NellyMoserEncodeContext),
[all...]

Completed in 1 milliseconds