Searched refs:maxNdx (Results 1 – 3 of 3) sorted by relevance
188 const INT maxSfb, INT* const maxNdx) { in FDKaacEnc_findMaxMerge() argument198 *maxNdx = lastMaxNdx; in FDKaacEnc_findMaxMerge()308 INT maxMergeGain, maxNdx, maxNdxNext, maxNdxLast; in FDKaacEnc_gmStage2() local311 FDKaacEnc_findMaxMerge(mergeGainLookUp, huffsection, maxSfb, &maxNdx); in FDKaacEnc_gmStage2()316 maxNdxNext = maxNdx + huffsection[maxNdx].sfbCnt; in FDKaacEnc_gmStage2()319 huffsection[maxNdx].sfbCnt += huffsection[maxNdxNext].sfbCnt; in FDKaacEnc_gmStage2()320 huffsection[maxNdx].sectionBits += in FDKaacEnc_gmStage2()324 FDKaacEnc_mergeBitLookUp(bitLookUp[maxNdx], bitLookUp[maxNdxNext]); in FDKaacEnc_gmStage2()327 if (maxNdx != 0) { in FDKaacEnc_gmStage2()328 maxNdxLast = huffsection[maxNdx - 1].sfbStart; in FDKaacEnc_gmStage2()[all …]
107 const int maxNdx = (int)values.size() - 1; in linearSample() local108 const float floatNdx = (float)maxNdx * position; in linearSample()110 …const int higherNdx = lowerNdx + (lowerNdx == maxNdx ? 0 : 1); // Use only last element if posit… in linearSample()
1100 const int maxNdx = maxElement(opIndices); in iterate() local1103 if (bufSize < (maxNdx+1)*4) in iterate()