HomeSort by relevance Sort by last modified time
    Searched refs:distance_hgroup (Results 1 - 3 of 3) sorted by null

  /external/brotli/dec/
state.c 81 s->distance_hgroup.codes = NULL;
82 s->distance_hgroup.htrees = NULL;
132 s->distance_hgroup.codes = NULL;
133 s->distance_hgroup.htrees = NULL;
142 BROTLI_FREE(s, s->distance_hgroup.htrees);
state.h 138 HuffmanTreeGroup distance_hgroup; member in struct:BrotliDecoderStateStruct
decode.c     [all...]

Completed in 43 milliseconds