Lines Matching refs:dim3

113             const dim3 threads(32, 8);  in matchTemplateNaive_CCORR()
114 const dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in matchTemplateNaive_CCORR()
183 const dim3 threads(32, 8); in matchTemplateNaive_SQDIFF()
184 const dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in matchTemplateNaive_SQDIFF()
239 const dim3 threads(32, 8); in matchTemplatePrepared_SQDIFF_8U()
240 const dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in matchTemplatePrepared_SQDIFF_8U()
311 const dim3 threads(32, 8); in matchTemplatePrepared_SQDIFF_NORMED_8U()
312 const dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in matchTemplatePrepared_SQDIFF_NORMED_8U()
354 dim3 threads(32, 8); in matchTemplatePrepared_CCOFF_8U()
355 dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in matchTemplatePrepared_CCOFF_8U()
396 dim3 threads(32, 8); in matchTemplatePrepared_CCOFF_8UC2()
397 dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in matchTemplatePrepared_CCOFF_8UC2()
451 dim3 threads(32, 8); in matchTemplatePrepared_CCOFF_8UC3()
452 dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in matchTemplatePrepared_CCOFF_8UC3()
517 dim3 threads(32, 8); in matchTemplatePrepared_CCOFF_8UC4()
518 dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in matchTemplatePrepared_CCOFF_8UC4()
567 dim3 threads(32, 8); in matchTemplatePrepared_CCOFF_NORMED_8U()
568 dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in matchTemplatePrepared_CCOFF_NORMED_8U()
627 dim3 threads(32, 8); in matchTemplatePrepared_CCOFF_NORMED_8UC2()
628 dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in matchTemplatePrepared_CCOFF_NORMED_8UC2()
704 dim3 threads(32, 8); in matchTemplatePrepared_CCOFF_NORMED_8UC3()
705 dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in matchTemplatePrepared_CCOFF_NORMED_8UC3()
793 dim3 threads(32, 8); in matchTemplatePrepared_CCOFF_NORMED_8UC4()
794 dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in matchTemplatePrepared_CCOFF_NORMED_8UC4()
844 dim3 threads(32, 8); in normalize_8U()
845 dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in normalize_8U()
889 dim3 threads(32, 8); in extractFirstChannel_32F()
890 dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in extractFirstChannel_32F()