Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu160 int dist_center_y = dist_y - 4 * (1 - 2 * cell_y); in compute_hists_kernel_many_blocks() local
163 float gaussian = ::expf(-(dist_center_y * dist_center_y + in compute_hists_kernel_many_blocks()
/external/opencv3/modules/objdetect/src/opencl/
Dobjdetect_hog.cl117 int dist_center_y = dist_y - 4 * (1 - 2 * cell_y);
119 int idx = (dist_center_y + 8) * 16 + (dist_center_x + 8);