Home
last modified time | relevance | path

Searched defs:x_windowed (Results 1 – 4 of 4) sorted by relevance

/external/libopus/silk/float/
Dnoise_shape_analysis_FLP.c140 silk_float x_windowed[ SHAPE_LPC_WIN_MAX ]; in silk_noise_shape_analysis_FLP() local
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c639 static void WindowDataNEON(float* x_windowed, const float* x) { in WindowDataNEON()
Daec_core_sse2.c621 static void WindowDataSSE2(float* x_windowed, const float* x) { in WindowDataSSE2()
Daec_core.c385 __inline static void WindowData(float* x_windowed, const float* x) { in WindowData()