Searched refs:kProbabilityOffset (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/src/modules/audio_processing/utility/
H A Ddelay_estimator.c22 static const int32_t kProbabilityOffset = 1024; // 2 in Q9. variable
271 int32_t threshold = value_best_candidate + kProbabilityOffset;
282 if (value_worst_candidate > value_best_candidate + kProbabilityOffset) {
/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.c22 static const int32_t kProbabilityOffset = 1024; // 2 in Q9. variable
595 int32_t threshold = value_best_candidate + kProbabilityOffset;
608 // 1) The valley is distinct enough (|valley_depth| > |kProbabilityOffset|)
614 valid_candidate = ((valley_depth > kProbabilityOffset) &&

Completed in 162 milliseconds