Content deleted Content added
→Quantization and Data Compression: Quantization is not always the fundamental difference; removed digression on similiaries of compression schemes |
→Quantization and Data Compression: Refining remarks about selective discarding, plus minor rewording |
||
Line 40:
==Quantization and Data Compression==
Quantization plays a major part in [[lossy data compression]].
In
In some compression schemes, like [[MP3]] or [[Vorbis]], compression is also achieved by selectively discarding
One example of
During JPEG encoding, the data representing an image (typically 8-bits for each of three color components per pixel) is processed using a [[discrete cosine transform]] and is then quantized and [[entropy encoding|entropy coded]].
By reducing the precision of the transformed values using quantization, the number of bits needed to represent the image can be reduced substantially.
|