Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core.c1507 uint32_t satMax, maxNoiseU32; in WebRtcNsx_ProcessCore() local
1722satMax = (uint32_t)1048575;// Largest possible value without getting overflow despite shifting 12 … in WebRtcNsx_ProcessCore()
1756 postLocSnr[i] = WEBRTC_SPL_MIN(satMax, tmpU32no1); // Q11 in WebRtcNsx_ProcessCore()
1758 postLocSnr[i] = satMax; in WebRtcNsx_ProcessCore()
1770 tmpU32no1 = WEBRTC_SPL_MIN(satMax, tmpU32no1); // Q11 in WebRtcNsx_ProcessCore()
1772 tmpU32no1 = satMax; // Q11 in WebRtcNsx_ProcessCore()
1984 curNearSnr = WEBRTC_SPL_MIN(satMax, tmpU32no1); // Q11 in WebRtcNsx_ProcessCore()