Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dadj_thr.cpp956 FIXP_DBL chGroupEnergy[TRANS_FAC][2];/*energy for each group and channel*/ in FDKaacEnc_reduceThresholdsVBR() local
985 chGroupEnergy[groupCnt][ch] = FL2FXCONST_DBL(0.f); in FDKaacEnc_reduceThresholdsVBR()
987 chGroupEnergy[groupCnt][ch] += (psyOutChan->sfbEnergy[sfbGrp+sfb]>>SCALE_GROUP_ENERGY); in FDKaacEnc_reduceThresholdsVBR()
989 chEnergy += chGroupEnergy[groupCnt][ch]; in FDKaacEnc_reduceThresholdsVBR()
1035 groupEnergy += chGroupEnergy[groupCnt][ch]; /* adding up the channels groupEnergy */ in FDKaacEnc_reduceThresholdsVBR()