Lines Matching full:pfactor
1452 FIXP_SGL *pFactor;
1465 pFactor = pConcealCommonData->fadeInFactor;
1470 pFactor = pConcealCommonData->fadeOutFactor;
1475 FIXP_SGL diff = fixp_abs((pFactor[i]>>1) - referenceVal);
1484 if (((pFactor[nextFadeIndex]>>1) <= referenceVal) && (nextFadeIndex > 0)) {
1489 if (((pFactor[nextFadeIndex]>>1) >= referenceVal) && (nextFadeIndex < numFrames-1)) {