Lines Matching refs:WMACodecContext
52 static void wma_lsp_to_curve_init(WMACodecContext *s, int frame_len);
55 static void dump_floats(WMACodecContext *s, const char *name,
75 WMACodecContext *s = avctx->priv_data;
152 static inline float pow_m1_4(WMACodecContext *s, float x)
171 static av_cold void wma_lsp_to_curve_init(WMACodecContext *s, int frame_len)
203 static void wma_lsp_to_curve(WMACodecContext *s, float *out, float *val_max_ptr,
232 static void decode_exp_lsp(WMACodecContext *s, int ch)
334 static int decode_exp_vlc(WMACodecContext *s, int ch)
393 static void wma_window(WMACodecContext *s, float *out)
443 static int wma_decode_block(WMACodecContext *s)
785 static int wma_decode_frame(WMACodecContext *s, float **samples,
828 WMACodecContext *s = avctx->priv_data;
992 WMACodecContext *s = avctx->priv_data;
1007 .priv_data_size = sizeof(WMACodecContext),
1024 .priv_data_size = sizeof(WMACodecContext),