Lines Matching defs:grid
114 const dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in matchTemplateNaive_CCORR() local
184 const dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in matchTemplateNaive_SQDIFF() local
240 const dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in matchTemplatePrepared_SQDIFF_8U() local
312 const dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in matchTemplatePrepared_SQDIFF_NORMED_8U() local
355 dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in matchTemplatePrepared_CCOFF_8U() local
397 dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in matchTemplatePrepared_CCOFF_8UC2() local
452 dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in matchTemplatePrepared_CCOFF_8UC3() local
518 dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in matchTemplatePrepared_CCOFF_8UC4() local
568 dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in matchTemplatePrepared_CCOFF_NORMED_8U() local
628 dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in matchTemplatePrepared_CCOFF_NORMED_8UC2() local
705 dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in matchTemplatePrepared_CCOFF_NORMED_8UC3() local
794 dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in matchTemplatePrepared_CCOFF_NORMED_8UC4() local
845 dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in normalize_8U() local
890 dim3 grid(divUp(result.cols, threads.x), divUp(result.rows, threads.y)); in extractFirstChannel_32F() local