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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dnellymoserenc.c52 typedef struct NellyMoserEncodeContext { struct
64 } NellyMoserEncodeContext; typedef in typeref:struct:NellyMoserEncodeContext
116 static void apply_mdct(NellyMoserEncodeContext *s)
132 NellyMoserEncodeContext *s = avctx->priv_data;
168 NellyMoserEncodeContext *s = avctx->priv_data;
186 static void get_exponent_greedy(NellyMoserEncodeContext *s, float *cand, int *idx_table)
211 static void get_exponent_dynamic(NellyMoserEncodeContext *s, float *cand, int *idx_table)
280 static void encode_block(NellyMoserEncodeContext *s, unsigned char *output, int output_size)
355 NellyMoserEncodeContext *s = avctx->priv_data;
389 .priv_data_size = sizeof(NellyMoserEncodeContext),
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dnellymoserenc.c56 typedef struct NellyMoserEncodeContext { struct
67 } NellyMoserEncodeContext; typedef in typeref:struct:NellyMoserEncodeContext
119 static void apply_mdct(NellyMoserEncodeContext *s)
136 NellyMoserEncodeContext *s = avctx->priv_data;
151 NellyMoserEncodeContext *s = avctx->priv_data;
201 static void get_exponent_greedy(NellyMoserEncodeContext *s, float *cand, int *idx_table)
226 static void get_exponent_dynamic(NellyMoserEncodeContext *s, float *cand, int *idx_table)
295 static void encode_block(NellyMoserEncodeContext *s, unsigned char *output, int output_size)
372 NellyMoserEncodeContext *s = avctx->priv_data;
412 .priv_data_size = sizeof(NellyMoserEncodeContext),
[all...]

Completed in 86 milliseconds