Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dtransform_detail.hpp318 const dim3 threads(ft::simple_block_dim_x, ft::simple_block_dim_y, 1); in call()
333 const dim3 threads(ft::simple_block_dim_x, ft::simple_block_dim_y, 1); in call()
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp781 enum { simple_block_dim_x = 16 }; enumerator