Searched refs:MPA_INT (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpegaudio.h | 65 typedef float MPA_INT; typedef 70 typedef int16_t MPA_INT; typedef 75 typedef int32_t MPA_INT; typedef
|
D | mpegaudiodsp_template.c | 81 DECLARE_ALIGNED(16, MPA_INT, RENAME(ff_mpa_synth_window))[512+256]; variable 124 void RENAME(ff_mpadsp_apply_window)(MPA_INT *synth_buf, MPA_INT *window, in RENAME() 128 register const MPA_INT *w, *w2, *p; in RENAME() 179 void RENAME(ff_mpa_synth_filter)(MPADSPContext *s, MPA_INT *synth_buf_ptr, in RENAME() 181 MPA_INT *window, int *dither_state, in RENAME() 183 MPA_INT *sb_samples) in RENAME() 185 MPA_INT *synth_buf; in RENAME() 198 static av_cold void mpa_synth_init(MPA_INT *window) in mpa_synth_init()
|
D | mpc.h | 69 DECLARE_ALIGNED(16, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512*2]; member
|
D | mpegaudiodec_template.c | 83 DECLARE_ALIGNED(32, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512 * 2]; member
|