Home
last modified time | relevance | path

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

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