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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dadj_thr.c742 Word16 noRedPe, redPe, redPeNoAH; local
755 noRedPe = peData->pe;
760 avgThrExp = pow2_xy((constPart - noRedPe), (nActiveLines << 2));
1137 Word16 noRedPe, grantedPe, grantedPeCorr; local
1151 noRedPe = peData.pe;
1169 bitFactor = bitresCalcBitFac(bitresBits, maxBitresBits, noRedPe+5*sideInfoBits,
1179 min(grantedPe, noRedPe),
1185 if (grantedPeCorr < noRedPe && noRedPe > peData.offset) {
1210 qcOE->pe = noRedPe;
[all...]

Completed in 87 milliseconds