Lines Matching refs:uchar
79 __device__ __forceinline__ PixDiff(const uchar* ls)
83 __device__ __forceinline__ float operator()(const uchar* rs) const
87 uchar l;
91 __device__ __forceinline__ PixDiff(const uchar* ls)
95 __device__ __forceinline__ float operator()(const uchar* rs) const
111 __device__ __forceinline__ PixDiff(const uchar* ls)
115 __device__ __forceinline__ float operator()(const uchar* rs) const
140 const uchar* ls = left.ptr(y) + x * cn;
142 const uchar* rs = right.ptr(y) + x * cn;
166 template <> void comp_data_gpu<uchar, short>(const PtrStepSzb& left, const PtrStepSzb& right, const PtrStepSzb& data, cudaStream_t stream)
180 template <> void comp_data_gpu<uchar, float>(const PtrStepSzb& left, const PtrStepSzb& right, const PtrStepSzb& data, cudaStream_t stream)