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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegaudio.h61 typedef float MPA_INT; typedef
65 typedef int16_t MPA_INT; typedef
69 typedef int32_t MPA_INT; typedef
H A Dmpc.h70 DECLARE_ALIGNED(16, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512*2];
H A Dmpegaudiodsp_template.c78 DECLARE_ALIGNED(16, MPA_INT, RENAME(ff_mpa_synth_window))[512+256];
121 void RENAME(ff_mpadsp_apply_window)(MPA_INT *synth_buf, MPA_INT *window,
125 register const MPA_INT *w, *w2, *p;
176 void RENAME(ff_mpa_synth_filter)(MPADSPContext *s, MPA_INT *synth_buf_ptr,
178 MPA_INT *window, int *dither_state,
180 MPA_INT *sb_samples)
182 MPA_INT *synth_buf;
195 void av_cold RENAME(ff_mpa_synth_init)(MPA_INT *window)
H A Dmpegaudiodec.c73 DECLARE_ALIGNED(32, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512 * 2];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegaudio.h63 typedef float MPA_INT; typedef
67 typedef int16_t MPA_INT; typedef
71 typedef int32_t MPA_INT; typedef
H A Dmpc.h69 DECLARE_ALIGNED(16, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512*2];
H A Dmpegaudiodsp_template.c78 DECLARE_ALIGNED(16, MPA_INT, RENAME(ff_mpa_synth_window))[512+256];
121 void RENAME(ff_mpadsp_apply_window)(MPA_INT *synth_buf, MPA_INT *window,
125 register const MPA_INT *w, *w2, *p;
176 void RENAME(ff_mpa_synth_filter)(MPADSPContext *s, MPA_INT *synth_buf_ptr,
178 MPA_INT *window, int *dither_state,
180 MPA_INT *sb_samples)
182 MPA_INT *synth_buf;
195 av_cold void RENAME(ff_mpa_synth_init)(MPA_INT *window)
H A Dmpegaudiodec_template.c78 DECLARE_ALIGNED(32, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512 * 2];

Completed in 226 milliseconds