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

  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_internal.h 108 float normal_error_threshold; // error threshold member in struct:AecCore
185 float normal_error_threshold,
aec_core_mips.c     [all...]
aec_core.c 187 float normal_error_threshold,
193 : normal_error_threshold;
929 float normal_error_threshold,
    [all...]
aec_core_sse2.c 84 float normal_error_threshold,
92 : _mm_set1_ps(normal_error_threshold);
131 : normal_error_threshold;
aec_core_neon.c 131 float normal_error_threshold,
136 kExtendedErrorThreshold : normal_error_threshold;

Completed in 63 milliseconds