Searched defs:bit_stream (Results 1 – 2 of 2) sorted by relevance
121 struct bit_stream struct129 write_bit(struct bit_stream *writer, unsigned int bit) in write_bit() argument
27 uint16_t bit_stream = (static_cast<uint8_t>(input[0]) << 8); in Base32Encode() local