Searched refs:win_block_stride_y (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudaobjdetect/src/cuda/ |
D | hog.cu | 335 … const int win_block_stride_x, const int win_block_stride_y, in compute_confidence_hists_kernel_many_blocks() argument 343 const float* hist = block_hists + (blockIdx.y * win_block_stride_y * img_block_width + in compute_confidence_hists_kernel_many_blocks() 374 int win_block_stride_y = win_stride_y / block_stride_y; in compute_confidence_hists() local 387 img_win_width, img_block_width, win_block_stride_x, win_block_stride_y, in compute_confidence_hists() 397 … const int win_block_stride_x, const int win_block_stride_y, in classify_hists_kernel_many_blocks() argument 405 const float* hist = block_hists + (blockIdx.y * win_block_stride_y * img_block_width + in classify_hists_kernel_many_blocks() 436 int win_block_stride_y = win_stride_y / block_stride_y; in classify_hists() local 447 img_win_width, img_block_width, win_block_stride_x, win_block_stride_y, in classify_hists() 459 …_rows_kernel(const int img_block_width, const int win_block_stride_x, const int win_block_stride_y, in extract_descrs_by_rows_kernel() argument 463 const float* hist = block_hists + (blockIdx.y * win_block_stride_y * img_block_width + in extract_descrs_by_rows_kernel() [all …]
|
/external/opencv3/modules/objdetect/src/opencl/ |
D | objdetect_hog.cl | 294 const int win_block_stride_x, const int win_block_stride_y, 302 __global const float* hist = block_hists + (gidY * win_block_stride_y * 367 const int win_block_stride_x, const int win_block_stride_y, 375 __global const float* hist = block_hists + (gidY * win_block_stride_y * 436 const int win_block_stride_x, const int win_block_stride_y, 444 __global const float* hist = block_hists + (gidY * win_block_stride_y * 506 const int win_block_stride_x, const int win_block_stride_y, 514 __global const float* hist = block_hists + (gidY * win_block_stride_y * 533 const int win_block_stride_x, const int win_block_stride_y, 541 __global const float* hist = block_hists + (gidY * win_block_stride_y *
|
/external/opencv3/modules/objdetect/src/ |
D | hog.cpp | 1266 int win_block_stride_y = win_stride_y / block_stride_y; in ocl_extract_descrs_by_rows() local 1284 idx = k.set(idx, win_block_stride_y); in ocl_extract_descrs_by_rows() 1300 int win_block_stride_y = win_stride_y / block_stride_y; in ocl_extract_descrs_by_cols() local 1319 idx = k.set(idx, win_block_stride_y); in ocl_extract_descrs_by_cols() 1701 int win_block_stride_y = win_stride_y / block_stride_y; in ocl_classify_hists() local 1714 idx = k.set(idx, win_block_stride_y); in ocl_classify_hists()
|