Searched refs:maxIdx (Results 1 – 3 of 3) sorted by relevance
711 int maxIdx = max.fFoundCount; in DEF_TEST() local712 if (maxIdx < kMaxFiles) { in DEF_TEST()713 max.fError[maxIdx] = state.fError[index]; in DEF_TEST()714 strcpy(max.fFilesFound[maxIdx], state.fFilesFound[index]); in DEF_TEST()715 max.fDirsFound[maxIdx] = state.fDirsFound[index]; in DEF_TEST()719 for (maxIdx = 0; maxIdx < max.fFoundCount; ++maxIdx) { in DEF_TEST()720 if (max.fError[maxIdx] < state.fError[index]) { in DEF_TEST()721 max.fError[maxIdx] = state.fError[index]; in DEF_TEST()722 strcpy(max.fFilesFound[maxIdx], state.fFilesFound[index]); in DEF_TEST()723 max.fDirsFound[maxIdx] = state.fDirsFound[index]; in DEF_TEST()
162 SCHAR maxIdx) in deltaDecodeArray() argument170 aIndex[0] = limitMinMax(aIndex[0],minIdx,maxIdx); in deltaDecodeArray()173 aIndex[i] = limitMinMax(aIndex[i],minIdx,maxIdx); in deltaDecodeArray()179 aIndex[i] = limitMinMax(aIndex[i],minIdx,maxIdx); in deltaDecodeArray()
1434 const int maxIdx = (fDualPlaneEnabled ? 2 : 1) * fWeightDimX * fWeightDimY - 1; in getWeight() local1437 if (effectiveIdx > maxIdx) { in getWeight()1445 if (idx > maxIdx) { in getWeight()