Lines Matching refs:windowLen
1677 int windowLen = samplesPerFrame; in CConcealment_ApplyFadeOut() local
1695 windowLen = samplesPerFrame >> 2; in CConcealment_ApplyFadeOut()
1700 windowLen = samplesPerFrame >> 1; in CConcealment_ApplyFadeOut()
1706 windowLen = samplesPerFrame; in CConcealment_ApplyFadeOut()
1718 windowLen = samplesPerFrame >> 3; in CConcealment_ApplyFadeOut()
1731 FDK_ASSERT((srcGrpStart * windowLen + windowLen) <= samplesPerFrame); in CConcealment_ApplyFadeOut()
1732 FDK_ASSERT((srcWin * windowLen + windowLen) <= 1024); in CConcealment_ApplyFadeOut()
1736 pConcealmentInfo->spectralCoefficient + (srcWin * windowLen); in CConcealment_ApplyFadeOut()
1737 FIXP_DBL *pOut = pSpectralCoefficient + (dstWin * windowLen); in CConcealment_ApplyFadeOut()
1742 FDKmemclear(pCncl, sizeof(FIXP_DBL) * windowLen); in CConcealment_ApplyFadeOut()
1747 for (i = 0; i < windowLen; i++) { in CConcealment_ApplyFadeOut()
1753 windowLen); in CConcealment_ApplyFadeOut()