Lines Matching refs:InputBitVector
358 struct InputBitVector
626 decode_error::type decode(const Decoder &decoder, InputBitVector in);
628 decode_error::type decode_block_mode(InputBitVector in);
629 decode_error::type decode_void_extent(InputBitVector in);
630 void decode_cem(InputBitVector in);
631 void unpack_colour_endpoints(InputBitVector in);
633 void unpack_weights(InputBitVector in);
643 InputBitVector in_vec;
670 decode_error::type Block::decode_void_extent(InputBitVector block)
707 decode_error::type Block::decode_block_mode(InputBitVector in)
811 void Block::decode_cem(InputBitVector in)
935 void Block::unpack_colour_endpoints(InputBitVector in)
1108 void Block::unpack_weights(InputBitVector in)
1436 decode_error::type Block::decode(const Decoder &decoder, InputBitVector in)