Home
last modified time | relevance | path

Searched refs:bestImgIdx1 (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudafeatures2d/src/cuda/
Dbf_knnmatch.cu173 int& bestImgIdx1, int& bestImgIdx2, in findBestMatch() argument
192 j1 = shfl_down(bestImgIdx1, i, BLOCK_SIZE); in findBestMatch()
208 bestImgIdx2 = bestImgIdx1; in findBestMatch()
212 bestImgIdx1 = j1; in findBestMatch()
236 s_imgIdx[threadIdx.x] = bestImgIdx1; in findBestMatch()
296 bestImgIdx1 = myBestImgIdx1; in findBestMatch()
320 int& bestImgIdx1, int& bestImgIdx2) in loopUnrolledCached() argument
358 bestImgIdx2 = bestImgIdx1; in loopUnrolledCached()
362 bestImgIdx1 = imgIdx; in loopUnrolledCached()
495 int& bestImgIdx1, int& bestImgIdx2) in loopUnrolled() argument
[all …]