Lines Matching refs:windowLen
1680 int windowLen = samplesPerFrame; in CConcealment_ApplyFadeOut() local
1698 windowLen = samplesPerFrame >> 2; in CConcealment_ApplyFadeOut()
1703 windowLen = samplesPerFrame >> 1; in CConcealment_ApplyFadeOut()
1709 windowLen = samplesPerFrame; in CConcealment_ApplyFadeOut()
1721 windowLen = samplesPerFrame >> 3; in CConcealment_ApplyFadeOut()
1734 FDK_ASSERT((srcGrpStart * windowLen + windowLen) <= samplesPerFrame); in CConcealment_ApplyFadeOut()
1735 FDK_ASSERT((srcWin * windowLen + windowLen) <= 1024); in CConcealment_ApplyFadeOut()
1739 pConcealmentInfo->spectralCoefficient + (srcWin * windowLen); in CConcealment_ApplyFadeOut()
1740 FIXP_DBL *pOut = pSpectralCoefficient + (dstWin * windowLen); in CConcealment_ApplyFadeOut()
1745 FDKmemclear(pCncl, sizeof(FIXP_DBL) * windowLen); in CConcealment_ApplyFadeOut()
1750 for (i = 0; i < windowLen; i++) { in CConcealment_ApplyFadeOut()
1756 windowLen); in CConcealment_ApplyFadeOut()