Searched defs:packed_channel_reference (Results 1 – 2 of 2) sorted by relevance
147 struct packed_channel_reference struct149 using channel_t = ChannelSubbyteRef;150 using integer_t = typename channel_t::integer_t;151 channel_t min_v_;152 channel_t max_v_;153 integer_t min_bitbuf_;154 integer_t max_bitbuf_;156 packed_channel_reference() : min_v_(&min_bitbuf_), max_v_(&max_bitbuf_) in packed_channel_reference() argument
440 class packed_channel_reference<BitField, FirstBit, NumBits, false> class467 explicit packed_channel_reference(const void* data_ptr) : parent_t(data_ptr) {} in packed_channel_reference() function in boost::gil::packed_channel_reference468 packed_channel_reference(const packed_channel_reference& ref) : parent_t(ref._data_ptr) {} in packed_channel_reference() function in boost::gil::packed_channel_reference469 packed_channel_reference(const mutable_reference& ref) : parent_t(ref._data_ptr) {} in packed_channel_reference() function in boost::gil::packed_channel_reference479 class packed_channel_reference<BitField,FirstBit,NumBits,true> class492 explicit packed_channel_reference(void* data_ptr) : parent_t(data_ptr) {} in packed_channel_reference() function in boost::gil::packed_channel_reference493 packed_channel_reference(const packed_channel_reference& ref) : parent_t(ref._data_ptr) {} in packed_channel_reference() function in boost::gil::packed_channel_reference