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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dadj_thr.c1074 static void calcPeCorrection(Word16 *correctionFac, argument
1099 if ((newFac > 100 && *correctionFac < 100) ||
1100 (newFac < 100 && *correctionFac > 100)) {
1101 *correctionFac = 100;
1105 if ((*correctionFac < 100 && newFac < *correctionFac) ||
1106 (*correctionFac > 100 && newFac > *correctionFac))
1107 *correctionFac = (85 * *correctionFac
[all...]

Completed in 32 milliseconds