Home
last modified time | relevance | path

Searched defs:DefaultTransformFunctorTraits (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfunctional.hpp779 template <typename Func> struct DefaultTransformFunctorTraits struct
781 enum { simple_block_dim_x = 16 };
782 enum { simple_block_dim_y = 16 };
784 enum { smart_block_dim_x = 16 };
785 enum { smart_block_dim_y = 16 };
786 enum { smart_shift = DefaultTransformShift<Func>::shift };