Searched refs:noiseEst (Results 1 – 4 of 4) sorted by relevance
677 if (outLShift32 < aecm->noiseEst[i]) in ComfortNoise()682 if (aecm->noiseEst[i] < (1 << minTrackShift)) in ComfortNoise()690 aecm->noiseEst[i]--; in ComfortNoise()696 aecm->noiseEst[i] -= ((aecm->noiseEst[i] - outLShift32) in ComfortNoise()704 if ((aecm->noiseEst[i] >> 19) > 0) in ComfortNoise()709 aecm->noiseEst[i] >>= 11; in ComfortNoise()710 aecm->noiseEst[i] *= 2049; in ComfortNoise()712 else if ((aecm->noiseEst[i] >> 11) > 0) in ComfortNoise()715 aecm->noiseEst[i] *= 2049; in ComfortNoise()716 aecm->noiseEst[i] >>= 11; in ComfortNoise()[all …]
99 int32_t noiseEst[PART_LEN1]; member
1290 tmp1 = (int32_t*)aecm->noiseEst + 1; in ComfortNoise()1469 aecm->noiseEst[i] = tmp32 << shiftFromNearToNoise; in ComfortNoise()1473 aecm->noiseEst[i+1] = tmp321 << shiftFromNearToNoise; in ComfortNoise()
474 aecm->noiseEst[i] = (tmp32 << 8); in WebRtcAecm_InitCore()480 aecm->noiseEst[i] = (tmp32 << 8); in WebRtcAecm_InitCore()