Lines Matching refs:block_stride_x
1130 static bool ocl_compute_hists(int nbins, int block_stride_x, int block_stride_y, int height, int wi… in ocl_compute_hists() argument
1146 int img_block_width = (width - CELLS_PER_BLOCK_X * CELL_WIDTH + block_stride_x)/block_stride_x; in ocl_compute_hists()
1164 idx = k.set(idx, block_stride_x); in ocl_compute_hists()
1190 static bool ocl_normalize_hists(int nbins, int block_stride_x, int block_stride_y, in ocl_normalize_hists() argument
1194 int img_block_width = (width - CELLS_PER_BLOCK_X * CELL_WIDTH + block_stride_x) in ocl_normalize_hists()
1195 / block_stride_x; in ocl_normalize_hists()
1257 …escrs_by_rows(int win_height, int win_width, int block_stride_y, int block_stride_x, int win_strid… in ocl_extract_descrs_by_rows() argument
1265 int win_block_stride_x = win_stride_x / block_stride_x; in ocl_extract_descrs_by_rows()
1269 int img_block_width = (width - CELLS_PER_BLOCK_X * CELL_WIDTH + block_stride_x) / in ocl_extract_descrs_by_rows()
1270 block_stride_x; in ocl_extract_descrs_by_rows()
1291 …escrs_by_cols(int win_height, int win_width, int block_stride_y, int block_stride_x, int win_strid… in ocl_extract_descrs_by_cols() argument
1299 int win_block_stride_x = win_stride_x / block_stride_x; in ocl_extract_descrs_by_cols()
1303 int img_block_width = (width - CELLS_PER_BLOCK_X * CELL_WIDTH + block_stride_x) / in ocl_extract_descrs_by_cols()
1304 block_stride_x; in ocl_extract_descrs_by_cols()
1639 …atic bool ocl_classify_hists(int win_height, int win_width, int block_stride_y, int block_stride_x, in ocl_classify_hists() argument
1700 int win_block_stride_x = win_stride_x / block_stride_x; in ocl_classify_hists()
1704 int img_block_width = (width - CELLS_PER_BLOCK_X * CELL_WIDTH + block_stride_x) / in ocl_classify_hists()
1705 block_stride_x; in ocl_classify_hists()