Lines Matching refs:bestImgIdx2
173 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()
495 int& bestImgIdx1, int& bestImgIdx2) in loopUnrolled() argument
537 bestImgIdx2 = bestImgIdx1; in loopUnrolled()
547 bestImgIdx2 = imgIdx; in loopUnrolled()
670 int& bestImgIdx1, int& bestImgIdx2) in loop() argument
711 bestImgIdx2 = bestImgIdx1; in loop()
721 bestImgIdx2 = imgIdx; in loop()