Searched refs:maxNdxNext (Results 1 – 1 of 1) sorted by relevance
344 INT maxMergeGain, maxNdx = 0, maxNdxNext, maxNdxLast; in FDKaacEnc_gmStage2() local352 maxNdxNext = maxNdx + huffsection[maxNdx].sfbCnt; in FDKaacEnc_gmStage2()355 huffsection[maxNdx].sfbCnt += huffsection[maxNdxNext].sfbCnt; in FDKaacEnc_gmStage2()356 huffsection[maxNdx].sectionBits += huffsection[maxNdxNext].sectionBits - maxMergeGain; in FDKaacEnc_gmStage2()359 FDKaacEnc_mergeBitLookUp(bitLookUp[maxNdx], bitLookUp[maxNdxNext]); in FDKaacEnc_gmStage2()373 maxNdxNext = maxNdx + huffsection[maxNdx].sfbCnt; in FDKaacEnc_gmStage2()375 huffsection[maxNdxNext - 1].sfbStart = huffsection[maxNdx].sfbStart; in FDKaacEnc_gmStage2()377 if (maxNdxNext < maxSfb) in FDKaacEnc_gmStage2()382 maxNdxNext, in FDKaacEnc_gmStage2()