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

/xsrc/external/mit/brotli/dist/c/dec/
H A Dhuffman.h114 uint16_t num_htrees; member in struct:__anon0f877b7c0208
H A Dstate.c151 group->num_htrees = (uint16_t)ntrees;
H A Ddecode.c970 while (h->htree_index < group->num_htrees) {
992 uint32_t* num_htrees,
1001 result = DecodeVarLenUint8(s, br, num_htrees);
1005 (*num_htrees)++;
1008 BROTLI_LOG_UINT(*num_htrees);
1014 if (*num_htrees <= 1) {
1041 uint32_t alphabet_size = *num_htrees + h->max_run_length_prefix;
991 DecodeContextMap(uint32_t context_map_size,uint32_t * num_htrees,uint8_t ** context_map_arg,BrotliDecoderState * s) argument

Completed in 6 milliseconds