Home
last modified time | relevance | path

Searched refs:rgb_layout_t (Results 1 – 25 of 38) sorted by relevance

12

/third_party/boost/libs/gil/test/core/image_view/
Dview_type.cpp62 test_not<gil::gray8_view_t, gil::rgb_layout_t, Planar, NotStepX, Mutable>(); in main()
82 test_not<gil::bgr8_view_t, gil::rgb_layout_t, Interleaved, NotStepX, Mutable>(); in main()
91 test<gil::rgb8_view_t, gil::rgb_layout_t, Interleaved, NotStepX, Mutable>(); in main()
92 test<gil::rgb8c_view_t, gil::rgb_layout_t, Interleaved, NotStepX, Immutable>(); in main()
93 test<gil::rgb8_step_view_t, gil::rgb_layout_t, Interleaved, StepX, Mutable>(); in main()
94 test<gil::rgb8c_step_view_t, gil::rgb_layout_t, Interleaved, StepX, Immutable>(); in main()
95 test_not<gil::rgb8_view_t, gil::rgb_layout_t, Planar, NotStepX, Mutable>(); in main()
99 test<gil::rgb8_planar_view_t, gil::rgb_layout_t, Planar, NotStepX, Mutable>(); in main()
100 test<gil::rgb8c_planar_view_t, gil::rgb_layout_t, Planar, NotStepX, Immutable>(); in main()
101 test<gil::rgb8_planar_step_view_t, gil::rgb_layout_t, Planar, StepX, Mutable>(); in main()
[all …]
Dderived_view_type.cpp27 gil::cmyk8c_planar_step_view_t, std::uint16_t, gil::rgb_layout_t in main()
38 gil::rgb_layout_t, in main()
/third_party/boost/libs/gil/test/extension/io/
Dtiff_file_format_test.cpp360 using image_t = bit_aligned_image3_type<2, 2, 2, rgb_layout_t>::type; in BOOST_AUTO_TEST_CASE()
383 using image_t = bit_aligned_image3_type<4, 4, 4, rgb_layout_t>::type; in BOOST_AUTO_TEST_CASE()
429 using image_t = bit_aligned_image3_type<10, 10, 10, rgb_layout_t>::type; in BOOST_AUTO_TEST_CASE()
452 using image_t = bit_aligned_image3_type<12, 12, 12, rgb_layout_t>::type; in BOOST_AUTO_TEST_CASE()
475 using image_t = bit_aligned_image3_type<14, 14, 14, rgb_layout_t>::type; in BOOST_AUTO_TEST_CASE()
521 using image_t = bit_aligned_image3_type<24, 24, 24, rgb_layout_t>::type; in BOOST_AUTO_TEST_CASE()
567 using image_t = bit_aligned_image3_type<2, 2, 2, rgb_layout_t>::type; in BOOST_AUTO_TEST_CASE()
590 using image_t = bit_aligned_image3_type<4, 4, 4, rgb_layout_t>::type; in BOOST_AUTO_TEST_CASE()
636 using image_t = bit_aligned_image3_type<10, 10, 10, rgb_layout_t>::type; in BOOST_AUTO_TEST_CASE()
659 using image_t = bit_aligned_image3_type<12, 12, 12, rgb_layout_t>::type; in BOOST_AUTO_TEST_CASE()
[all …]
Dtiff_tiled_rgb_planar_test_21-31_32_64.cpp28 using rgb32_pixel_t = pixel<unsigned int, rgb_layout_t>; in BOOST_AUTO_TEST_CASE()
46 using rgb64_pixel_t = pixel<uint64_t, rgb_layout_t>; in BOOST_AUTO_TEST_CASE()
Dtiff_tiled_rgb_contig_test_21-31_32_64.cpp28 using rgb32_pixel_t= pixel<unsigned int, rgb_layout_t>; in BOOST_AUTO_TEST_CASE()
46 using rgb64_pixel_t = pixel<uint64_t, rgb_layout_t>; in BOOST_AUTO_TEST_CASE()
Dtiff_tiled_rgb_contig_write_test_21-31_32_64.cpp27 using rgb32_pixel_t = pixel<unsigned int, rgb_layout_t>; in BOOST_AUTO_TEST_CASE()
52 using rgb64_pixel_t = pixel<uint64_t, rgb_layout_t>; in BOOST_AUTO_TEST_CASE()
Dtiff_tiled_write_macros.hpp41 bit_aligned_image3_type< n, n, n, rgb_layout_t >::type img_strip, img_saved; \
114 bit_aligned_image3_type< n, n, n, rgb_layout_t >::type img_strip, img_saved; \
/third_party/boost/libs/gil/test/extension/io/tiff/
Dtiff_file_format_test.cpp228 using image_t = gil::bit_aligned_image3_type<2, 2, 2, gil::rgb_layout_t>::type; in test_two_bit_contiguous_rgb_image()
242 using image_t = gil::bit_aligned_image3_type<4, 4, 4, gil::rgb_layout_t>::type; in test_four_bit_contiguous_rgb_image()
270 using image_t = gil::bit_aligned_image3_type<10, 10, 10, gil::rgb_layout_t>::type; in test_ten_bit_contiguous_rgb_image()
284 using image_t = gil::bit_aligned_image3_type<12, 12, 12, gil::rgb_layout_t>::type; in test_twelve_bit_contiguous_rgb_image()
298 using image_t = gil::bit_aligned_image3_type<14, 14, 14, gil::rgb_layout_t>::type; in test_fourteen_bit_contiguous_rgb_image()
326 using image_t = gil::bit_aligned_image3_type<24, 24, 24, gil::rgb_layout_t>::type; in test_twenty_four_bit_contiguous_rgb_image()
354 using image_t = gil::bit_aligned_image3_type<2, 2, 2, gil::rgb_layout_t>::type; in test_two_bit_seperated_rgb_image()
368 using image_t = gil::bit_aligned_image3_type<4, 4, 4, gil::rgb_layout_t>::type; in test_four_bit_seperated_rgb_image()
396 using image_t = gil::bit_aligned_image3_type<10, 10, 10, gil::rgb_layout_t>::type; in test_ten_bit_seperated_rgb_image()
410 using image_t = gil::bit_aligned_image3_type<12, 12, 12, gil::rgb_layout_t>::type; in test_twelve_bit_seperated_rgb_image()
[all …]
Dtiff_tiled_rgb_contig_test_21-31_32_64.cpp30 using rgb32_pixel_t = gil::pixel<unsigned int, gil::rgb_layout_t>; in test_read_tile_and_compare_with_rgb_contig_strip_32()
44 using rgb64_pixel_t = gil::pixel<std::uint64_t, gil::rgb_layout_t>; in test_read_tile_and_compare_with_rgb_contig_strip_64()
Dtiff_tiled_rgb_planar_test_21-31_32_64.cpp30 using rgb32_pixel_t = gil::pixel<unsigned int, gil::rgb_layout_t>; in test_read_tile_and_compare_with_rgb_planar_strip_32()
44 using rgb64_pixel_t = gil::pixel<std::uint64_t, gil::rgb_layout_t>; in test_read_tile_and_compare_with_rgb_planar_strip_64()
Dtiff_tiled_rgb_contig_write_test_21-31_32_64.cpp28 using rgb32_pixel_t = gil::pixel<unsigned int, gil::rgb_layout_t>; in test_write_tile_and_compare_with_rgb_strip_contig_32()
53 using rgb64_pixel_t = gil::pixel<std::uint64_t, gil::rgb_layout_t>; in test_write_tile_and_compare_with_rgb_strip_contig_64()
Dtiff_tiled_write_macros.hpp43 gil::bit_aligned_image3_type<n, n, n, gil::rgb_layout_t>::type img_strip, img_saved; \
123 gil::bit_aligned_image3_type<n, n, n, gil::rgb_layout_t>::type img_strip, img_saved; \
/third_party/boost/libs/gil/doc/html/_downloads/
Dinterleaved_ptr.cpp37 using rgb8_interleaved_ptr = interleaved_ptr<unsigned char*, rgb_layout_t>; in main()
38 using rgb8c_interleaved_ptr = interleaved_ptr<unsigned char const*, rgb_layout_t>; in main()
/third_party/boost/libs/gil/example/
Dinterleaved_ptr.cpp37 using rgb8_interleaved_ptr = interleaved_ptr<unsigned char*, rgb_layout_t>; in main()
38 using rgb8c_interleaved_ptr = interleaved_ptr<unsigned char const*, rgb_layout_t>; in main()
/third_party/boost/libs/gil/test/legacy/
Dperformance.cpp49 …RGB_VIEW(T) image_view<memory_based_2d_locator<memory_based_step_iterator<pixel<T,rgb_layout_t>*>>>
99 struct fill_nongil_t<RGB_PLANAR_VIEW(T1), pixel<T2,rgb_layout_t>>
102 using P = pixel<T2, rgb_layout_t>;
147 void operator()(pixel<T,rgb_layout_t>& p) const {p[0]=0;p[1]=1;p[2]=2;} in operator ()()
326 pixel<T,rgb_layout_t> operator()(const Pixel& p) const { in operator ()()
327 return pixel<T,rgb_layout_t>(T(get_color(p,blue_t())*0.1f), in operator ()()
498 …test_transform<rgb8_view_t,rgb8_view_t,bgr_to_rgb_t<uint8_t,pixel<uint8_t,rgb_layout_t> > >(num_tr… in test_performance()
506 …test_transform<rgb8_view_t,rgb8_planar_view_t,bgr_to_rgb_t<uint8_t,pixel<uint8_t,rgb_layout_t> > >… in test_performance()
/third_party/boost/libs/gil/test/extension/toolbox/
Drgb_to_luminance.cpp21 using rgb64f_pixel_t = pixel<double, rgb_layout_t >;
Dcolor_convert_luminance.cpp23 using rgb64f_pixel_t = gil::pixel<double, gil::rgb_layout_t>;
Dget_pixel_type.cpp17 using image_t = gil::bit_aligned_image3_type<4, 15, 4, gil::rgb_layout_t>::type; in test_bit_aligned_image()
Dchannel_type.cpp35 using image_t = gil::bit_aligned_image4_type<4, 4, 4, 4, gil::rgb_layout_t>::type; in test_channel_type()
Dget_num_bits.cpp16 using image_t = gil::bit_aligned_image4_type<4, 4, 4, 4, gil::rgb_layout_t>::type; in test_get_num_bits()
/third_party/boost/boost/gil/
Drgb.hpp37 using rgb_layout_t = layout<rgb_t>; typedef
/third_party/boost/libs/gil/test/core/pixel/
Dconcepts.cpp51 gil::rgb_layout_t in main()
Dis_pixel.cpp69 std::uint8_t, mp_list_c<int, 1, 2, 1>, gil::rgb_layout_t, true in main()
Dtest_fixture.hpp317 gil::rgb_layout_t
336 gil::rgb_layout_t,
/third_party/boost/boost/gil/io/
Dtypedefs.hpp61 using rgb64f_pixel_t = pixel<double, rgb_layout_t>;

12