Home | History | Annotate | Download | only in src

Lines Matching refs:deltaPe

1324 description:  if pe difference deltaPe between desired pe and real pe is small
1333 const SCHAR redVal_e, const INT deltaPe, const INT processElements,
1390 (deltaPe > 0)) &&
1441 /* normFactorLdData = ld64(deltaPe/normFactorInt) */
1443 CalcLdData((FIXP_DBL)((deltaPe < 0) ? (-deltaPe) : (deltaPe))) -
1462 (deltaPe == 0)) {
1473 tmp = (deltaPe < 0) ? tmp : (-tmp);
1562 INT sfb, deltaPe = 0;
1577 deltaPe -= peData->peChannelData[ch].sfbPe[sfb];
1583 deltaPe += peData->peChannelData[ch].sfbPe[sfb];
1588 deltaPe >>= PE_CONSTPART_SHIFT;
1589 peData->pe += deltaPe;
1590 peData->peChannelData[ch].pe += deltaPe;
1591 newGlobalPe += deltaPe;