Lines Matching refs:blockDim
126 if (blockIdx.x * blockDim.z + block_x >= img_block_width) in compute_hists_kernel_many_blocks()
133 const int offset_x = (blockIdx.x * blockDim.z + block_x) * cblock_stride_x + in compute_hists_kernel_many_blocks()
143 float* hist = hists + 12 * (cell_y * blockDim.z * CELLS_PER_BLOCK_Y + in compute_hists_kernel_many_blocks()
186 blockIdx.x * blockDim.z + block_x) * in compute_hists_kernel_many_blocks()
267 if (blockIdx.x * blockDim.z + threadIdx.z >= img_block_width) in normalize_hists_kernel_many_blocks()
271 blockIdx.x * blockDim.z + threadIdx.z) * in normalize_hists_kernel_many_blocks()
340 if (blockIdx.x * blockDim.z + win_x >= img_win_width) in compute_confidence_hists_kernel_many_blocks()
344 … blockIdx.x * win_block_stride_x * blockDim.z + win_x) * in compute_confidence_hists_kernel_many_blocks()
362 … confidences[blockIdx.y * img_win_width + blockIdx.x * blockDim.z + win_x] = product + free_coef; in compute_confidence_hists_kernel_many_blocks()
402 if (blockIdx.x * blockDim.z + win_x >= img_win_width) in classify_hists_kernel_many_blocks()
406 … blockIdx.x * win_block_stride_x * blockDim.z + win_x) * in classify_hists_kernel_many_blocks()
424 …labels[blockIdx.y * img_win_width + blockIdx.x * blockDim.z + win_x] = (product + free_coef >= thr… in classify_hists_kernel_many_blocks()
556 const int x = blockIdx.x * blockDim.x + threadIdx.x; in compute_gradients_8UC4_kernel()
580 if (threadIdx.x == blockDim.x - 1) in compute_gradients_8UC4_kernel()
583 sh_row[blockDim.x + 1] = val.x; in compute_gradients_8UC4_kernel()
584 sh_row[blockDim.x + 1 + (nthreads + 2)] = val.y; in compute_gradients_8UC4_kernel()
585 sh_row[blockDim.x + 1 + 2 * (nthreads + 2)] = val.z; in compute_gradients_8UC4_kernel()
678 const int x = blockIdx.x * blockDim.x + threadIdx.x; in compute_gradients_8UC1_kernel()
692 if (threadIdx.x == blockDim.x - 1) in compute_gradients_8UC1_kernel()
693 sh_row[blockDim.x + 1] = row[::min(x + 1, width - 2)]; in compute_gradients_8UC1_kernel()
757 unsigned int x = blockIdx.x * blockDim.x + threadIdx.x; in resize_for_hog_kernel()
758 unsigned int y = blockIdx.y * blockDim.y + threadIdx.y; in resize_for_hog_kernel()
766 unsigned int x = blockIdx.x * blockDim.x + threadIdx.x; in resize_for_hog_kernel()
767 unsigned int y = blockIdx.y * blockDim.y + threadIdx.y; in resize_for_hog_kernel()