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

/external/aac/libAACenc/src/
H A Dadj_thr.cpp1455 INT constPartGlobal, noRedPeGlobal, nActiveLinesGlobal, redPeGlobal; local
1456 constPartGlobal = noRedPeGlobal = nActiveLinesGlobal = redPeGlobal = 0;
1485 constPartGlobal += peData->constPart;
1498 redVal = ( 2 ^ ( (constPartGlobal-desiredPe) / (invRedExp*nActiveLinesGlobal) )
1499 - 2 ^ ( (constPartGlobal-noRedPeGlobal) / (invRedExp*nActiveLinesGlobal) ) )
1508 FIXP_DBL tmp0 = CalcRedValPower( constPartGlobal-desiredPe, 4*nActiveLinesGlobal, &scale0 );
1509 FIXP_DBL tmp1 = CalcRedValPower( constPartGlobal-noRedPeGlobal, 4*nActiveLinesGlobal, &scale1 );

Completed in 21 milliseconds