Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu131 float* final_hist = smem + cnbins * 48 * nblocks; in compute_hists_kernel_many_blocks() local
178 final_hist[((cell_x + block_x * 2) * 2 + cell_y) * cnbins + bin_id] in compute_hists_kernel_many_blocks()
191 block_hist[tid] = final_hist[block_x * cblock_hist_size + tid]; in compute_hists_kernel_many_blocks()
/external/opencv3/modules/objdetect/src/opencl/
Dobjdetect_hog.cl89 __local float* final_hist = hists + cnbins *
141 final_hist[(cell_x * 2 + cell_y) * cnbins + bin_id] =
152 block_hist[tid] = final_hist[tid];