OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ncv16s
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/cudalegacy/src/cuda/
NCVPixelOperations.hpp
55
template<> inline __host__ __device__
Ncv16s
_pixMaxVal<
Ncv16s
>() {return SHRT_MAX;}
65
template<> inline __host__ __device__
Ncv16s
_pixMinVal<
Ncv16s
>() {return SHRT_MIN;}
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NCV.hpp
129
typedef short
Ncv16s
;
215
NCV_CT_ASSERT(sizeof(
Ncv16s
) == 2);
Completed in 43 milliseconds