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

/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core.c1849 WebRtc_UWord32 satMax, maxNoiseU32; local
2052 satMax = (WebRtc_UWord32)1048575;// Largest possible value without getting overflow despite shifting 12 steps
2086 postLocSnr[i] = WEBRTC_SPL_MIN(satMax, tmpU32no1); // Q11
2088 postLocSnr[i] = satMax;
2099 tmpU32no1 = WEBRTC_SPL_MIN(satMax, tmpU32no1); // Q11
2101 tmpU32no1 = satMax; // Q11
2317 curNearSnr = WEBRTC_SPL_MIN(satMax, tmpU32no1); // Q11

Completed in 77 milliseconds