Searched defs:NcvPoint2D32u (Results 1 – 1 of 1) sorted by relevance
200 struct NcvPoint2D32u struct204 __host__ __device__ NcvPoint2D32u() : x(0), y(0) {}; in NcvPoint2D32u() argument205 __host__ __device__ NcvPoint2D32u(Ncv32u x_, Ncv32u y_) : x(x_), y(y_) {} in NcvPoint2D32u() function