#include <vec_traits.hpp>
Public Types | |
| enum | { cn = 4 } |
| typedef schar | elem_type |
Static Public Member Functions | |
| static __device__ __host__ __forceinline__ char4 | all (schar v) |
| static __device__ __host__ __forceinline__ char4 | make (schar x, schar y, schar z, schar w) |
| static __device__ __host__ __forceinline__ char4 | make (const schar *v) |
| static __device__ __host__ __forceinline__ char4 cv::gpu::device::VecTraits< char4 >::all | ( | schar | v | ) | [static] |
| static __device__ __host__ __forceinline__ char4 cv::gpu::device::VecTraits< char4 >::make | ( | schar | x, |
| schar | y, | ||
| schar | z, | ||
| schar | w | ||
| ) | [static] |
| static __device__ __host__ __forceinline__ char4 cv::gpu::device::VecTraits< char4 >::make | ( | const schar * | v | ) | [static] |