Searched defs:CubicInterPtr (Results 1 – 1 of 1) sorted by relevance
155 template <typename SrcPtr> struct CubicInterPtr struct157 typedef typename PtrTraits<SrcPtr>::value_type value_type;158 typedef float index_type;160 SrcPtr src;162 __device__ static float bicubicCoeff(float x_) in bicubicCoeff()179 __device__ typename PtrTraits<SrcPtr>::value_type operator ()(float y, float x) const in operator ()()