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

/external/aac/libAACdec/src/
H A Dconceal.cpp1456 INT nextFadeIndex = 0; local
1477 nextFadeIndex = i;
1483 if (((pFactor[nextFadeIndex]>>1) <= referenceVal) && (nextFadeIndex > 0)) {
1484 nextFadeIndex -= 1;
1488 if (((pFactor[nextFadeIndex]>>1) >= referenceVal) && (nextFadeIndex < numFrames-1)) {
1489 nextFadeIndex += 1;
1493 return (nextFadeIndex);

Completed in 55 milliseconds