Searched refs:final_hists_size (Results 1 – 2 of 2) sorted by relevance
216 … int final_hists_size = (nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y * nblocks) * sizeof(float); in compute_hists() local217 int smem = hists_size + final_hists_size; in compute_hists()
1159 int final_hists_size = (nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y) * sizeof(float); in ocl_compute_hists() local1161 int smem = (hists_size + final_hists_size) * blocks_in_group; in ocl_compute_hists()