Lines Matching refs:InputBitVector
364 struct InputBitVector struct
632 decode_error::type decode(const Decoder &decoder, InputBitVector in);
634 decode_error::type decode_block_mode(InputBitVector in);
635 decode_error::type decode_void_extent(InputBitVector in);
636 void decode_cem(InputBitVector in);
637 void unpack_colour_endpoints(InputBitVector in);
639 void unpack_weights(InputBitVector in);
649 InputBitVector in_vec; in decode()
676 decode_error::type Block::decode_void_extent(InputBitVector block) in decode_void_extent()
713 decode_error::type Block::decode_block_mode(InputBitVector in) in decode_block_mode()
817 void Block::decode_cem(InputBitVector in) in decode_cem()
941 void Block::unpack_colour_endpoints(InputBitVector in) in unpack_colour_endpoints()
1114 void Block::unpack_weights(InputBitVector in) in unpack_weights()
1442 decode_error::type Block::decode(const Decoder &decoder, InputBitVector in) in decode()