CELLS_PER_BLOCK_Y 1147 modules/objdetect/src/hog.cpp int img_block_height = (height - CELLS_PER_BLOCK_Y * CELL_HEIGHT + block_stride_y)/block_stride_y; CELLS_PER_BLOCK_Y 1158 modules/objdetect/src/hog.cpp int hists_size = (nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y * 12) * sizeof(float); CELLS_PER_BLOCK_Y 1159 modules/objdetect/src/hog.cpp int final_hists_size = (nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y) * sizeof(float); CELLS_PER_BLOCK_Y 1193 modules/objdetect/src/hog.cpp int block_hist_size = nbins * CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y; CELLS_PER_BLOCK_Y 1196 modules/objdetect/src/hog.cpp int img_block_height = (height - CELLS_PER_BLOCK_Y * CELL_HEIGHT + block_stride_y) CELLS_PER_BLOCK_Y 88 modules/objdetect/src/opencl/objdetect_hog.cl CELLS_PER_BLOCK_Y * 12 + CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y); CELLS_PER_BLOCK_Y 90 modules/objdetect/src/opencl/objdetect_hog.cl (CELLS_PER_BLOCK_X * CELLS_PER_BLOCK_Y * 12); CELLS_PER_BLOCK_Y 100 modules/objdetect/src/opencl/objdetect_hog.cl __local float* hist = hists + 12 * (cell_y * CELLS_PER_BLOCK_Y + cell_x) + CELLS_PER_BLOCK_Y 147 modules/objdetect/src/opencl/objdetect_hog.cl int tid = (cell_y * CELLS_PER_BLOCK_Y + cell_x) * 12 + cell_thread_x;