Home
last modified time | relevance | path

Searched refs:fft_scale (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c241 const float32x4_t fft_scale = vmulq_f32(fft_ps, scale_ps); in FilterAdaptationNEON() local
242 vst1q_f32(&fft[j], fft_scale); in FilterAdaptationNEON()
Daec_core_sse2.c205 const __m128 fft_scale = _mm_mul_ps(fft_ps, scale_ps); in FilterAdaptationSSE2() local
206 _mm_storeu_ps(&fft[j], fft_scale); in FilterAdaptationSSE2()