Home
last modified time | relevance | path

Searched refs:num_htrees (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/brotli/c/dec/
H A Dhuffman.h114 uint16_t num_htrees; member
H A Dstate.c151 group->num_htrees = (uint16_t)ntrees; in BrotliDecoderHuffmanTreeGroupInit()
H A Ddecode.c970 while (h->htree_index < group->num_htrees) { in HuffmanTreeGroupDecode()
992 uint32_t* num_htrees, in DecodeContextMap()
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()
991 DecodeContextMap(uint32_t context_map_size, uint32_t* num_htrees, uint8_t** context_map_arg, BrotliDecoderState* s) DecodeContextMap() argument
/third_party/skia/third_party/externals/brotli/c/dec/
H A Dhuffman.h114 uint16_t num_htrees; member
H A Dstate.c151 group->num_htrees = (uint16_t)ntrees; in BrotliDecoderHuffmanTreeGroupInit()
H A Ddecode.c970 while (h->htree_index < group->num_htrees) { in HuffmanTreeGroupDecode()
992 uint32_t* num_htrees, in DecodeContextMap()
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()
991 DecodeContextMap(uint32_t context_map_size, uint32_t* num_htrees, uint8_t** context_map_arg, BrotliDecoderState* s) DecodeContextMap() argument

Completed in 8 milliseconds