Home | History | Annotate | Download | only in src

Lines Matching refs:lastWindow

857       int tFadeFrames, lastWindow = 0;
878 lastWindow = numWindows - pConcealmentInfo->lastWinGrpLen;
883 FIXP_CNCL *pCncl = pConcealmentInfo->spectralCoefficient + (lastWindow * windowLen);
887 FDK_ASSERT((lastWindow * windowLen + windowLen) <= samplesPerFrame);
903 pSpecScale[win*win_idx_stride] = pConcealmentInfo->specScale[win_idx_stride*lastWindow++];
905 if ( (lastWindow >= numWindows)
909 lastWindow = numWindows - pConcealmentInfo->lastWinGrpLen;