Searched refs:numWindows (Results 1 - 1 of 1) sorted by relevance

/external/aac/libAACdec/src/
H A Dconceal.cpp855 int win, numWindows = 1; local
876 numWindows = 8;
878 lastWindow = numWindows - pConcealmentInfo->lastWinGrpLen;
882 for (win = 0; win < numWindows; win++) {
905 if ( (lastWindow >= numWindows)
906 && (numWindows > 1) )
909 lastWindow = numWindows - pConcealmentInfo->lastWinGrpLen;

Completed in 59 milliseconds