Lines Matching refs:InputBitVector
364 struct InputBitVector
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;
676 decode_error::type Block::decode_void_extent(InputBitVector block)
713 decode_error::type Block::decode_block_mode(InputBitVector in)
817 void Block::decode_cem(InputBitVector in)
941 void Block::unpack_colour_endpoints(InputBitVector in)
1114 void Block::unpack_weights(InputBitVector in)
1442 decode_error::type Block::decode(const Decoder &decoder, InputBitVector in)