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

  /external/chromium_org/third_party/skia/tests/
SkpSkGrTest.cpp 711 int maxIdx = max.fFoundCount;
712 if (maxIdx < kMaxFiles) {
713 max.fError[maxIdx] = state.fError[index];
714 strcpy(max.fFilesFound[maxIdx], state.fFilesFound[index]);
715 max.fDirsFound[maxIdx] = state.fDirsFound[index];
719 for (maxIdx = 0; maxIdx < max.fFoundCount; ++maxIdx) {
720 if (max.fError[maxIdx] < state.fError[index]) {
721 max.fError[maxIdx] = state.fError[index]
    [all...]
  /external/aac/libSBRdec/src/
psbitdec.cpp 162 SCHAR maxIdx)
170 aIndex[0] = limitMinMax(aIndex[0],minIdx,maxIdx);
173 aIndex[i] = limitMinMax(aIndex[i],minIdx,maxIdx);
179 aIndex[i] = limitMinMax(aIndex[i],minIdx,maxIdx);
  /external/chromium_org/third_party/skia/src/utils/
SkTextureCompressor_ASTC.cpp     [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_model.js 630 var maxIdx = Math.max.apply(null, selectedIndices);
631 this.selectIndex(Math.min(maxIdx - selectedIndices.length + 2,
    [all...]

Completed in 561 milliseconds