Home
last modified time | relevance | path

Searched refs:cell_x (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu122 const int cell_x = threadIdx.x / 16; in compute_hists_kernel_many_blocks() local
134 4 * cell_x + cell_thread_x; in compute_hists_kernel_many_blocks()
144 cell_x + block_x * CELLS_PER_BLOCK_X) + in compute_hists_kernel_many_blocks()
149 const int dist_x = -4 + (int)cell_thread_x - 4 * cell_x; in compute_hists_kernel_many_blocks()
161 int dist_center_x = dist_x - 4 * (1 - 2 * cell_x); in compute_hists_kernel_many_blocks()
178 final_hist[((cell_x + block_x * 2) * 2 + cell_y) * cnbins + bin_id] in compute_hists_kernel_many_blocks()
189 int tid = (cell_y * CELLS_PER_BLOCK_Y + cell_x) * 16 + cell_thread_x; in compute_hists_kernel_many_blocks()
/external/opencv3/modules/objdetect/src/opencl/
Dobjdetect_hog.cl83 const int cell_x = lidX / 12;
85 const int cell_thread_x = lidX - cell_x * 12;
92 const int offset_x = gidX * cblock_stride_x + (cell_x << 2) + cell_thread_x;
100 __local float* hist = hists + 12 * (cell_y * CELLS_PER_BLOCK_Y + cell_x) +
105 const int dist_x = -4 + cell_thread_x - 4 * cell_x;
106 const int dist_center_x = dist_x - 4 * (1 - 2 * cell_x);
141 final_hist[(cell_x * 2 + cell_y) * cnbins + bin_id] =
147 int tid = (cell_y * CELLS_PER_BLOCK_Y + cell_x) * 12 + cell_thread_x;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...