Home
last modified time | relevance | path

Searched defs:channel_convert_to_unsigned (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/gil/
Dchannel_algorithm.hpp366 struct channel_convert_to_unsigned : public detail::identity<ChannelValue> { struct
367 using type = ChannelValue;
370 template <> struct channel_convert_to_unsigned<int8_t> { struct
371 using argument_type = int8_t;
372 using result_type = uint8_t;
373 using type = uint8_t;
374 type operator()(int8_t val) const { in operator ()()
379 template <> struct channel_convert_to_unsigned<int16_t> { struct
380 using argument_type = int16_t;
381 using result_type = uint16_t;
[all …]