Intra-frame coding: Difference between revisions

Content deleted Content added
del cv from http://www.cs.cf.ac.uk/Dave/Multimedia/node248.html
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1:
{{Short description|Data compression technique}}
{{other uses|IFrame (disambiguation)}}
 
{{Copypaste|article|url=http://www.cs.cf.ac.uk/Dave/Multimedia/node248.html|date=February 2024}}
{{Multiple issues|
{{refimprove|date=March 2017}}
{{Technical|date=June 2019}}
}}
'''Intra-frame coding''' is a [[data compression]] technique used within a [[digital video|video]] frame, enabling smaller file sizes and lower bitrates, with little or no loss in quality. Since neighboring pixels within an image are often very similar, rather than storing each pixel independently, the frame image is divided into blocks and the typically minor difference between each pixel can be encoded using fewer bits.
 
Intra-frame prediction exploits spatial redundancy, i.e. correlation among pixels within one frame, by calculating prediction values through extrapolation from already coded pixels for effective [[delta coding]]. It is one of the two classes of predictive coding methods in [[video coding]]. Its counterpart is inter-frame prediction which exploits temporal redundancy. Temporally independently coded so-called intra frames use only intra coding. The temporally coded [[predicted frame]]s (e.g. MPEG's P- and B-frames) may use intra- as well as inter-frame prediction.