Home
last modified time | relevance | path

Searched refs:BT_601_entity (Results 1 – 25 of 62) sorted by relevance

123

/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/less-than-1k/reference/
H A DYPbPr_601.cpp14 YPbPr<uint8_t , constant::YPbPr::BT_601_entity > c1( constant::aqua_t{} ); in main()
15 YPbPr<uint16_t , constant::YPbPr::BT_601_entity > c2( constant::aqua_t{} ); in main()
16 YPbPr<uint32_t , constant::YPbPr::BT_601_entity > c3( constant::aqua_t{} ); in main()
17 YPbPr<uint64_t , constant::YPbPr::BT_601_entity > c4( constant::aqua_t{} ); in main()
18 YPbPr<float , constant::YPbPr::BT_601_entity > c5( constant::aqua_t{} ); in main()
19 YPbPr<double , constant::YPbPr::BT_601_entity > c6( constant::aqua_t{} ); in main()
20 YPbPr<long double, constant::YPbPr::BT_601_entity > c7( constant::aqua_t{} ); in main()
H A Dyuv_601.cpp14 yuv<uint8_t , constant::yuv::BT_601_entity > c1( constant::aqua_t{} ); in main()
15 yuv<uint16_t , constant::yuv::BT_601_entity > c2( constant::aqua_t{} ); in main()
16 yuv<uint32_t , constant::yuv::BT_601_entity > c3( constant::aqua_t{} ); in main()
17 yuv<uint64_t , constant::yuv::BT_601_entity > c4( constant::aqua_t{} ); in main()
18 yuv<float , constant::yuv::BT_601_entity > c5( constant::aqua_t{} ); in main()
19 yuv<double , constant::yuv::BT_601_entity > c6( constant::aqua_t{} ); in main()
20 yuv<long double, constant::yuv::BT_601_entity > c7( constant::aqua_t{} ); in main()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/test/
H A Dget_invoke.cpp70 test_generic_get< yuv_uint8 <::color::constant::yuv::BT_601_entity> >(); in test_get_invoke()
71 test_generic_get< yuv_uint16 <::color::constant::yuv::BT_601_entity> >(); in test_get_invoke()
72 test_generic_get< yuv_uint32 <::color::constant::yuv::BT_601_entity> >(); in test_get_invoke()
73 test_generic_get< yuv_uint64 <::color::constant::yuv::BT_601_entity> >(); in test_get_invoke()
74 test_generic_get< yuv_float <::color::constant::yuv::BT_601_entity> >(); in test_get_invoke()
75 test_generic_get< yuv_double <::color::constant::yuv::BT_601_entity> >(); in test_get_invoke()
76 test_generic_get< yuv_ldouble<::color::constant::yuv::BT_601_entity> >(); in test_get_invoke()
H A Dget_test.cpp222 using yuv601 = color::yuv <type_type, ::color::constant::yuv::BT_601_entity >;
228 using YPbPr601 = color::YPbPr< type_type, ::color::constant::YPbPr::BT_601_entity>;
245 test_get_red< ::color::category::yuv_double<::color::constant::yuv::BT_601_entity > >(); in check_get()
249 test_get_red< ::color::category::YPbPr_double<::color::constant::YPbPr::BT_601_entity > >(); in check_get()
261 test_get_green< ::color::category::yuv_double<::color::constant::yuv::BT_601_entity > >(); in check_get()
266 test_get_green< ::color::category::YPbPr_double<::color::constant::YPbPr::BT_601_entity > >(); in check_get()
279 test_get_blue< ::color::category::yuv_double<::color::constant::yuv::BT_601_entity > >(); in check_get()
283 test_get_blue< ::color::category::YPbPr_double<::color::constant::YPbPr::BT_601_entity > >(); in check_get()
H A Ddecompose.cpp107 …decompose< ::color::yuv<double, ::color::constant::yuv::BT_601_entity> >( image, "./dec/yuv-601", … in decompose_test()
113 …decompose< ::color::YPbPr<double, ::color::constant::YPbPr::BT_601_entity > >( image, "./dec/YPbP… in decompose_test()
147 …decompose2gray< ::color::yuv<double, ::color::constant::yuv::BT_601_entity> >( image, "./dec/yuv-6… in decompose_test()
153 …decompose2gray< ::color::YPbPr<double, ::color::constant::YPbPr::BT_601_entity > >( image, "./dec… in decompose_test()
H A Dbound.cpp436 …ss << print_bound< color::YPbPr<std::uint8_t , ::color::constant::YPbPr::BT_601_entity> >( "color:… in print_bound()
437 …ss << print_bound< color::YPbPr<std::uint16_t, ::color::constant::YPbPr::BT_601_entity> >( "color:… in print_bound()
438 …ss << print_bound< color::YPbPr<std::uint32_t, ::color::constant::YPbPr::BT_601_entity> >( "color:… in print_bound()
439 …ss << print_bound< color::YPbPr<std::uint64_t, ::color::constant::YPbPr::BT_601_entity> >( "color:… in print_bound()
466 …ss << print_bound< color::yuv<std::uint8_t , ::color::constant::yuv::BT_601_entity > >( "color::yu… in print_bound()
467 …ss << print_bound< color::yuv<std::uint16_t, ::color::constant::yuv::BT_601_entity > >( "color::yu… in print_bound()
468 …ss << print_bound< color::yuv<std::uint32_t, ::color::constant::yuv::BT_601_entity > >( "color::yu… in print_bound()
469 …ss << print_bound< color::yuv<std::uint64_t, ::color::constant::yuv::BT_601_entity > >( "color::yu… in print_bound()
470 …ss << print_bound< color::yuv<float , ::color::constant::yuv::BT_601_entity > >( "color::yu… in print_bound()
471 …ss << print_bound< color::yuv<double , ::color::constant::yuv::BT_601_entity > >( "color::yu… in print_bound()
[all …]
H A Dgray_scale.cpp17 using yuv601 = color::yuv <type_type, ::color::constant::yuv::BT_601_entity >;
23 using YPbPr601 = color::YPbPr< type_type, ::color::constant::YPbPr::BT_601_entity>;
143 …ss << make_test_gray_single< ::color::yuv< double, ::color::constant::yuv::BT_601_entity> >( "y60… in make_test_gray_scale()
149 …ss << make_test_gray_single< ::color::YPbPr< double, ::color::constant::YPbPr::BT_601_entity> >( … in make_test_gray_scale()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/yuv/convert/
H A Dyiq.hpp66 ::color::category::yuv< yuv_tag_name, ::color::constant::yuv::BT_601_entity >
71 …typedef ::color::category::yuv< yuv_tag_name, ::color::constant::yuv::BT_601_entity > yuv_categ…
75 … typedef ::color::yuv< scalar_type, ::color::constant::yuv::BT_601_entity> yuv_scalar_type;
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/yiq/convert/
H A Dyuv.hpp66 ,::color::category::yuv< yuv_tag_name, ::color::constant::yuv::BT_601_entity >
71 …typedef ::color::category::yuv< yuv_tag_name, ::color::constant::yuv::BT_601_entity > yuv_categ…
76 … typedef ::color::yuv< scalar_type, ::color::constant::yuv::BT_601_entity> yuv_scalar_type;
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/yuv/constant/
H A Dparameter.hpp34 struct base< scalar_name, ::color::constant::yuv::BT_601_entity >
37 …or::constant::yuv::_internal::base< scalar_name, ::color::constant::yuv::BT_601_entity > this_type;
H A Dreference.hpp17 ,BT_601_entity //( 0.299, (1-r-b), 0.114 )( 0.2988390, (1-r-b), 0.1143500 ) enumerator
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/YPbPr/constant/
H A Dparameter.hpp32 struct base< scalar_name, ::color::constant::YPbPr::BT_601_entity >
35 …stant::YPbPr::_internal::base< scalar_name, ::color::constant::YPbPr::BT_601_entity > this_type, b…
H A Dreference.hpp18 ,BT_601_entity // ( 0.299, (1-r-b), 0.114 ) enumerator
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/less-than-1k/assign/const/
H A Dyuv601.cpp8 …::color::yuv< double, ::color::constant::yuv::BT_601_entity > c; //!< Instead of float yo… in main()
H A DYPbPr601.cpp8 …::color::YPbPr< float, ::color::constant::YPbPr::BT_601_entity > c; //!< Instead of float… in main()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/less-than-1k/assign/LabCH/
H A DLabCH2YPbPr601.cpp9 …::color::YPbPr< std::uint8_t, ::color::constant::YPbPr::BT_601_entity > c1; //!< Instead of std… in main()
H A DLabCH2yuv601.cpp9 …::color::yuv< std::uint8_t, ::color::constant::yuv::BT_601_entity > c1; //!< Instead of std::ui… in main()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/less-than-1k/assign/LuvCH/
H A DLuvCH2YPbPr601.cpp9 …::color::YPbPr< std::uint8_t, ::color::constant::YPbPr::BT_601_entity > c1; //!< Instead of std… in main()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/less-than-1k/assign/YCgCo/
H A DYCgCo2YPbPr601.cpp9 …::color::YPbPr< std::uint8_t, ::color::constant::YPbPr::BT_601_entity > c1; //!< Instead of std… in main()
H A DYCgCo2yuv601.cpp9 …::color::yuv< std::uint8_t, ::color::constant::yuv::BT_601_entity > c1; //!< Instead of std::ui… in main()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/less-than-1k/assign/rgb/
H A Drgb2yuv601.cpp9 …::color::yuv< std::uint8_t, ::color::constant::yuv::BT_601_entity > c1; //!< Instead of std::ui… in main()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/less-than-1k/assign/xyy/
H A Dxyy2yuv601.cpp9 …::color::yuv< std::uint8_t, ::color::constant::yuv::BT_601_entity > c1; //!< Instead of std::ui… in main()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/less-than-1k/assign/xyz/
H A Dxyz2YPbPr601.cpp9 …::color::YPbPr< std::uint8_t, ::color::constant::YPbPr::BT_601_entity > c1; //!< Instead of std… in main()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/less-than-1k/assign/YPbPr/
H A DYPbPr2yuv601.cpp9 …::color::yuv< std::uint8_t, ::color::constant::yuv::BT_601_entity > c1; //!< Instead of std::ui… in main()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/less-than-1k/assign/hsi/
H A Dhsi2YPbPr601.cpp9 …::color::YPbPr< std::uint8_t, ::color::constant::YPbPr::BT_601_entity > c1; //!< Instead of std… in main()

123