Searched refs:groupEnergy (Results 1 – 1 of 1) sorted by relevance
1032 FIXP_DBL groupEnergy = FL2FXCONST_DBL(0.f); in FDKaacEnc_reduceThresholdsVBR() local1035 groupEnergy += chGroupEnergy[groupCnt][ch]; /* adding up the channels groupEnergy */ in FDKaacEnc_reduceThresholdsVBR()1039 …groupEnergy = fMult(groupEnergy,invInt[psyOutChannel[0]->groupLen[groupCnt]]); /* correction of g… in FDKaacEnc_reduceThresholdsVBR()1040 …groupEnergy = fixMin(groupEnergy, frameEnergy>>WIN_TYPE_SCALE); /* do not allow an… in FDKaacEnc_reduceThresholdsVBR()1042 groupEnergy>>=2; /* 2*WIN_TYPE_SCALE = 6 => 6+2 = 8 ==> 8/4 = int number */ in FDKaacEnc_reduceThresholdsVBR()1045 CalcInvLdData(CalcLdData(groupEnergy)>>2) ) in FDKaacEnc_reduceThresholdsVBR()