Searched defs:nActiveLinesGlobal (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;
1963 nActiveLinesGlobal += fixMax((INT)peData->nActiveLines, 1);
1971 nActiveLinesGlobal)); redVal = (float)pow(2.0f, (constPartGlobal -
1972 desiredPe)/(4.0f * nActiveLinesGlobal)) - avgThrExp; redVal = max(0.f,
1979 4 * nActiveLinesGlobal, &redVal_e);
1981 4 * nActiveLinesGlobal, &avgThrExp_e);

Completed in 121 milliseconds