Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dadj_thr.cpp915 FIXP_DBL frameEnergy = FL2FXCONST_DBL(0.f); in FDKaacEnc_calcChaosMeasure() local
922 frameEnergy += (psyOutChannel->sfbEnergy[sfbGrp+sfb]>>SCALE_NRGS); in FDKaacEnc_calcChaosMeasure()
933 (CalcLdData(frameEnergy)>>(2+1))) - in FDKaacEnc_calcChaosMeasure()
958 FIXP_DBL frameEnergy = FL2FXCONST_DBL(1e-10f); in FDKaacEnc_reduceThresholdsVBR() local
991 frameEnergy += chEnergy; in FDKaacEnc_reduceThresholdsVBR()
1002 if(frameEnergy > chaosMeasure) { in FDKaacEnc_reduceThresholdsVBR()
1003 INT scale = CntLeadingZeros(frameEnergy) - 1; in FDKaacEnc_reduceThresholdsVBR()
1005 FIXP_DBL denum = frameEnergy<<scale; in FDKaacEnc_reduceThresholdsVBR()
1040 …groupEnergy = fixMin(groupEnergy, frameEnergy>>WIN_TYPE_SCALE); /* do not allow an… in FDKaacEnc_reduceThresholdsVBR()
1052 CalcInvLdData(CalcLdData(frameEnergy)>>2) ) in FDKaacEnc_reduceThresholdsVBR()