Home
last modified time | relevance | path

Searched refs:smart_block_dim_y (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dtransform_detail.hpp359 const dim3 threads(ft::smart_block_dim_x, ft::smart_block_dim_y, 1); in call()
384 const dim3 threads(ft::smart_block_dim_x, ft::smart_block_dim_y, 1); in call()
/external/opencv3/modules/superres/src/cuda/
Dbtv_l1_gpu.cu180 enum { smart_block_dim_y = 8 }; enumerator
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp785 enum { smart_block_dim_y = 16 }; enumerator