Searched refs:tFadeFrames (Results 1 – 1 of 1) sorted by relevance
858 int tFadeFrames, lastWindow = 0; in CConcealment_ApplyNoise() local867 tFadeFrames = pConcealmentInfo->cntFadeFrames; in CConcealment_ApplyNoise()868 fac = pConcealCommonData->fadeOutFactor[tFadeFrames]; in CConcealment_ApplyNoise()912 tFadeFrames += 1; in CConcealment_ApplyNoise()913 if (tFadeFrames < pConcealCommonData->numFadeOutFrames) { in CConcealment_ApplyNoise()914 fac = pConcealCommonData->fadeOutFactor[tFadeFrames]; in CConcealment_ApplyNoise()922 pConcealmentInfo->cntFadeFrames = tFadeFrames; in CConcealment_ApplyNoise()