Home
last modified time | relevance | path

Searched refs:CELLS_PER_BLOCK_X (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu55 #define CELLS_PER_BLOCK_X 2 macro
99 int block_hist_size = nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y; in set_up_constants()
144 cell_x + block_x * CELLS_PER_BLOCK_X) + in compute_hists_kernel_many_blocks()
201 int img_block_width = (width - CELLS_PER_BLOCK_X * CELL_WIDTH + block_stride_x) / in compute_hists()
215 … int hists_size = (nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y * 12 * nblocks) * sizeof(float); in compute_hists()
216 … int final_hists_size = (nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y * nblocks) * sizeof(float); in compute_hists()
300 int block_hist_size = nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y; in normalize_hists()
304 … int img_block_width = (width - CELLS_PER_BLOCK_X * CELL_WIDTH + block_stride_x) / block_stride_x; in normalize_hists()
384 int img_block_width = (width - CELLS_PER_BLOCK_X * CELL_WIDTH + block_stride_x) / in compute_confidence_hists()
445 … int img_block_width = (width - CELLS_PER_BLOCK_X * CELL_WIDTH + block_stride_x) / block_stride_x; in classify_hists()
[all …]
/external/opencv3/modules/objdetect/src/opencl/
Dobjdetect_hog.cl48 #define CELLS_PER_BLOCK_X 2
87 __local float* hists = smem + lp * cnbins * (CELLS_PER_BLOCK_X *
88 CELLS_PER_BLOCK_Y * 12 + CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y);
90 (CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y * 12);
/external/opencv3/modules/objdetect/src/
Dhog.cpp1127 #define CELLS_PER_BLOCK_X 2 macro
1146 int img_block_width = (width - CELLS_PER_BLOCK_X * CELL_WIDTH + block_stride_x)/block_stride_x; in ocl_compute_hists()
1158 int hists_size = (nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y * 12) * sizeof(float); in ocl_compute_hists()
1159 int final_hists_size = (nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y) * sizeof(float); in ocl_compute_hists()
1193 int block_hist_size = nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y; in ocl_normalize_hists()
1194 int img_block_width = (width - CELLS_PER_BLOCK_X * CELL_WIDTH + block_stride_x) in ocl_normalize_hists()
1269 int img_block_width = (width - CELLS_PER_BLOCK_X * CELL_WIDTH + block_stride_x) / in ocl_extract_descrs_by_rows()
1303 int img_block_width = (width - CELLS_PER_BLOCK_X * CELL_WIDTH + block_stride_x) / in ocl_extract_descrs_by_cols()
1704 int img_block_width = (width - CELLS_PER_BLOCK_X * CELL_WIDTH + block_stride_x) / in ocl_classify_hists()