Searched refs:htrees (Results 1 – 6 of 6) sorted by relevance
65 s->literal_hgroup.htrees = NULL; in BrotliDecoderStateInit()67 s->insert_copy_hgroup.htrees = NULL; in BrotliDecoderStateInit()69 s->distance_hgroup.htrees = NULL; in BrotliDecoderStateInit()121 s->literal_hgroup.htrees = NULL; in BrotliDecoderStateMetablockBegin()123 s->insert_copy_hgroup.htrees = NULL; in BrotliDecoderStateMetablockBegin()125 s->distance_hgroup.htrees = NULL; in BrotliDecoderStateMetablockBegin()132 BROTLI_DECODER_FREE(s, s->literal_hgroup.htrees); in BrotliDecoderStateCleanupAfterMetablock()133 BROTLI_DECODER_FREE(s, s->insert_copy_hgroup.htrees); in BrotliDecoderStateCleanupAfterMetablock()134 BROTLI_DECODER_FREE(s, s->distance_hgroup.htrees); in BrotliDecoderStateCleanupAfterMetablock()157 group->htrees = p; in BrotliDecoderHuffmanTreeGroupInit()
116 HuffmanCode** htrees; member
966 group->htrees[s->htree_index] = s->next; in HuffmanTreeGroupDecode()1180 s->literal_htree = s->literal_hgroup.htrees[s->context_map_slice[0]]; in PrepareLiteralDecoding()1212 s->htree_command = s->insert_copy_hgroup.htrees[s->block_type_rb[3]]; in DecodeCommandBlockSwitchInternal()1505 HuffmanCode* distance_tree = s->distance_hgroup.htrees[s->dist_htree_index]; in ReadDistanceInternal()1744 hc = s->literal_hgroup.htrees[s->context_map_slice[context]]; in ProcessCommandsInternal()2344 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() local472 htrees[j] = huffman_tables_i; in ReadHuffmanCodes()501 const int red = htrees[RED][0].value; in ReadHuffmanCodes()502 const int blue = htrees[BLUE][0].value; in ReadHuffmanCodes()503 const int alpha = htrees[ALPHA][0].value; in ReadHuffmanCodes()505 if (total_size == 0 && htrees[GREEN][0].value < NUM_LITERAL_CODES) { in ReadHuffmanCodes()[all …]
58 HuffmanCode* htrees[HUFFMAN_CODES_PER_META_CODE]; member
2459 * Fix potential e2fsck -n crash caused by corrupt htrees