Home
last modified time | relevance | path

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

/external/opencv3/modules/cudafeatures2d/src/cuda/
Dbf_knnmatch.cu173 int& bestImgIdx1, int& bestImgIdx2, in findBestMatch() argument
193 j2 = shfl_down(bestImgIdx2, i, BLOCK_SIZE); in findBestMatch()
201 bestImgIdx2 = j1; in findBestMatch()
208 bestImgIdx2 = bestImgIdx1; in findBestMatch()
218 bestImgIdx2 = j2; in findBestMatch()
270 s_imgIdx[threadIdx.x] = bestImgIdx2; in findBestMatch()
297 bestImgIdx2 = myBestImgIdx2; in findBestMatch()
320 int& bestImgIdx1, int& bestImgIdx2) in loopUnrolledCached() argument
358 bestImgIdx2 = bestImgIdx1; in loopUnrolledCached()
368 bestImgIdx2 = imgIdx; in loopUnrolledCached()
[all …]