Lines Matching refs:offset_y
135 const int offset_y = blockIdx.y * cblock_stride_y + 4 * cell_y; in compute_hists_kernel_many_blocks() local
137 const float* grad_ptr = grad.ptr(offset_y) + offset_x * 2; in compute_hists_kernel_many_blocks()
138 const unsigned char* qangle_ptr = qangle.ptr(offset_y) + offset_x * 2; in compute_hists_kernel_many_blocks()
350 int offset_y = i / cdescr_width; in compute_confidence_hists_kernel_many_blocks() local
351 int offset_x = i - offset_y * cdescr_width; in compute_confidence_hists_kernel_many_blocks()
352 … product += coefs[i] * hist[offset_y * img_block_width * cblock_hist_size + offset_x]; in compute_confidence_hists_kernel_many_blocks()
412 int offset_y = i / cdescr_width; in classify_hists_kernel_many_blocks() local
413 int offset_x = i - offset_y * cdescr_width; in classify_hists_kernel_many_blocks()
414 … product += coefs[i] * hist[offset_y * img_block_width * cblock_hist_size + offset_x]; in classify_hists_kernel_many_blocks()
472 int offset_y = i / cdescr_width; in extract_descrs_by_rows_kernel() local
473 int offset_x = i - offset_y * cdescr_width; in extract_descrs_by_rows_kernel()
474 descriptor[i] = hist[offset_y * img_block_width * cblock_hist_size + offset_x]; in extract_descrs_by_rows_kernel()