Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu53 #define CELL_WIDTH 8 macro
201 int img_block_width = (width - CELLS_PER_BLOCK_X * CELL_WIDTH + block_stride_x) / in compute_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()
491 … int img_block_width = (width - CELLS_PER_BLOCK_X * CELL_WIDTH + block_stride_x) / block_stride_x; in extract_descrs_by_rows()
540 … int img_block_width = (width - CELLS_PER_BLOCK_X * CELL_WIDTH + block_stride_x) / block_stride_x; in extract_descrs_by_cols()
/external/opencv3/modules/objdetect/src/
Dhog.cpp1125 #define CELL_WIDTH 8 macro
1146 int img_block_width = (width - CELLS_PER_BLOCK_X * CELL_WIDTH + block_stride_x)/block_stride_x; in ocl_compute_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()
/external/opencv3/modules/objdetect/src/opencl/
Dobjdetect_hog.cl46 #define CELL_WIDTH 8