HomeSort by relevance Sort by last modified time
    Searched refs:maxNdxNext (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacenc/src/
dyn_bits.c 229 Word16 maxMergeGain, maxNdx, maxNdxNext, maxNdxLast;
238 maxNdxNext = maxNdx + sectionInfo[maxNdx].sfbCnt;
240 sectionInfo[maxNdx].sfbCnt = sectionInfo[maxNdx].sfbCnt + sectionInfo[maxNdxNext].sfbCnt;
242 (sectionInfo[maxNdxNext].sectionBits - maxMergeGain);
245 mergeBitLookUp(bitLookUp[maxNdx], bitLookUp[maxNdxNext]);
256 maxNdxNext = maxNdx + sectionInfo[maxNdx].sfbCnt;
258 sectionInfo[maxNdxNext - 1].sfbStart = sectionInfo[maxNdx].sfbStart;
261 if (maxNdxNext - maxSfb < 0) {
266 maxNdxNext);
  /external/aac/libAACenc/src/
dyn_bits.cpp 344 INT maxMergeGain, maxNdx = 0, maxNdxNext, maxNdxLast;
352 maxNdxNext = maxNdx + huffsection[maxNdx].sfbCnt;
355 huffsection[maxNdx].sfbCnt += huffsection[maxNdxNext].sfbCnt;
356 huffsection[maxNdx].sectionBits += huffsection[maxNdxNext].sectionBits - maxMergeGain;
359 FDKaacEnc_mergeBitLookUp(bitLookUp[maxNdx], bitLookUp[maxNdxNext]);
373 maxNdxNext = maxNdx + huffsection[maxNdx].sfbCnt;
375 huffsection[maxNdxNext - 1].sfbStart = huffsection[maxNdx].sfbStart;
377 if (maxNdxNext < maxSfb)
382 maxNdxNext,

Completed in 127 milliseconds