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

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dadj_thr_data.h59 Word16 peLast; member in struct:__anon338
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dadj_thr.c1061 atsElem->peLast = 0;
1076 const Word16 peLast,
1080 Word32 peLast100 = 100 * peLast;
1084 (peAct100 < (150 * peLast)) && (peAct100 > (70 * peLast)) &&
1087 Word16 newFac = (100 * peLast) / peBitsLast;
1180 AdjThrStateElement->peLast,
1213 AdjThrStateElement->peLast = grantedPe;
1074 calcPeCorrection(Word16 *correctionFac, const Word16 peAct, const Word16 peLast, const Word16 bitsLast) argument

Completed in 51 milliseconds