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

  /frameworks/av/media/libstagefright/codecs/aacenc/src/
dyn_bits.c 108 const Word16 maxSfb, Word16 *maxNdx)
117 *maxNdx = i;
228 Word16 maxMergeGain, maxNdx = 0, maxNdxNext, maxNdxLast;
230 maxMergeGain = findMaxMerge(mergeGainLookUp, sectionInfo, maxSfb, &maxNdx);
237 maxNdxNext = maxNdx + sectionInfo[maxNdx].sfbCnt;
239 sectionInfo[maxNdx].sfbCnt = sectionInfo[maxNdx].sfbCnt + sectionInfo[maxNdxNext].sfbCnt;
240 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/deqp/modules/glshared/
glsCalibration.cpp 107 const int maxNdx = (int)values.size() - 1;
108 const float floatNdx = maxNdx * position;
110 const int higherNdx = lowerNdx + (lowerNdx == maxNdx ? 0 : 1); // Use only last element if position is 1.0
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp     [all...]

Completed in 258 milliseconds