Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
DNCVPyramid.cu149 …name Tout, Ncv32u CN> struct __lerp_CN {static __host__ __device__ Tout _lerp_CN(const Tin &a, con…
152 static __host__ __device__ Tout _lerp_CN(const Tin &a, const Tin &b, Ncv32f d) in _lerp_CN() function
159 static __host__ __device__ Tout _lerp_CN(const Tin &a, const Tin &b, Ncv32f d) in _lerp_CN() function
168 static __host__ __device__ Tout _lerp_CN(const Tin &a, const Tin &b, Ncv32f d) in _lerp_CN() function
179 return __lerp_CN<Tin, Tout, NC(Tin)>::_lerp_CN(a, b, d); in _lerp()