HomeSort by relevance Sort by last modified time
    Searched refs:WebRtcAec_sqrtHanning (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_common.h 24 extern ALIGN16_BEG const float ALIGN16_END WebRtcAec_sqrtHanning[65];
aec_core.c 55 ALIGN16_BEG const float ALIGN16_END WebRtcAec_sqrtHanning[65] = {
388 x_windowed[i] = x[i] * WebRtcAec_sqrtHanning[i];
390 x[PART_LEN + i] * WebRtcAec_sqrtHanning[PART_LEN - i];
    [all...]
aec_core_neon.c 644 const float32x4_t vec_sqrtHanning = vld1q_f32(&WebRtcAec_sqrtHanning[i]);
647 vld1q_f32(&WebRtcAec_sqrtHanning[PART_LEN - i - 3]);
aec_core_sse2.c 626 const __m128 vec_sqrtHanning = _mm_load_ps(&WebRtcAec_sqrtHanning[i]);
629 _mm_loadu_ps(&WebRtcAec_sqrtHanning[PART_LEN - i - 3]);

Completed in 36 milliseconds