Searched refs:maxNdx (Results 1 – 2 of 2) sorted by relevance
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()
1112 const int maxNdx = maxElement(opIndices); in iterate() local1115 if (bufSize < (maxNdx+1)*4) in iterate()