Searched refs:insert_copy_hgroup (Results 1 – 3 of 3) sorted by relevance
61 s->insert_copy_hgroup.codes = NULL; in BrotliDecoderStateInit()62 s->insert_copy_hgroup.htrees = NULL; in BrotliDecoderStateInit()114 s->insert_copy_hgroup.codes = NULL; in BrotliDecoderStateMetablockBegin()115 s->insert_copy_hgroup.htrees = NULL; in BrotliDecoderStateMetablockBegin()125 BROTLI_DECODER_FREE(s, s->insert_copy_hgroup.htrees); in BrotliDecoderStateCleanupAfterMetablock()
274 HuffmanTreeGroup insert_copy_hgroup; member
1222 s->htree_command = s->insert_copy_hgroup.htrees[s->block_type_rb[3]]; in DecodeCommandBlockSwitchInternal()2411 s, &s->insert_copy_hgroup, BROTLI_NUM_COMMAND_SYMBOLS, in BrotliDecoderDecompressStream()2429 case 1: hgroup = &s->insert_copy_hgroup; break; in BrotliDecoderDecompressStream()2447 s->htree_command = s->insert_copy_hgroup.htrees[0]; in BrotliDecoderDecompressStream()