Searched refs:s_num_inliers (Results 1 – 1 of 1) sorted by relevance
165 __shared__ int s_num_inliers[BLOCK_SIZE]; in computeHypothesisScoresKernel() local166 reduce<BLOCK_SIZE>(s_num_inliers, num_inliers, threadIdx.x, plus<int>()); in computeHypothesisScoresKernel()