Module mtf

Source
Expand description

Module providing the Move-To-Front (MTF) transform. A relatively simple transform that is used to improve the compression ratio of the data, usually in combination with other transforms.

Functionsยง

decode_move_to_front
Decodes a sequence of indices using the Move-to-Front (MTF) algorithm.
encode_move_to_front
Encodes a sequence of elements using the Move-to-Front (MTF) algorithm.