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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dadj_thr.c746 Word32 redVal, avgThrExp; local
760 avgThrExp = pow2_xy((constPart - noRedPe), (nActiveLines << 2));
763 redVal = pow2_xy((constPart - desiredPe), (nActiveLines << 2)) - avgThrExp;
788 avgThrExp = pow2_xy((constPartNoAH - redPeNoAH), (nActiveLinesNoAH << 2));
790 redVal = (redVal + pow2_xy((constPartNoAH - desiredPeNoAH), (nActiveLinesNoAH << 2))) - avgThrExp;

Completed in 73 milliseconds