Searched refs:pFactor (Results 1 – 1 of 1) sorted by relevance
1452 FIXP_SGL *pFactor; in findEquiFadeFrame() local1465 pFactor = pConcealCommonData->fadeInFactor; in findEquiFadeFrame()1470 pFactor = pConcealCommonData->fadeOutFactor; in findEquiFadeFrame()1475 FIXP_SGL diff = fixp_abs((pFactor[i]>>1) - referenceVal); in findEquiFadeFrame()1484 if (((pFactor[nextFadeIndex]>>1) <= referenceVal) && (nextFadeIndex > 0)) { in findEquiFadeFrame()1489 if (((pFactor[nextFadeIndex]>>1) >= referenceVal) && (nextFadeIndex < numFrames-1)) { in findEquiFadeFrame()