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

  /external/opencv3/modules/cudastereo/src/cuda/
stereobm.cu 119 int bestIdx = 0;
123 bestIdx = i;
126 return make_uint2(mssd, bestIdx);
  /external/icu/icu4c/source/common/
locmap.c 907 int32_t bestIdx = 0;
920 bestIdx = idx;
926 && this_0->regionMaps[bestIdx].posixID[bestIdxDiff] == 0)
929 return this_0->regionMaps[bestIdx].hostID;
    [all...]
  /external/opencv3/modules/cudafeatures2d/src/cuda/
bf_knnmatch.cu     [all...]
  /external/opencv3/modules/calib3d/src/
circlesgrid.cpp 867 size_t bestIdx = 0;
875 bestIdx = i;
878 return bestIdx;
    [all...]

Completed in 564 milliseconds