Home
last modified time | relevance | path

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

/external/brotli/c/dec/
Dstate.c66 s->insert_copy_hgroup.codes = NULL; in BrotliDecoderStateInit()
67 s->insert_copy_hgroup.htrees = NULL; in BrotliDecoderStateInit()
122 s->insert_copy_hgroup.codes = NULL; in BrotliDecoderStateMetablockBegin()
123 s->insert_copy_hgroup.htrees = NULL; in BrotliDecoderStateMetablockBegin()
133 BROTLI_DECODER_FREE(s, s->insert_copy_hgroup.htrees); in BrotliDecoderStateCleanupAfterMetablock()
Dstate.h139 HuffmanTreeGroup insert_copy_hgroup; member
Ddecode.c1212 s->htree_command = s->insert_copy_hgroup.htrees[s->block_type_rb[3]]; in DecodeCommandBlockSwitchInternal()
2315 s, &s->insert_copy_hgroup, BROTLI_NUM_COMMAND_SYMBOLS, in BrotliDecoderDecompressStream()
2333 case 1: hgroup = &s->insert_copy_hgroup; break; in BrotliDecoderDecompressStream()
2344 s->htree_command = s->insert_copy_hgroup.htrees[0]; in BrotliDecoderDecompressStream()