Home
last modified time | relevance | path

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

/external/brotli/c/dec/
Dstate.c68 s->distance_hgroup.codes = NULL; in BrotliDecoderStateInit()
69 s->distance_hgroup.htrees = NULL; in BrotliDecoderStateInit()
124 s->distance_hgroup.codes = NULL; in BrotliDecoderStateMetablockBegin()
125 s->distance_hgroup.htrees = NULL; in BrotliDecoderStateMetablockBegin()
134 BROTLI_DECODER_FREE(s, s->distance_hgroup.htrees); in BrotliDecoderStateCleanupAfterMetablock()
Dstate.h140 HuffmanTreeGroup distance_hgroup; member
Ddecode.c1505 HuffmanCode* distance_tree = s->distance_hgroup.htrees[s->dist_htree_index]; in ReadDistanceInternal()
2318 s, &s->distance_hgroup, num_distance_codes, in BrotliDecoderDecompressStream()
2334 case 2: hgroup = &s->distance_hgroup; break; in BrotliDecoderDecompressStream()