Searched refs:BLOCK_COLS (Results 1 – 2 of 2) sorted by relevance
21 BLOCK_COLS = 32, enumerator99 int nblocksx = divUp(size.width, BLOCK_COLS), nblocksy = divUp(size.height, BLOCK_ROWS); in ocl_fastNlMeansDenoising()120 BLOCK_COLS, BLOCK_ROWS, in ocl_fastNlMeansDenoising()
270 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 …