Searched refs:htrees (Results 1 – 6 of 6) sorted by relevance
60 s->literal_hgroup.htrees = NULL; in BrotliDecoderStateInit()62 s->insert_copy_hgroup.htrees = NULL; in BrotliDecoderStateInit()64 s->distance_hgroup.htrees = NULL; in BrotliDecoderStateInit()113 s->literal_hgroup.htrees = NULL; in BrotliDecoderStateMetablockBegin()115 s->insert_copy_hgroup.htrees = NULL; in BrotliDecoderStateMetablockBegin()117 s->distance_hgroup.htrees = NULL; in BrotliDecoderStateMetablockBegin()124 BROTLI_DECODER_FREE(s, s->literal_hgroup.htrees); in BrotliDecoderStateCleanupAfterMetablock()125 BROTLI_DECODER_FREE(s, s->insert_copy_hgroup.htrees); in BrotliDecoderStateCleanupAfterMetablock()126 BROTLI_DECODER_FREE(s, s->distance_hgroup.htrees); in BrotliDecoderStateCleanupAfterMetablock()152 group->htrees = p; in BrotliDecoderHuffmanTreeGroupInit()
110 HuffmanCode** htrees; member
975 group->htrees[h->htree_index] = h->next; in HuffmanTreeGroupDecode()1190 s->literal_htree = s->literal_hgroup.htrees[s->context_map_slice[0]]; in PrepareLiteralDecoding()1222 s->htree_command = s->insert_copy_hgroup.htrees[s->block_type_rb[3]]; in DecodeCommandBlockSwitchInternal()1624 HuffmanCode* distance_tree = s->distance_hgroup.htrees[s->dist_htree_index]; in ReadDistanceInternal()1841 hc = s->literal_hgroup.htrees[s->context_map_slice[context]]; in ProcessCommandsInternal()2447 s->htree_command = s->insert_copy_hgroup.htrees[0]; in BrotliDecoderDecompressStream()
232 HuffmanCode hcode = htree_group->htrees[GREEN][bits]; in BuildPackedTable()240 bits >>= AccumulateHCode(htree_group->htrees[RED][bits], 16, huff); in BuildPackedTable()241 bits >>= AccumulateHCode(htree_group->htrees[BLUE][bits], 0, huff); in BuildPackedTable()242 bits >>= AccumulateHCode(htree_group->htrees[ALPHA][bits], 24, huff); in BuildPackedTable()464 HuffmanCode** const htrees = htree_group->htrees; in ReadHuffmanCodes() local471 htrees[j] = huffman_table; in ReadHuffmanCodes()498 const int red = htrees[RED][0].value; in ReadHuffmanCodes()499 const int blue = htrees[BLUE][0].value; in ReadHuffmanCodes()500 const int alpha = htrees[ALPHA][0].value; in ReadHuffmanCodes()502 if (total_size == 0 && htrees[GREEN][0].value < NUM_LITERAL_CODES) { in ReadHuffmanCodes()[all …]
58 HuffmanCode* htrees[HUFFMAN_CODES_PER_META_CODE]; member
2672 * Fix potential e2fsck -n crash caused by corrupt htrees