Lines Matching refs:unsigned
22 example, ``8``,``16``,``32``. By default the bits are unsigned integral type.
35 bgr8_image_t i; // 8-bit unsigned (unsigned char) interleaved BGR image
36 cmyk16_pixel_t; x; // 16-bit unsigned (unsigned short) CMYK pixel value;
65 … ChannelValue, typename Layout, bool IsPlanar=false, typename Alloc=std::allocator<unsigned char> >
68 …eld, typename ChannelBitSizeVector, typename Layout, typename Alloc=std::allocator<unsigned char> >
71 …ate <typename ChannelBitSizeVector, typename Layout, typename Alloc=std::allocator<unsigned char> >
82 template <typename BitField, unsigned Size1,
83 typename Layout, typename Alloc=std::allocator<unsigned char> >
86 template <typename BitField, unsigned Size1, unsigned Size2,
87 typename Layout, typename Alloc=std::allocator<unsigned char> >
90 template <typename BitField, unsigned Size1, unsigned Size2, unsigned Size3,
91 typename Layout, typename Alloc=std::allocator<unsigned char> >
94 template <typename BitField, unsigned Size1, unsigned Size2, unsigned Size3, unsigned Size4,
95 typename Layout, typename Alloc=std::allocator<unsigned char> >
98 …template <typename BitField, unsigned Size1, unsigned Size2, unsigned Size3, unsigned Size4, unsig…
99 typename Layout, typename Alloc=std::allocator<unsigned char> >
102 template <unsigned Size1,
103 typename Layout, typename Alloc=std::allocator<unsigned char> >
106 template <unsigned Size1, unsigned Size2,
107 typename Layout, typename Alloc=std::allocator<unsigned char> >
110 template <unsigned Size1, unsigned Size2, unsigned Size3,
111 typename Layout, typename Alloc=std::allocator<unsigned char> >
114 template <unsigned Size1, unsigned Size2, unsigned Size3, unsigned Size4,
115 typename Layout, typename Alloc=std::allocator<unsigned char> >
118 template <unsigned Size1, unsigned Size2, unsigned Size3, unsigned Size4, unsigned Size5,
119 typename Layout, typename Alloc=std::allocator<unsigned char> >