/third_party/boost/libs/gil/test/core/channel/ |
D | packed_channel_value.cpp | 64 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_/ |
D | large_bitset.cpp | 66 large_bitset<nat32, bits8> tall; // small is tall ... in test_small() 108 typedef large_bitset<nat, bits8> Bit8Set; in test_picturesque()
|
D | large_bitset.hpp | 31 typedef bits<nat8> bits8; typedef
|
/third_party/ffmpeg/libavcodec/ |
D | aactab.c | 289 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/ |
D | pixel.rst.txt | 145 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>));
|
D | examples.rst.txt | 36 …//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…
|
D | pixel_iterator.rst.txt | 61 typedef planar_pixel_iterator<const bits8*, rgb_t> rgb8c_planar_ptr_t; 62 typedef planar_pixel_iterator< bits8*, rgb_t> rgb8_planar_ptr_t;
|
D | image_view.rst.txt | 214 // Iterator models channel iterator (e.g. bits8* or bits8 const*)
|
/third_party/boost/libs/gil/doc/design/ |
D | pixel.rst | 145 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>));
|
D | examples.rst | 36 …//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…
|
D | pixel_iterator.rst | 61 typedef planar_pixel_iterator<const bits8*, rgb_t> rgb8c_planar_ptr_t; 62 typedef planar_pixel_iterator< bits8*, rgb_t> rgb8_planar_ptr_t;
|
D | image_view.rst | 214 // Iterator models channel iterator (e.g. bits8* or bits8 const*)
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …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/ |
D | format_types.h | 1237 template <uint32_t bits, bool bits8 = bits <= 8, bool bits16 = bits <= 16>
|
/third_party/boost/libs/icl/doc/ |
D | projects.qbk | 393 large_bitset<nat, mini::bits8> lbs;
|
/third_party/boost/libs/gil/doc/tutorial/ |
D | gradient.rst | 780 return value_type((bits8)(pow(t,0.2)*255)); // raise to power suitable for viewing
|
/third_party/boost/libs/gil/doc/html/_sources/tutorial/ |
D | gradient.rst.txt | 780 return value_type((bits8)(pow(t,0.2)*255)); // raise to power suitable for viewing
|