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

/external/webrtc/src/modules/audio_processing/aecm/
H A Daecm_core.c1932 WebRtc_Word16 shiftFromNearToNoise = kNoiseEstQDomain - aecm->dfaCleanQDomain; local
1935 assert(shiftFromNearToNoise >= 0);
1936 assert(shiftFromNearToNoise < 16);
1954 outLShift32 = WEBRTC_SPL_LSHIFT_W32(tmp32, shiftFromNearToNoise);
2012 tmp32 = WEBRTC_SPL_RSHIFT_W32(aecm->noiseEst[i], shiftFromNearToNoise);
2016 aecm->noiseEst[i] = WEBRTC_SPL_LSHIFT_W32(tmp32, shiftFromNearToNoise);

Completed in 218 milliseconds