Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu215 … int hists_size = (nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y * 12 * nblocks) * sizeof(float); in compute_hists() local
217 int smem = hists_size + final_hists_size; in compute_hists()
/external/opencv3/modules/objdetect/src/
Dhog.cpp1158 int hists_size = (nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y * 12) * sizeof(float); in ocl_compute_hists() local
1161 int smem = (hists_size + final_hists_size) * blocks_in_group; in ocl_compute_hists()