Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core_mips.c1269 int32_t outLShift32; in ComfortNoise() local
1300 : [tmp32] "=&r" (tmp32), [outLShift32] "=r" (outLShift32), in ComfortNoise()
1307 if (outLShift32 < tnoise) { in ComfortNoise()
1326 : [outLShift32] "r" (outLShift32), [minTrackShift] "r" (minTrackShift) in ComfortNoise()
1379 [outLShift32] "=r" (outLShift32), [tnoise1] "=&r" (tnoise1) in ComfortNoise()
1384 if (outLShift32 < tnoise1) { in ComfortNoise()
1403 : [outLShift32] "r" (outLShift32), [minTrackShift] "r" (minTrackShift) in ComfortNoise()
Daecm_core_c.c651 int32_t outLShift32; in ComfortNoise() local
675 outLShift32 = tmp32 << shiftFromNearToNoise; in ComfortNoise()
677 if (outLShift32 < aecm->noiseEst[i]) in ComfortNoise()
696 aecm->noiseEst[i] -= ((aecm->noiseEst[i] - outLShift32) in ComfortNoise()