HomeSort by relevance Sort by last modified time
    Searched full:maxndx (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacenc/src/
dyn_bits.c 109 const Word16 maxSfb, Word16 *maxNdx)
118 *maxNdx = i;
229 Word16 maxMergeGain, maxNdx, maxNdxNext, maxNdxLast;
231 maxMergeGain = findMaxMerge(mergeGainLookUp, sectionInfo, maxSfb, &maxNdx);
238 maxNdxNext = maxNdx + sectionInfo[maxNdx].sfbCnt;
240 sectionInfo[maxNdx].sfbCnt = sectionInfo[maxNdx].sfbCnt + sectionInfo[maxNdxNext].sfbCnt;
241 sectionInfo[maxNdx].sectionBits = sectionInfo[maxNdx].sectionBits
    [all...]
  /external/aac/libAACenc/src/
dyn_bits.cpp 202 INT* const maxNdx
212 *maxNdx = i;
344 INT maxMergeGain, maxNdx = 0, maxNdxNext, maxNdxLast;
346 maxMergeGain = FDKaacEnc_findMaxMerge(mergeGainLookUp, huffsection, maxSfb, &maxNdx);
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]);
362 if (maxNdx != 0
    [all...]
  /external/elfutils/libdwfl/
dwfl_module_getdwarf.c 427 Elf32_Word maxndx = symndx; local
429 if (buckets[bucket] > maxndx)
430 maxndx = buckets[bucket];
434 hasharr_at += (maxndx - symndx) * sizeof (Elf32_Word);
444 mod->syments = maxndx + 1;
447 ++maxndx;

Completed in 61 milliseconds