Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu161 int dist_center_x = dist_x - 4 * (1 - 2 * cell_x); in compute_hists_kernel_many_blocks() local
164 dist_center_x * dist_center_x) * scale); in compute_hists_kernel_many_blocks()
/external/opencv3/modules/objdetect/src/opencl/
Dobjdetect_hog.cl106 const int dist_center_x = dist_x - 4 * (1 - 2 * cell_x);
119 int idx = (dist_center_y + 8) * 16 + (dist_center_x + 8);