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

/external/aac/libAACdec/src/
H A Dconceal.cpp1451 FIXP_SGL *pFactor; local
1464 pFactor = pConcealCommonData->fadeInFactor;
1469 pFactor = pConcealCommonData->fadeOutFactor;
1474 FIXP_SGL diff = fixp_abs((pFactor[i]>>1) - referenceVal);
1483 if (((pFactor[nextFadeIndex]>>1) <= referenceVal) && (nextFadeIndex > 0)) {
1488 if (((pFactor[nextFadeIndex]>>1) >= referenceVal) && (nextFadeIndex < numFrames-1)) {

Completed in 695 milliseconds