MPEG VIDEO CODING |
||||||
|
||||||
|
The MPEG Coder Predictive Process picture is known as a P frame. When coding a P frame the MPEG coder requires a reference frame on which to base its prediction. This reference frame will, in many instances, be an I frame. However once a decoder has received the data for a P frame and decoded that frame, the predicted frame may be used as the reference frame for further predictions.
The data that is transmitted for a P frame must include the motion vector data for the block being predicted, plus any small corrections for inaccurate predictions. This implies that a form of differential coding is used for the error signal. A simplified block diagram of the prediction system is shown in Figure 2.3.
Figure 2.3 - Block Diagram of Prediction System
To obtain the maximum compression the prediction
system tries to predict as far forward into the future as possible.
Depending on the transmission data rate in use the predicted pictures
may be up to about 6 frames into the future.
Figure 2.4 - Using Linear Prediction of Position
|
|||||