Adaptive coding: Difference between revisions

Content deleted Content added
No edit summary
m Reverted 1 edit by 49.202.28.72 (talk) identified as vandalism to last revision by Freako. (TW)
Line 8:
A lot other methods adapt their model to the current file and need to transmit it in addition to the encoded data, because both the encoder and the decoder need to use the model.
 
In adaptive coding, the encoder and encoderdecoder are instead equipped with a predefined meta-model about how they will alter their models in response to the actual content of the data, and otherwise start with a blank slate, meaning that no initial model needs to be transmitted. As the data is transmitted, both encoder and decoder adapt their models, so that unless the character of the data changes radically, the model becomes better-adapted to the data its handling and compresses it more efficiently approaching the efficiency of the static coding.
 
==Adaptive method==