Home
last modified time | relevance | path

Searched defs:synth_buf (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsynth_filter.c32 float *synth_buf = synth_buf_ptr + *synth_buf_offset; in synth_filter_float() local
68 float *synth_buf = synth_buf_ptr + *synth_buf_offset; in synth_filter_float_64() local
104 int32_t *synth_buf = synth_buf_ptr + *synth_buf_offset; in synth_filter_fixed() local
140 int32_t *synth_buf = synth_buf_ptr + *synth_buf_offset; in synth_filter_fixed_64() local
Dsipr.h75 DECLARE_ALIGNED(16, float, synth_buf)[LP_FILTER_ORDER + 5*SUBFR_SIZE + 6]; member
Dmpegaudiodsp_template.c185 MPA_INT *synth_buf; in RENAME() local
Dqdm2.c174 DECLARE_ALIGNED(32, float, synth_buf)[MPA_MAX_CHANNELS][512*2]; member
/third_party/ffmpeg/libavcodec/mips/
Dmpegaudiodsp_mips_fixed.c63 static void ff_mpadsp_apply_window_mips_fixed(int32_t *synth_buf, int32_t *window, in ff_mpadsp_apply_window_mips_fixed()
Dmpegaudiodsp_mips_float.c64 static void ff_mpadsp_apply_window_mips_float(float *synth_buf, float *window, in ff_mpadsp_apply_window_mips_float()