Searched refs:MPA_INT (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mpegaudio.h | 65 typedef float MPA_INT; typedef 70 typedef int16_t MPA_INT; typedef 75 typedef int32_t MPA_INT; typedef
|
H A D | mpegaudiodsp_template.c | 80 DECLARE_ALIGNED(16, MPA_INT, RENAME(ff_mpa_synth_window))[512+256]; 123 void RENAME(ff_mpadsp_apply_window)(MPA_INT *synth_buf, MPA_INT *window, in ff_mpadsp_apply_window() 127 register const MPA_INT *w, *w2, *p; in ff_mpadsp_apply_window() 178 void RENAME(ff_mpa_synth_filter)(MPADSPContext *s, MPA_INT *synth_buf_ptr, in ff_mpa_synth_filter() 180 MPA_INT *window, int *dither_state, in ff_mpa_synth_filter() 182 MPA_INT *sb_samples) in ff_mpa_synth_filter() 184 MPA_INT *synth_buf; in ff_mpa_synth_filter() 197 static av_cold void mpa_synth_init(MPA_INT *window) in mpa_synth_init()
|
H A D | mpc.h | 70 DECLARE_ALIGNED(16, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512*2];
|
H A D | mpegaudiodec_template.c | 85 DECLARE_ALIGNED(32, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512 * 2];
|
Completed in 5 milliseconds