Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core_mips.c1271 int16_t shiftFromNearToNoise = kNoiseEstQDomain - aecm->dfaCleanQDomain; in ComfortNoise() local
1274 assert(shiftFromNearToNoise >= 0); in ComfortNoise()
1275 assert(shiftFromNearToNoise < 16); in ComfortNoise()
1303 [shiftFromNearToNoise] "r" (shiftFromNearToNoise) in ComfortNoise()
1380 : [tmp1] "r" (tmp1), [shiftFromNearToNoise] "r" (shiftFromNearToNoise) in ComfortNoise()
1463 [shiftFromNearToNoise] "r" (shiftFromNearToNoise) in ComfortNoise()
1469 aecm->noiseEst[i] = tmp32 << shiftFromNearToNoise; in ComfortNoise()
1473 aecm->noiseEst[i+1] = tmp321 << shiftFromNearToNoise; in ComfortNoise()
Daecm_core_c.c654 int16_t shiftFromNearToNoise = kNoiseEstQDomain - aecm->dfaCleanQDomain; in ComfortNoise() local
657 assert(shiftFromNearToNoise >= 0); in ComfortNoise()
658 assert(shiftFromNearToNoise < 16); in ComfortNoise()
675 outLShift32 = tmp32 << shiftFromNearToNoise; in ComfortNoise()
734 tmp32 = aecm->noiseEst[i] >> shiftFromNearToNoise; in ComfortNoise()
738 aecm->noiseEst[i] = tmp32 << shiftFromNearToNoise; in ComfortNoise()