Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
DNCVPixelOperations.hpp107 template<typename Tin> inline __host__ __device__ void _TDemoteClampZ(Tin &a, Ncv8u &out) {out = (N… in _TDemoteClampZ() function
108 template<typename Tin> inline __host__ __device__ void _TDemoteClampZ(Tin &a, Ncv16u &out) {out = (… in _TDemoteClampZ() function
109 template<typename Tin> inline __host__ __device__ void _TDemoteClampZ(Tin &a, Ncv32u &out) {out = (… in _TDemoteClampZ() function
110 template<typename Tin> inline __host__ __device__ void _TDemoteClampZ(Tin &a, Ncv32f &out) {out = (… in _TDemoteClampZ() function
158 _TDemoteClampZ(pix.x, out.x); in _pixDemoteClampZ_CN()
166 _TDemoteClampZ(pix.x, out.x); in _pixDemoteClampZ_CN()
167 _TDemoteClampZ(pix.y, out.y); in _pixDemoteClampZ_CN()
168 _TDemoteClampZ(pix.z, out.z); in _pixDemoteClampZ_CN()
176 _TDemoteClampZ(pix.x, out.x); in _pixDemoteClampZ_CN()
177 _TDemoteClampZ(pix.y, out.y); in _pixDemoteClampZ_CN()
[all …]