Searched refs:num_htrees (Results 1 – 3 of 3) sorted by relevance
114 uint16_t num_htrees; member
151 group->num_htrees = (uint16_t)ntrees; in BrotliDecoderHuffmanTreeGroupInit()
970 while (h->htree_index < group->num_htrees) { in HuffmanTreeGroupDecode()992 uint32_t* num_htrees, in DecodeContextMap() argument1001 result = DecodeVarLenUint8(s, br, num_htrees); in DecodeContextMap()1005 (*num_htrees)++; in DecodeContextMap()1008 BROTLI_LOG_UINT(*num_htrees); in DecodeContextMap()1014 if (*num_htrees <= 1) { in DecodeContextMap()1041 uint32_t alphabet_size = *num_htrees + h->max_run_length_prefix; in DecodeContextMap()