Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu203 int img_block_height = (height - CELLS_PER_BLOCK_Y * CELL_HEIGHT + block_stride_y) / in compute_hists() local
206 dim3 grid(divUp(img_block_width, nblocks), img_block_height); in compute_hists()
305 …int img_block_height = (height - CELLS_PER_BLOCK_Y * CELL_HEIGHT + block_stride_y) / block_stride_… in normalize_hists() local
306 dim3 grid(divUp(img_block_width, nblocks), img_block_height); in normalize_hists()
/external/opencv3/modules/objdetect/src/
Dhog.cpp1147 … int img_block_height = (height - CELLS_PER_BLOCK_Y * CELL_HEIGHT + block_stride_y)/block_stride_y; in ocl_compute_hists() local
1148 int blocks_total = img_block_width * img_block_height; in ocl_compute_hists()
1156 …size_t globalThreads[3] = {((img_block_width * img_block_height + blocks_in_group - 1)/blocks_in_g… in ocl_compute_hists()
1196 int img_block_height = (height - CELLS_PER_BLOCK_Y * CELL_HEIGHT + block_stride_y) in ocl_normalize_hists() local
1221 int num_groups = (img_block_width * img_block_height + blocks_in_group - 1)/blocks_in_group; in ocl_normalize_hists()
1240 globalThreads[1] = img_block_height; in ocl_normalize_hists()