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

  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_neon.c 139 const float32x4_t kThresh = vmovq_n_f32(error_threshold);
152 const uint32x4_t bigger = vcgtq_f32(absEf, kThresh);
154 const float32x4_t absEfInv = vdivq_f32(kThresh, absEfPlus);
aec_core_sse2.c 90 const __m128 kThresh = extended_filter_enabled
108 const __m128 bigger = _mm_cmpgt_ps(absEf, kThresh);
110 const __m128 absEfInv = _mm_div_ps(kThresh, absEfPlus);

Completed in 537 milliseconds