Home
last modified time | relevance | path

Searched refs:too_low (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_processing/aec3/
Decho_audibility.cc92 bool too_low = false; in IsRenderTooLow() local
95 too_low = true; in IsRenderTooLow()
109 too_low = true; // Discards all blocks if one of them is too low. in IsRenderTooLow()
115 return too_low; in IsRenderTooLow()
/external/icu/icu4c/source/i18n/
Ddouble-conversion-fast-dtoa.cpp335 DiyFp too_low = DiyFp(low.f() - unit, low.e()); in DigitGen() local
339 DiyFp unsafe_interval = DiyFp::Minus(too_high, too_low); in DigitGen()