Home
last modified time | relevance | path

Searched refs:channel_type (Results 1 – 25 of 96) sorted by relevance

1234

/third_party/boost/boost/gil/extension/numeric/
Dpixel_numeric_operations.hpp43 typename channel_type<PixelRef1>::type, in operator ()()
44 typename channel_type<PixelRef2>::type, in operator ()()
45 typename channel_type<PixelResult>::type in operator ()()
65 typename channel_type<PixelRef1>::type, in operator ()()
66 typename channel_type<PixelRef2>::type, in operator ()()
67 typename channel_type<PixelResult>::type in operator ()()
86 channel_multiplies_scalar_t<typename channel_type<PixelRef>::type, in operator ()()
88 typename channel_type<PixelResult>::type>(), in operator ()()
108 typename channel_type<PixelRef1>::type, in operator ()()
109 typename channel_type<PixelRef2>::type, in operator ()()
[all …]
/third_party/boost/boost/gil/image_processing/
Dthreshold.hpp111 typename channel_type<DstView>::type threshold_value, in threshold_binary()
112 typename channel_type<DstView>::type max_value, in threshold_binary()
117 using source_channel_t = typename channel_type<SrcView>::type; in threshold_binary()
118 using result_channel_t = typename channel_type<DstView>::type; in threshold_binary()
150 typename channel_type<DstView>::type threshold_value, in threshold_binary()
155 using result_channel_t = typename channel_type<DstView>::type; in threshold_binary()
176 typename channel_type<DstView>::type threshold_value, in threshold_truncate()
182 using source_channel_t = typename channel_type<SrcView>::type; in threshold_truncate()
183 using result_channel_t = typename channel_type<DstView>::type; in threshold_truncate()
229 using source_channel_t = typename channel_type<SrcView>::type; in otsu_impl()
[all …]
/third_party/boost/boost/gil/extension/toolbox/color_spaces/
Dycbcr.hpp105 using dst_channel_t = typename channel_type<DSTP>::type; in operator ()()
126 using src_channel_t = typename channel_type<Src_Pixel>::type; in convert()
127 using dst_channel_t = typename channel_type<Dst_Pixel>::type; in convert()
157 using dst_channel_t = typename channel_type<Dst_Pixel>::type; in convert()
190 using src_channel_t = typename channel_type<SRCP>::type; in operator ()()
191 using dst_channel_t = typename channel_type<DSTP>::type; in operator ()()
218 using src_channel_t = typename channel_type<SRCP>::type; in operator ()()
219 using dst_channel_t = typename channel_type<DSTP>::type; in operator ()()
246 using src_channel_t = typename channel_type<SRCP>::type; in operator ()()
247 using dst_channel_t = typename channel_type<DSTP>::type; in operator ()()
/third_party/boost/boost/gil/extension/toolbox/metafunctions/
Dchannel_type.hpp44 struct channel_type< bit_aligned_pixel_reference<B,C,L,M> > struct
50 struct channel_type<const bit_aligned_pixel_reference<B,C,L,M> > struct
71 struct channel_type< packed_pixel< BitField struct
87 struct channel_type< const packed_pixel< B, C, L > > struct
94 struct channel_type< any_image_pixel_t > struct
/third_party/boost/boost/log/sources/
Dchannel_feature.hpp62 typedef ChannelT channel_type; typedef in boost::sources::basic_channel_logger
64 typedef attributes::mutable_constant< channel_type > channel_attribute;
90 typedef channel_type result_type;
102 basic_channel_logger() : base_type(), m_ChannelAttr(channel_type()) in basic_channel_logger()
143 channel_type channel() const in channel()
154 void channel(channel_type const& ch) in channel()
/third_party/boost/libs/gil/test/extension/toolbox/
Dget_num_bits.cpp18 using channel_t = gil::channel_type<image_t::view_t::reference>::type; in test_get_num_bits()
21 using const_channel_t = gil::channel_type<image_t::const_view_t::reference>::type; in test_get_num_bits()
31 using gray8_channel_t = gil::channel_type<gil::gray8_image_t::view_t::value_type>::type; in test_get_num_bits()
34 using rgba32_channel_t = gil::channel_type<gil::rgba32_image_t::view_t::value_type>::type; in test_get_num_bits()
Dchannel_type.cpp24 gil::channel_type<gil::rgb8_pixel_t>::type in test_channel_type()
31 gil::channel_type<gil::rgba32f_pixel_t>::type in test_channel_type()
36 using channel_t = gil::channel_type<image_t::view_t::reference>::type; in test_channel_type()
/third_party/boost/boost/gil/
Dcolor_convert.hpp31 template <typename P> struct channel_type;
161 using src_t = typename channel_type<SrcPixel>::type; in operator ()()
166 using dst_t = typename channel_type<DstPixel>::type; in operator ()()
204 using T1 = typename channel_type<P1>::type; in operator ()()
249 auto alpha_or_max_impl(Pixel const& p, std::true_type) -> typename channel_type<Pixel>::type in alpha_or_max_impl()
254 auto alpha_or_max_impl(Pixel const&, std::false_type) -> typename channel_type<Pixel>::type in alpha_or_max_impl()
256 return channel_traits<typename channel_type<Pixel>::type>::max_value(); in alpha_or_max_impl()
263 auto alpha_or_max(Pixel const& p) -> typename channel_type<Pixel>::type in alpha_or_max()
277 using T2 = typename channel_type<P2>::type; in operator ()()
297 using T1 = typename channel_type<P1>::type; in operator ()()
Dpixel_iterator.hpp109 struct channel_type<Pixel*> : channel_type<Pixel> {}; struct
112 struct channel_type<Pixel const*> : channel_type<Pixel> {}; struct
/third_party/boost/libs/gil/test/extension/numeric/
Dpixel_numeric_operations.cpp29 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()()
65 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()()
99 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()()
136 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()()
163 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()()
190 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()()
216 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()()
250 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()()
278 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()()
307 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()()
Dconvolve.cpp33 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()()
56 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()()
75 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()()
97 using channel_t = typename gil::channel_type<pixel_t>::type; in operator ()()
/third_party/boost/boost/gil/extension/io/tiff/detail/
Dscanline_read.hpp99 * sizeof( channel_type<rgb16_view_t>::type ); in initialize()
112 … using channel_t = channel_type<get_pixel_type<gray1_image_t::view_t>::type>::type; in initialize()
131 … using channel_t = channel_type<get_pixel_type<gray2_image_t::view_t>::type>::type; in initialize()
149 … using channel_t = channel_type<get_pixel_type<gray4_image_t::view_t>::type>::type; in initialize()
168 … using channel_t = channel_type<get_pixel_type<gray8_image_t::view_t>::type>::type; in initialize()
187 … using channel_t = channel_type<get_pixel_type<gray16_image_t::view_t>::type>::type; in initialize()
206 … using channel_t = channel_type<get_pixel_type<gray24_image_t::view_t>::type>::type; in initialize()
225 … using channel_t = channel_type<get_pixel_type<gray32_image_t::view_t>::type>::type; in initialize()
/third_party/boost/libs/fiber/performance/thread/
Dskynet_std.cpp15 using channel_type = buffered_channel< std::uint64_t >; typedef
21 void skynet( channel_type & c, std::size_t num, std::size_t size, std::size_t div) { in skynet()
25 channel_type rc{ 16 }; in skynet()
44 channel_type rc{ 2 }; in main()
Dskynet_pthread.cpp20 using channel_type = buffered_channel< std::uint64_t >; typedef
26 channel_type & c;
38 channel_type rc{ 16 }; in skynet()
75 channel_type rc{ 2 }; in main()
/third_party/boost/libs/fiber/performance/fiber/
Dskynet_detach.cpp25 using channel_type = boost::fibers::buffered_channel< std::uint64_t >; typedef
31 void skynet( allocator_type & salloc, channel_type & c, std::size_t num, std::size_t size, std::siz… in skynet()
35 channel_type rc{ 16 }; in skynet()
64 channel_type rc{ 2 }; in main()
Dskynet_join.cpp25 using channel_type = boost::fibers::buffered_channel< std::uint64_t >; typedef
31 void skynet( allocator_type & salloc, channel_type & c, std::size_t num, std::size_t size, std::siz… in skynet()
35 channel_type rc{ 16 }; in skynet()
68 channel_type rc{ 2 }; in main()
Dskynet_stealing_join.cpp34 using channel_type = boost::fibers::buffered_channel< std::uint64_t >; typedef
43 void skynet( allocator_type & salloc, channel_type & c, std::size_t num, std::size_t size, std::siz… in skynet()
47 channel_type rc{ 16 }; in skynet()
83 channel_type rc{ 2 }; in main()
Dskynet_stealing_detach.cpp34 using channel_type = boost::fibers::buffered_channel< std::uint64_t >; typedef
43 void skynet( allocator_type & salloc, channel_type & c, std::size_t num, std::size_t size, std::siz… in skynet()
47 channel_type rc{ 16 }; in skynet()
79 channel_type rc{ 2 }; in main()
Dskynet_shared_detach.cpp31 using channel_type = boost::fibers::buffered_channel< std::uint64_t >; typedef
42 void skynet( allocator_type & salloc, channel_type & c, std::size_t num, std::size_t size, std::siz… in skynet()
46 channel_type rc{ 16 }; in skynet()
85 channel_type rc{ 2 }; in main()
Dskynet_shared_join.cpp31 using channel_type = boost::fibers::buffered_channel< std::uint64_t >; typedef
42 void skynet( allocator_type & salloc, channel_type & c, std::size_t num, std::size_t size, std::siz… in skynet()
46 channel_type rc{ 16 }; in skynet()
89 channel_type rc{ 2 }; in main()
/third_party/boost/boost/gil/extension/io/targa/detail/
Dsupported_types.hpp76 typename channel_type<Pixel>::type,
83 typename channel_type<Pixel>::type,
97 typename channel_type<Pixel>::type,
/third_party/boost/boost/gil/extension/io/bmp/detail/
Dsupported_types.hpp115 typename channel_type<Pixel>::type,
122 typename channel_type<Pixel>::type,
136 typename channel_type<Pixel>::type,
/third_party/boost/boost/gil/extension/io/jpeg/detail/
Dsupported_types.hpp87 typename channel_type<Pixel>::type,
94 typename channel_type<Pixel>::type,
108 typename channel_type<Pixel>::type,
/third_party/ffmpeg/libavformat/
Ddsfdec.c71 unsigned int channel_type; in dsf_read_header() local
104 channel_type = avio_rl32(pb); in dsf_read_header()
105 if (channel_type < FF_ARRAY_ELEMS(dsf_channel_layout)) in dsf_read_header()
106 st->codecpar->channel_layout = dsf_channel_layout[channel_type]; in dsf_read_header()
108 avpriv_request_sample(s, "channel type %i", channel_type); in dsf_read_header()
/third_party/boost/libs/fiber/performance/fiber/numa/
Dskynet_stealing_detach.cpp35 using channel_type = boost::fibers::buffered_channel< std::uint64_t >; typedef
52 void skynet( allocator_type & salloc, channel_type & c, std::size_t num, std::size_t size, std::siz… in skynet()
56 channel_type rc{ 16 }; in skynet()
88 channel_type rc{ 2 }; in main()

1234