Home
last modified time | relevance | path

Searched refs:frameEnergy (Results 1 – 1 of 1) sorted by relevance

/external/aac/libAACenc/src/
Dadj_thr.cpp1068 FIXP_DBL frameEnergy = FL2FXCONST_DBL(0.f); in FDKaacEnc_calcChaosMeasure() local
1079 frameEnergy += (psyOutChannel->sfbEnergy[sfbGrp + sfb] >> SCALE_NRGS); in FDKaacEnc_calcChaosMeasure()
1090 (CalcLdData(frameEnergy) >> (2 + 1))) - in FDKaacEnc_calcChaosMeasure()
1117 FIXP_DBL frameEnergy = FL2FXCONST_DBL(1e-10f); in FDKaacEnc_reduceThresholdsVBR() local
1151 frameEnergy += chEnergy; in FDKaacEnc_reduceThresholdsVBR()
1164 if (frameEnergy > chaosMeasure) { in FDKaacEnc_reduceThresholdsVBR()
1165 INT scale = CntLeadingZeros(frameEnergy) - 1; in FDKaacEnc_reduceThresholdsVBR()
1167 FIXP_DBL denum = frameEnergy << scale; in FDKaacEnc_reduceThresholdsVBR()
1214 frameEnergy >> WIN_TYPE_SCALE); /* do not allow an in FDKaacEnc_reduceThresholdsVBR()
1230 CalcInvLdData(CalcLdData(frameEnergy) >> 2)) in FDKaacEnc_reduceThresholdsVBR()