Modified Huffman
From Just Solve the File Format Problem
Modified Huffman, sometimes called MH, is a data compression algorithm used in 1-dimensional CCITT Group 3 to compress bi-level images. It uses a combination of run-length encoding, and Huffman coding with a predefined Huffman code.
For more information, see CCITT Group 3.