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

/frameworks/base/media/libstagefright/codecs/aacenc/src/
H A Dadj_thr.c740 Word16 nActiveLines, nActiveLinesNoAH; local
771 calcPeNoAH(&redPeNoAH, &constPartNoAH, &nActiveLinesNoAH,
782 if (nActiveLinesNoAH > 0) {
784 avgThrExp = pow2_xy((constPartNoAH - redPeNoAH), (nActiveLinesNoAH << 2));
786 redVal = (redVal + pow2_xy((constPartNoAH - desiredPeNoAH), (nActiveLinesNoAH << 2))) - avgThrExp;

Completed in 74 milliseconds