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