Lines Matching refs:BROTLI_DCHECK
222 BROTLI_DCHECK(max_table_size >= 256); in GetHashTable()
358 BROTLI_DCHECK(total != 0); in ChooseContextMap()
577 BROTLI_DCHECK(*storage_ix <= 14); in WriteMetaBlockInternal()
1035 BROTLI_DCHECK(s->params.hasher.type == 10); in EncodeData()
1042 BROTLI_DCHECK(s->params.hasher.type == 10); in EncodeData()
1095 BROTLI_DCHECK(s->input_pos_ >= s->last_flush_pos_); in EncodeData()
1096 BROTLI_DCHECK(s->input_pos_ > s->last_flush_pos_ || is_last); in EncodeData()
1097 BROTLI_DCHECK(s->input_pos_ - s->last_flush_pos_ <= 1u << 24); in EncodeData()
1206 BROTLI_DCHECK(input_size <= mask + 1); in BrotliCompressBufferQuality10()
1647 BROTLI_DCHECK(out_bytes <= *available_out); in BrotliEncoderCompressStreamFast()
1648 BROTLI_DCHECK((storage_ix & 7) == 0 || out_bytes < *available_out); in BrotliEncoderCompressStreamFast()