Intra-frame coding: Difference between revisions

Content deleted Content added
General fixes and clean up using AWB
Squalho (talk | contribs)
Coding process: Changed this section that was just an attempt to describe in word the drawing of the reference website ~~~~
Line 6:
 
== Coding process ==
Data are usually read from videocamera or videocard as YCbCr data format (often wrong marked as YUV that should be used for analog data only). YUVThe datacoding process varies greatly depending on which encoder is partitionedused into(e.g.: [[MacroblocksJPEG|macroblockJPEG]], of 8x8 (.[[H.264/MPEG-4 AVC|H.264]]), pixels.but Eachthe macroblockmost iscommon transformedsteps withusually include: partitioning into [[Macroblock|macroblocks]], transform (e.g.: [[Discrete cosine transform|DCT]] then quantised, or [[ZIG-ZAGDiscrete wavelet transform|wavelet]]), [[RLEQuantization_(image_processing)|quantization]], and [[HuffmanEntropy codingencoding|Huffmanentropy encoding]] --> 100101001.
 
The intra-coding is performed at decoder side, upon receiving the so encoded data stream.
 
== See also ==