Home
last modified time | relevance | path

Searched refs:bits8 (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/libs/gil/test/core/channel/
Dpacked_channel_value.cpp64 using bits8 = gil::packed_channel_value<8>; in test_packed_channel_value_with_num_bits_8() typedef
66 test_packed_channel_value_members<bits8>(); in test_packed_channel_value_with_num_bits_8()
68 static_assert(std::is_same<bits8::integer_t, std::uint8_t>::value, in test_packed_channel_value_with_num_bits_8()
71 BOOST_TEST_EQ(bits8::num_bits(), 8u); in test_packed_channel_value_with_num_bits_8()
72 BOOST_TEST_EQ(bits8::min_value(), 0u); in test_packed_channel_value_with_num_bits_8()
73 BOOST_TEST_EQ(bits8::max_value(), 255u); in test_packed_channel_value_with_num_bits_8()
74 BOOST_TEST_EQ(gil::channel_traits<bits8>::min_value(), 0u); in test_packed_channel_value_with_num_bits_8()
75 BOOST_TEST_EQ(gil::channel_traits<bits8>::max_value(), 255u); in test_packed_channel_value_with_num_bits_8()
/third_party/boost/libs/icl/example/large_bitset_/
Dlarge_bitset.cpp66 large_bitset<nat32, bits8> tall; // small is tall ... in test_small()
108 typedef large_bitset<nat, bits8> Bit8Set; in test_picturesque()
Dlarge_bitset.hpp31 typedef bits<nat8> bits8; typedef
/third_party/ffmpeg/libavcodec/
Daactab.c289 static const uint8_t bits8[64] = { variable
442 bits1, bits2, bits3, bits4, bits5, bits6, bits7, bits8,
/third_party/boost/libs/gil/doc/html/_sources/design/
Dpixel.rst.txt145 typedef pixel<bits8, rgb_layout_t> rgb8_pixel_t;
146 typedef pixel<bits8, bgr_layout_t> bgr8_pixel_t;
170 typedef planar_pixel_reference< bits8&,rgb_t> rgb8_planar_ref_t;
171 typedef planar_pixel_reference<const bits8&,rgb_t> rgb8c_planar_ref_t;
256 BOOST_MPL_ASSERT((is_same<channel_type<rgb8_pixel_t>::type, bits8>));
Dexamples.rst.txt36 …//p1 = pixel<bits8, rgb_layout_t>();// compile error: Incompatible color space (even though it has…
37 …//p1 = pixel<bits8,rgba_layout_t>();// compile error: Incompatible color space (even though it con…
Dpixel_iterator.rst.txt61 typedef planar_pixel_iterator<const bits8*, rgb_t> rgb8c_planar_ptr_t;
62 typedef planar_pixel_iterator< bits8*, rgb_t> rgb8_planar_ptr_t;
Dimage_view.rst.txt214 // Iterator models channel iterator (e.g. bits8* or bits8 const*)
/third_party/boost/libs/gil/doc/design/
Dpixel.rst145 typedef pixel<bits8, rgb_layout_t> rgb8_pixel_t;
146 typedef pixel<bits8, bgr_layout_t> bgr8_pixel_t;
170 typedef planar_pixel_reference< bits8&,rgb_t> rgb8_planar_ref_t;
171 typedef planar_pixel_reference<const bits8&,rgb_t> rgb8c_planar_ref_t;
256 BOOST_MPL_ASSERT((is_same<channel_type<rgb8_pixel_t>::type, bits8>));
Dexamples.rst36 …//p1 = pixel<bits8, rgb_layout_t>();// compile error: Incompatible color space (even though it has…
37 …//p1 = pixel<bits8,rgba_layout_t>();// compile error: Incompatible color space (even though it con…
Dpixel_iterator.rst61 typedef planar_pixel_iterator<const bits8*, rgb_t> rgb8c_planar_ptr_t;
62 typedef planar_pixel_iterator< bits8*, rgb_t> rgb8_planar_ptr_t;
Dimage_view.rst214 // Iterator models channel iterator (e.g. bits8* or bits8 const*)
/third_party/boost/libs/gil/doc/html/
Dsearchindex.js1 …pixel_refer:13,bitdepth:[12,25],bitfield:12,bitmask:22,bits16:1,bits32f:1,bits8:[7,10,13,14,28],bi… property
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_types.h1237 template <uint32_t bits, bool bits8 = bits <= 8, bool bits16 = bits <= 16>
/third_party/boost/libs/icl/doc/
Dprojects.qbk393 large_bitset<nat, mini::bits8> lbs;
/third_party/boost/libs/gil/doc/tutorial/
Dgradient.rst780 return value_type((bits8)(pow(t,0.2)*255)); // raise to power suitable for viewing
/third_party/boost/libs/gil/doc/html/_sources/tutorial/
Dgradient.rst.txt780 return value_type((bits8)(pow(t,0.2)*255)); // raise to power suitable for viewing