Home
last modified time | relevance | path

Searched refs:apply_window (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/ppc/
H A Dmpegaudiodsp_altivec.c48 static void apply_window(const float *buf, const float *win1, in apply_window() function
108 apply_window(in + 16, win , win + 512, suma, sumc, 16); in apply_window_mp3()
109 apply_window(in + 32, win + 48, win + 640, sumb, sumd, 16); in apply_window_mp3()
/third_party/ffmpeg/libavcodec/x86/
H A Dmpegaudiodsp.c67 static void apply_window(const float *buf, const float *win1, in apply_window() function
143 apply_window(in + 16, win , win + 512, suma, sumc, 16); in apply_window_mp3()
144 apply_window(in + 32, win + 48, win + 640, sumb, sumd, 16); in apply_window_mp3()
/third_party/ffmpeg/libavfilter/
H A Daf_dialoguenhance.c127 static void apply_window(AudioDialogueEnhanceContext *s, in apply_window() function
266 apply_window(s, left_in, windowed_left, 0); in de_stereo()
267 apply_window(s, right_in, windowed_right, 0); in de_stereo()
292 apply_window(s, windowed_oleft, left_out, 1); in de_stereo()
H A Daf_apsyclip.c267 static void apply_window(AudioPsyClipContext *s, in apply_window() function
418 apply_window(s, in_frame, windowed_frame, 0); in feed()
493 apply_window(s, clipping_delta, out_dist_frame, 1); in feed()
/third_party/ffmpeg/libavcodec/aarch64/
H A Dmpegaudiodsp_neon.S34 .macro apply_window type, st
209 apply_window fixed, h label
225 apply_window float, s label
/third_party/ffmpeg/libavcodec/
H A Dmpegaudiodsp_template.c191 s->RENAME(apply_window)(synth_buf, window, dither_state, samples, incr); in ff_mpa_synth_filter()
H A Daacenc.c192 static void (*const apply_window[4])(AVFloatDSPContext *fdsp, variable
207 apply_window[sce->ics.window_sequence[0]](s->fdsp, sce, audio); in apply_window_and_mdct()
668 apply_window[sce->ics.window_sequence[0]](s->fdsp, sce, &sce->ltp_state[0]); in aac_encode_frame()

Completed in 6 milliseconds