Searched defs:noRedPeGlobal (Results 1 - 1 of 1) sorted by relevance

/external/aac/libAACenc/src/
H A Dadj_thr.cpp1912 INT constPartGlobal, noRedPeGlobal, nActiveLinesGlobal, redPeGlobal; local
1913 constPartGlobal = noRedPeGlobal = nActiveLinesGlobal = redPeGlobal = 0;
1962 noRedPeGlobal += peData->pe;
1970 avgThrExp = (float)pow(2.0f, (constPartGlobal - noRedPeGlobal)/(4.0f *
1980 avgThrExp_m = CalcRedValPower(constPartGlobal - noRedPeGlobal,

Completed in 72 milliseconds