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

  /external/aac/libAACenc/src/
dyn_bits.cpp 188 const INT maxSfb, INT* const maxNdx) {
198 *maxNdx = lastMaxNdx;
308 INT maxMergeGain, maxNdx, maxNdxNext, maxNdxLast;
311 FDKaacEnc_findMaxMerge(mergeGainLookUp, huffsection, maxSfb, &maxNdx);
316 maxNdxNext = maxNdx + huffsection[maxNdx].sfbCnt;
319 huffsection[maxNdx].sfbCnt += huffsection[maxNdxNext].sfbCnt;
320 huffsection[maxNdx].sectionBits +=
324 FDKaacEnc_mergeBitLookUp(bitLookUp[maxNdx], bitLookUp[maxNdxNext]);
327 if (maxNdx != 0)
    [all...]
  /external/deqp/modules/glshared/
glsCalibration.cpp 107 const int maxNdx = (int)values.size() - 1;
108 const float floatNdx = (float)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 7477 milliseconds