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.c81 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()
Dmpc.h69 DECLARE_ALIGNED(16, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512*2]; member
Dmpegaudiodec_template.c83 DECLARE_ALIGNED(32, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512 * 2]; member