Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpegaudio.h65 typedef float MPA_INT; typedef
70 typedef int16_t MPA_INT; typedef
75 typedef int32_t MPA_INT; typedef
Dmpegaudiodsp_template.c80 DECLARE_ALIGNED(16, MPA_INT, RENAME(ff_mpa_synth_window))[512+256]; variable
123 void RENAME(ff_mpadsp_apply_window)(MPA_INT *synth_buf, MPA_INT *window, in RENAME()
127 register const MPA_INT *w, *w2, *p; in RENAME()
178 void RENAME(ff_mpa_synth_filter)(MPADSPContext *s, MPA_INT *synth_buf_ptr, in RENAME()
180 MPA_INT *window, int *dither_state, in RENAME()
182 MPA_INT *sb_samples) in RENAME()
184 MPA_INT *synth_buf; in RENAME()
197 static av_cold void mpa_synth_init(MPA_INT *window) in mpa_synth_init()
Dmpc.h70 DECLARE_ALIGNED(16, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512*2]; member
Dmpegaudiodec_template.c85 DECLARE_ALIGNED(32, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512 * 2]; member