Lines Matching refs:blockDim
91 int x = blockDim.x * blockIdx.x + threadIdx.x; in matchTemplateNaiveKernel_CCORR()
92 int y = blockDim.y * blockIdx.y + threadIdx.y; in matchTemplateNaiveKernel_CCORR()
157 int x = blockDim.x * blockIdx.x + threadIdx.x; in matchTemplateNaiveKernel_SQDIFF()
158 int y = blockDim.y * blockIdx.y + threadIdx.y; in matchTemplateNaiveKernel_SQDIFF()
223 const int x = blockIdx.x * blockDim.x + threadIdx.x; in matchTemplatePreparedKernel_SQDIFF_8U()
224 const int y = blockIdx.y * blockDim.y + threadIdx.y; in matchTemplatePreparedKernel_SQDIFF_8U()
293 const int x = blockIdx.x * blockDim.x + threadIdx.x; in matchTemplatePreparedKernel_SQDIFF_NORMED_8U()
294 const int y = blockIdx.y * blockDim.y + threadIdx.y; in matchTemplatePreparedKernel_SQDIFF_NORMED_8U()
339 const int x = blockIdx.x * blockDim.x + threadIdx.x; in matchTemplatePreparedKernel_CCOFF_8U()
340 const int y = blockIdx.y * blockDim.y + threadIdx.y; in matchTemplatePreparedKernel_CCOFF_8U()
372 const int x = blockIdx.x * blockDim.x + threadIdx.x; in matchTemplatePreparedKernel_CCOFF_8UC2()
373 const int y = blockIdx.y * blockDim.y + threadIdx.y; in matchTemplatePreparedKernel_CCOFF_8UC2()
420 const int x = blockIdx.x * blockDim.x + threadIdx.x; in matchTemplatePreparedKernel_CCOFF_8UC3()
421 const int y = blockIdx.y * blockDim.y + threadIdx.y; in matchTemplatePreparedKernel_CCOFF_8UC3()
480 const int x = blockIdx.x * blockDim.x + threadIdx.x; in matchTemplatePreparedKernel_CCOFF_8UC4()
481 const int y = blockIdx.y * blockDim.y + threadIdx.y; in matchTemplatePreparedKernel_CCOFF_8UC4()
544 const int x = blockIdx.x * blockDim.x + threadIdx.x; in matchTemplatePreparedKernel_CCOFF_NORMED_8U()
545 const int y = blockIdx.y * blockDim.y + threadIdx.y; in matchTemplatePreparedKernel_CCOFF_NORMED_8U()
593 const int x = blockIdx.x * blockDim.x + threadIdx.x; in matchTemplatePreparedKernel_CCOFF_NORMED_8UC2()
594 const int y = blockIdx.y * blockDim.y + threadIdx.y; in matchTemplatePreparedKernel_CCOFF_NORMED_8UC2()
660 const int x = blockIdx.x * blockDim.x + threadIdx.x; in matchTemplatePreparedKernel_CCOFF_NORMED_8UC3()
661 const int y = blockIdx.y * blockDim.y + threadIdx.y; in matchTemplatePreparedKernel_CCOFF_NORMED_8UC3()
741 const int x = blockIdx.x * blockDim.x + threadIdx.x; in matchTemplatePreparedKernel_CCOFF_NORMED_8UC4()
742 const int y = blockIdx.y * blockDim.y + threadIdx.y; in matchTemplatePreparedKernel_CCOFF_NORMED_8UC4()
829 const int x = blockIdx.x * blockDim.x + threadIdx.x; in normalizeKernel_8U()
830 const int y = blockIdx.y * blockDim.y + threadIdx.y; in normalizeKernel_8U()
877 int x = blockDim.x * blockIdx.x + threadIdx.x; in extractFirstChannel_32F()
878 int y = blockDim.y * blockIdx.y + threadIdx.y; in extractFirstChannel_32F()