Searched refs:final_hist (Results 1 – 2 of 2) sorted by relevance
131 float* final_hist = smem + cnbins * 48 * nblocks; in compute_hists_kernel_many_blocks() local178 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()
89 __local float* final_hist = hists + cnbins *141 final_hist[(cell_x * 2 + cell_y) * cnbins + bin_id] =152 block_hist[tid] = final_hist[tid];