Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmpegaudio.h65 typedef float MPA_INT; typedef
70 typedef int16_t MPA_INT; typedef
75 typedef int32_t MPA_INT; typedef
H A Dmpegaudiodsp_template.c80 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 Dmpc.h70 DECLARE_ALIGNED(16, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512*2];
H A Dmpegaudiodec_template.c85 DECLARE_ALIGNED(32, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512 * 2];

Completed in 4 milliseconds