Home
last modified time | relevance | path

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

/external/opencv3/modules/photo/src/
Dfast_nlmeans_denoising_opencl.hpp21 BLOCK_COLS = 32, enumerator
99 int nblocksx = divUp(size.width, BLOCK_COLS), nblocksy = divUp(size.height, BLOCK_ROWS); in ocl_fastNlMeansDenoising()
120 BLOCK_COLS, BLOCK_ROWS, in ocl_fastNlMeansDenoising()
/external/opencv3/modules/photo/src/opencl/
Dnlmeans.cl270 int x0 = block_x * BLOCK_COLS, x1 = min(x0 + BLOCK_COLS, dst_cols);
274 …// and SEARCH_SIZE_SQ * BLOCK_COLS integer buffer for storing last column sum for each element of …