Searched refs:max_nbytes (Results 1 – 2 of 2) sorted by relevance
35 int BitReader::GetBytes(int max_nbytes, const uint8_t** out) { in GetBytes() argument36 DCHECK_GE(max_nbytes, 0); in GetBytes()39 int nbytes = max_nbytes; in GetBytes()
148 int max_nbytes = sizeof(reg_next_); in Refill() local153 byte_stream_provider_->GetBytes(max_nbytes, &byte_stream_window); in Refill()155 DCHECK_LE(window_size, max_nbytes); in Refill()