Searched refs:dist_center_y (Results 1 – 2 of 2) sorted by relevance
160 int dist_center_y = dist_y - 4 * (1 - 2 * cell_y); in compute_hists_kernel_many_blocks() local163 float gaussian = ::expf(-(dist_center_y * dist_center_y + in compute_hists_kernel_many_blocks()
117 int dist_center_y = dist_y - 4 * (1 - 2 * cell_y);119 int idx = (dist_center_y + 8) * 16 + (dist_center_x + 8);