Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dwmaenc.c37 WMACodecContext *s = avctx->priv_data; in encode_init()
112 WMACodecContext *s = avctx->priv_data; in apply_window_and_mdct()
139 static void init_exp(WMACodecContext *s, int ch, const int *exp_param) in init_exp()
161 static void encode_exp_vlc(WMACodecContext *s, int ch, const int *exp_param) in encode_exp_vlc()
189 static int encode_block(WMACodecContext *s, float (*src_coefs)[BLOCK_MAX_SIZE], in encode_block()
359 static int encode_frame(WMACodecContext *s, float (*src_coefs)[BLOCK_MAX_SIZE], in encode_frame()
377 WMACodecContext *s = avctx->priv_data; in encode_superframe()
441 .priv_data_size = sizeof(WMACodecContext),
456 .priv_data_size = sizeof(WMACodecContext),
H A Dwmadec.c52 static void wma_lsp_to_curve_init(WMACodecContext *s, int frame_len);
55 static void dump_floats(WMACodecContext *s, const char *name, in dump_floats()
75 WMACodecContext *s = avctx->priv_data; in wma_decode_init()
152 static inline float pow_m1_4(WMACodecContext *s, float x) in pow_m1_4()
171 static av_cold void wma_lsp_to_curve_init(WMACodecContext *s, int frame_len) in wma_lsp_to_curve_init()
203 static void wma_lsp_to_curve(WMACodecContext *s, float *out, float *val_max_ptr, in wma_lsp_to_curve()
232 static void decode_exp_lsp(WMACodecContext *s, int ch) in decode_exp_lsp()
334 static int decode_exp_vlc(WMACodecContext *s, int ch) in decode_exp_vlc()
393 static void wma_window(WMACodecContext *s, float *out) in wma_window()
443 static int wma_decode_block(WMACodecContext *
[all...]
H A Dwma.h68 typedef struct WMACodecContext { struct
143 } WMACodecContext; typedef
H A Dwma.c80 WMACodecContext *s = avctx->priv_data; in ff_wma_init()
368 WMACodecContext *s = avctx->priv_data; in ff_wma_end()

Completed in 4 milliseconds