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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_common.h 27 extern const float WebRtcAec_kExtendedSmoothingCoefficients[2][2];
aec_core.c 107 const float WebRtcAec_kExtendedSmoothingCoefficients[2][2] = {{0.9f, 0.1f},
334 ? WebRtcAec_kExtendedSmoothingCoefficients[aec->mult - 1]
    [all...]
aec_core_neon.c 502 ? WebRtcAec_kExtendedSmoothingCoefficients[aec->mult - 1]
aec_core_sse2.c 482 ? WebRtcAec_kExtendedSmoothingCoefficients[aec->mult - 1]

Completed in 208 milliseconds