Lines Matching refs:InputBitVector
363 struct InputBitVector
631 decode_error::type decode(const Decoder &decoder, InputBitVector in);
633 decode_error::type decode_block_mode(InputBitVector in);
634 decode_error::type decode_void_extent(InputBitVector in);
635 void decode_cem(InputBitVector in);
636 void unpack_colour_endpoints(InputBitVector in);
638 void unpack_weights(InputBitVector in);
648 InputBitVector in_vec;
675 decode_error::type Block::decode_void_extent(InputBitVector block)
712 decode_error::type Block::decode_block_mode(InputBitVector in)
816 void Block::decode_cem(InputBitVector in)
940 void Block::unpack_colour_endpoints(InputBitVector in)
1113 void Block::unpack_weights(InputBitVector in)
1441 decode_error::type Block::decode(const Decoder &decoder, InputBitVector in)