Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwmaenc.c33 WMACodecContext *s = avctx->priv_data; in encode_init()
105 WMACodecContext *s = avctx->priv_data; in apply_window_and_mdct()
132 static void init_exp(WMACodecContext *s, int ch, const int *exp_param) in init_exp()
154 static void encode_exp_vlc(WMACodecContext *s, int ch, const int *exp_param) in encode_exp_vlc()
182 static int encode_block(WMACodecContext *s, float (*src_coefs)[BLOCK_MAX_SIZE], in encode_block()
351 static int encode_frame(WMACodecContext *s, float (*src_coefs)[BLOCK_MAX_SIZE], in encode_frame()
369 WMACodecContext *s = avctx->priv_data; in encode_superframe()
433 .priv_data_size = sizeof(WMACodecContext),
447 .priv_data_size = sizeof(WMACodecContext),
Dwmadec.c49 static void wma_lsp_to_curve_init(WMACodecContext *s, int frame_len);
52 static void dump_floats(WMACodecContext *s, const char *name, in dump_floats()
72 WMACodecContext *s = avctx->priv_data; in wma_decode_init()
136 static inline float pow_m1_4(WMACodecContext *s, float x) in pow_m1_4()
155 static av_cold void wma_lsp_to_curve_init(WMACodecContext *s, int frame_len) in wma_lsp_to_curve_init()
187 static void wma_lsp_to_curve(WMACodecContext *s, float *out, float *val_max_ptr, in wma_lsp_to_curve()
216 static void decode_exp_lsp(WMACodecContext *s, int ch) in decode_exp_lsp()
318 static int decode_exp_vlc(WMACodecContext *s, int ch) in decode_exp_vlc()
377 static void wma_window(WMACodecContext *s, float *out) in wma_window()
427 static int wma_decode_block(WMACodecContext *s) in wma_decode_block()
[all …]
Dwma.h68 typedef struct WMACodecContext { struct
141 } WMACodecContext; argument
Dwma.c79 WMACodecContext *s = avctx->priv_data; in ff_wma_init()
366 WMACodecContext *s = avctx->priv_data; in ff_wma_end()