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

  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_common.h 27 extern const float WebRtcAec_kExtendedSmoothingCoefficients[2][2];
aec_core.c 117 const float WebRtcAec_kExtendedSmoothingCoefficients[2][2] = {{0.9f, 0.1f},
338 ? WebRtcAec_kExtendedSmoothingCoefficients[aec->mult - 1]
    [all...]
aec_core_neon.c 517 ? WebRtcAec_kExtendedSmoothingCoefficients[aec->mult - 1]
aec_core_sse2.c 496 ? WebRtcAec_kExtendedSmoothingCoefficients[aec->mult - 1]

Completed in 43 milliseconds