Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu62 __constant__ int cblock_stride_y; variable
95 … cudaSafeCall( cudaMemcpyToSymbol(cblock_stride_y, &block_stride_y, sizeof(block_stride_y)) ); in set_up_constants()
135 const int offset_y = blockIdx.y * cblock_stride_y + 4 * cell_y; 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,
93 const int offset_y = gidY * cblock_stride_y + (cell_y << 2);