Home
last modified time | relevance | path

Searched refs:cnblocks_win_y (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudaobjdetect/src/cuda/
Dhog.cu64 __constant__ int cnblocks_win_y; variable
97 … cudaSafeCall( cudaMemcpyToSymbol(cnblocks_win_y, &nblocks_win_y, sizeof(nblocks_win_y)) ); in set_up_constants()
521 descriptor[(x * cnblocks_win_y + y) * cblock_hist_size + idx_in_block] in extract_descrs_by_cols_kernel()
/external/opencv3/modules/objdetect/src/opencl/
Dobjdetect_hog.cl532 const int cnblocks_win_x, const int cnblocks_win_y, const int img_block_width,
557 descriptor[(x * cnblocks_win_y + y) * cblock_hist_size + idx_in_block] =