Home
last modified time | relevance | path

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

/external/brotli/c/dec/
Dstate.c63 s->distance_hgroup.codes = NULL; in BrotliDecoderStateInit()
64 s->distance_hgroup.htrees = NULL; in BrotliDecoderStateInit()
116 s->distance_hgroup.codes = NULL; in BrotliDecoderStateMetablockBegin()
117 s->distance_hgroup.htrees = NULL; in BrotliDecoderStateMetablockBegin()
126 BROTLI_DECODER_FREE(s, s->distance_hgroup.htrees); in BrotliDecoderStateCleanupAfterMetablock()
Dstate.h275 HuffmanTreeGroup distance_hgroup; member
Ddecode.c1587 uint32_t alphabet_size_limit = s->distance_hgroup.alphabet_size_limit; in CalculateDistanceLut()
1624 HuffmanCode* distance_tree = s->distance_hgroup.htrees[s->dist_htree_index]; in ReadDistanceInternal()
2414 s, &s->distance_hgroup, distance_alphabet_size_max, in BrotliDecoderDecompressStream()
2430 case 2: hgroup = &s->distance_hgroup; break; in BrotliDecoderDecompressStream()