Home
last modified time | relevance | path

Searched refs:num_htrees (Results 1 – 3 of 3) sorted by relevance

/external/brotli/c/dec/
Dhuffman.h114 uint16_t num_htrees; member
Dstate.c151 group->num_htrees = (uint16_t)ntrees; in BrotliDecoderHuffmanTreeGroupInit()
Ddecode.c970 while (h->htree_index < group->num_htrees) { in HuffmanTreeGroupDecode()
992 uint32_t* num_htrees, in DecodeContextMap() argument
1001 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()