Searched refs:distance_hgroup (Results 1 – 3 of 3) sorted by relevance
63 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()
275 HuffmanTreeGroup distance_hgroup; member
1587 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()