Searched refs:num_htrees (Results 1 – 3 of 3) sorted by relevance
120 uint16_t num_htrees; member
156 group->num_htrees = (uint16_t)ntrees; in BrotliDecoderHuffmanTreeGroupInit()
960 while (s->htree_index < group->num_htrees) { in HuffmanTreeGroupDecode()983 uint32_t* num_htrees, in DecodeContextMap() argument991 result = DecodeVarLenUint8(s, br, num_htrees); in DecodeContextMap()995 (*num_htrees)++; in DecodeContextMap()998 BROTLI_LOG_UINT(*num_htrees); in DecodeContextMap()1004 if (*num_htrees <= 1) { in DecodeContextMap()1031 uint32_t alphabet_size = *num_htrees + s->max_run_length_prefix; in DecodeContextMap()