Searched refs:bits8 (Results 1 – 16 of 16) sorted by relevance
64 using bits8 = gil::packed_channel_value<8>; in test_packed_channel_value_with_num_bits_8() typedef66 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()
66 large_bitset<nat32, bits8> tall; // small is tall ... in test_small()108 typedef large_bitset<nat, bits8> Bit8Set; in test_picturesque()
31 typedef bits<nat8> bits8; typedef
270 static const uint8_t bits8[64] = { variable423 bits1, bits2, bits3, bits4, bits5, bits6, bits7, bits8,
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>));
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…
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;
214 // Iterator models channel iterator (e.g. bits8* or bits8 const*)
1 …pixel_refer:13,bitdepth:[12,25],bitfield:12,bitmask:22,bits16:1,bits32f:1,bits8:[7,10,13,14,28],bi… property
393 large_bitset<nat, mini::bits8> lbs;
780 return value_type((bits8)(pow(t,0.2)*255)); // raise to power suitable for viewing