Home
last modified time | relevance | path

Searched defs:channel_t (Results 1 – 25 of 49) sorted by relevance

12

/third_party/boost/libs/gil/test/core/channel/
Dalgorithm_channel_convert.cpp23 using channel_t = typename fixture::channel<ChannelFixtureBase>::channel_t; typedef
43 using channel_t = TargetChannel; in test_channel_value_convert_from_integral() typedef
69 using channel_t = Channel; in operator ()() typedef
83 using channel_t = Channel; in operator ()() typedef
97 using channel_t = Channel; in operator ()() typedef
111 using channel_t = Channel; in operator ()() typedef
125 using channel_t = Channel; in operator ()() typedef
139 using channel_t = Channel; in operator ()() typedef
156 using channel_t = Channel; in operator ()() typedef
171 using channel_t = Channel; in operator ()() typedef
[all …]
Dtest_fixture.cpp21 using channel_t = Channel; in operator ()() typedef
38 using channel_t = Channel; in operator ()() typedef
55 using channel_t = Channel; in operator ()() typedef
72 using channel_t = Channel; in operator ()() typedef
Dalgorithm_channel_invert.cpp33 using channel_t = Channel; in operator ()() typedef
48 using channel_t = Channel; in operator ()() typedef
63 using channel_t = Channel; in operator ()() typedef
Dalgorithm_channel_multiply.cpp34 using channel_t = Channel; in operator ()() typedef
49 using channel_t = Channel; in operator ()() typedef
64 using channel_t = Channel; in operator ()() typedef
Dalgorithm_channel_relation.cpp42 using channel_t = Channel; in operator ()() typedef
57 using channel_t = Channel; in operator ()() typedef
72 using channel_t = Channel; in operator ()() typedef
Dalgorithm_channel_arithmetic.cpp87 using channel_t = Channel; in operator ()() typedef
102 using channel_t = Channel; in operator ()() typedef
117 using channel_t = Channel; in operator ()() typedef
Dtest_fixture.hpp93 using channel_t = typename ChannelFixtureBase::channel_t; typedef
114 using channel_t = ChannelValue; typedef
132 using channel_t = ChannelRef; typedef
149 using channel_t = ChannelSubbyteRef; typedef
171 using channel_t = ChannelSubbyteRef; typedef
/third_party/boost/libs/gil/test/extension/numeric/
Dchannel_numeric_operations.cpp27 using channel_t = Channel; in operator ()() typedef
43 using channel_t = Channel; in operator ()() typedef
70 using channel_t = Channel; in operator ()() typedef
90 using channel_t = Channel; in operator ()() typedef
113 using channel_t = Channel; in operator ()() typedef
129 using channel_t = Channel; in operator ()() typedef
156 using channel_t = Channel; in operator ()() typedef
173 using channel_t = Channel; in operator ()() typedef
200 using channel_t = Channel; in operator ()() typedef
217 using channel_t = Channel; in operator ()() typedef
[all …]
Dpixel_numeric_operations.cpp29 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()() typedef
65 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()() typedef
99 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()() typedef
136 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()() typedef
163 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()() typedef
190 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()() typedef
216 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()() typedef
250 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()() typedef
278 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()() typedef
307 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()() typedef
Dconvolve.cpp33 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()() typedef
56 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()() typedef
75 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()() typedef
97 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()() typedef
Dconvolve_cols.cpp32 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()() typedef
55 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()() typedef
Dconvolve_rows.cpp32 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()() typedef
55 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()() typedef
/third_party/boost/boost/gil/extension/io/tiff/detail/
Dscanline_read.hpp112 … using channel_t = channel_type<get_pixel_type<gray1_image_t::view_t>::type>::type; in initialize() typedef
131 … using channel_t = channel_type<get_pixel_type<gray2_image_t::view_t>::type>::type; in initialize() typedef
149 … using channel_t = channel_type<get_pixel_type<gray4_image_t::view_t>::type>::type; in initialize() typedef
168 … using channel_t = channel_type<get_pixel_type<gray8_image_t::view_t>::type>::type; in initialize() typedef
187 … using channel_t = channel_type<get_pixel_type<gray16_image_t::view_t>::type>::type; in initialize() typedef
206 … using channel_t = channel_type<get_pixel_type<gray24_image_t::view_t>::type>::type; in initialize() typedef
225 … using channel_t = channel_type<get_pixel_type<gray32_image_t::view_t>::type>::type; in initialize() typedef
Dis_allowed.hpp145 using channel_t = typename channel_traits<typename element_type<pixel_t>::type>::value_type; in compare_channel_sizes() typedef
160 using channel_t = typename channel_traits<typename element_type<ref_t>::type>::value_type; in compare_channel_sizes() typedef
222 using channel_t = typename channel_traits<typename element_type<pixel_t>::type>::value_type; in is_allowed() typedef
/third_party/boost/libs/gil/test/extension/toolbox/
Dchannel_type.cpp36 using channel_t = gil::channel_type<image_t::view_t::reference>::type; in test_channel_type() typedef
Dget_num_bits.cpp18 using channel_t = gil::channel_type<image_t::view_t::reference>::type; in test_get_num_bits() typedef
/third_party/boost/libs/gil/test/core/pixel/
Dtest_fixture.cpp55 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()() typedef
91 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()() typedef
/third_party/boost/boost/gil/image_processing/
Dscaling.hpp51 using channel_t = typename std::remove_reference in lanczos_at() typedef
57 static_transform(result_pixel, result_pixel, [](channel_t) { in lanczos_at() argument
/third_party/boost/boost/gil/extension/toolbox/color_converters/
Dgray_to_rgba.hpp29 using channel_t = typename channel_type<P2>::type; in operator ()() typedef
/third_party/boost/libs/gil/test/legacy/
Dchannel.cpp51 using channel_t = typename ChannelTestCore::channel_t; typedef
167 using channel_t = ChannelValue; typedef in value_core
186 using channel_t = ChannelRef; typedef in reference_core
203 using channel_t = ChannelSubbyteRef; typedef in packed_reference_core
221 using channel_t = ChannelSubbyteRef; typedef in packed_dynamic_reference_core
/third_party/boost/libs/fiber/examples/
Dping_pong.cpp15 using channel_t = boost::fibers::buffered_channel< std::string >; in main() typedef
Drange_for.cpp14 typedef boost::fibers::unbuffered_channel< unsigned int > channel_t; typedef
/third_party/boost/boost/gil/extension/io/bmp/detail/
Dis_allowed.hpp67 …using channel_t = typename channel_traits<typename element_type<typename View::value_type>::type>:… in is_allowed() typedef
/third_party/boost/boost/gil/extension/io/targa/detail/
Dis_allowed.hpp39 …using channel_t = typename channel_traits<typename element_type<typename View::value_type>::type>:… in is_allowed() typedef
/third_party/boost/boost/gil/extension/io/png/detail/
Dis_allowed.hpp24 using channel_t = typename channel_traits<typename element_type<pixel_t>::type>::value_type; in is_allowed() typedef

12