Searched refs:bits_read_ (Results 1 – 2 of 2) sorted by relevance
24 bits_read_(0), in BitReaderCore()40 bits_read_++; in ReadFlag()73 bits_read_ += remaining_bits; in SkipBits()89 bits_read_ += 8 * window_size; in SkipBits()93 bits_read_ += 8 * nbytes; in SkipBits()101 return bits_read_; in bits_read()120 bits_read_ += num_bits; in ReadBitsInternal()
108 int bits_read_; variable