Home
last modified time | relevance | path

Searched refs:cblock_stride_x (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu61 __constant__ int cblock_stride_x; variable
94 … cudaSafeCall( cudaMemcpyToSymbol(cblock_stride_x, &block_stride_x, sizeof(block_stride_x)) ); in set_up_constants()
133 const int offset_x = (blockIdx.x * blockDim.z + block_x) * cblock_stride_x + in compute_hists_kernel_many_blocks()
/external/opencv3/modules/objdetect/src/opencl/
Dobjdetect_hog.cl66 const int cblock_stride_x, const int cblock_stride_y,
92 const int offset_x = gidX * cblock_stride_x + (cell_x << 2) + cell_thread_x;