Searched refs:outLShift32 (Results 1 – 2 of 2) sorted by relevance
1269 int32_t outLShift32; in ComfortNoise() local1300 : [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()
651 int32_t outLShift32; in ComfortNoise() local675 outLShift32 = tmp32 << shiftFromNearToNoise; in ComfortNoise()677 if (outLShift32 < aecm->noiseEst[i]) in ComfortNoise()696 aecm->noiseEst[i] -= ((aecm->noiseEst[i] - outLShift32) in ComfortNoise()