Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dadj_thr.cpp1122 INT groupCnt; /* loop counter */ in FDKaacEnc_reduceThresholdsVBR() local
1140 groupCnt = 0; in FDKaacEnc_reduceThresholdsVBR()
1143 sfbGrp += psyOutChan->sfbPerGroup, groupCnt++) { in FDKaacEnc_reduceThresholdsVBR()
1144 chGroupEnergy[groupCnt][ch] = FL2FXCONST_DBL(0.f); in FDKaacEnc_reduceThresholdsVBR()
1146 chGroupEnergy[groupCnt][ch] += in FDKaacEnc_reduceThresholdsVBR()
1149 chEnergy += chGroupEnergy[groupCnt][ch]; in FDKaacEnc_reduceThresholdsVBR()
1197 groupCnt = 0; in FDKaacEnc_reduceThresholdsVBR()
1199 sfbGrp += psyOutChannel[0]->sfbPerGroup, groupCnt++) { in FDKaacEnc_reduceThresholdsVBR()
1204 chGroupEnergy[groupCnt] in FDKaacEnc_reduceThresholdsVBR()
1208 FDK_ASSERT(psyOutChannel[0]->groupLen[groupCnt] <= INV_INT_TAB_SIZE); in FDKaacEnc_reduceThresholdsVBR()
[all …]