From this paper:
It was found that it is very rare for more than three reference frames
to provide significant quality benefit.
Very often the most beneficial reference frames are not the last three
frames encoded.
Depending on the content, a frame from the distant past can be very
beneficial in terms of inter prediction when objects re-appear after
disappearing for a number of frames. i.e, VP8 uses one reference frame
buffer to store a video frame from an arbitrary point in the past –
known as “Golden reference frame”
Golden reference frame (GRF) can be used to,
maintain a copy of the background when there are objects moving in the
fore ground.
So that the occluded regions can be easily and cheaply reconstructed
when a fore ground object moves away.
Together with the last ref frame, the GRF may also be used to create
background sprite.
The VP8 Alternate Ref Frame (ARF) is decoded normally but may or may
not be shown in the decoder
Used solely as a reference to improve the inter prediction for other
coded frames
As ARF need not be displayed, VP8 encoder can use them to transmit any
data that is helpful to compression
For Example: Encode can construct one ARF from multiple source frames
Or encoder can create an ARF using different macroblocks from many
different video frames
Regards,
Jagadees
2011/6/16 Dominik Hübner <dominikhue...@googlemail.com>
> --
> You received this message because you are subscribed to the Google Groups "WebM Discussion" group.
> To post to this group, send email to webm-d...@webmproject.org.
> To unsubscribe from this group, send email to webm-discuss...@webmproject.org.
> For more options, visit this group at http://groups.google.com/a/webmproject.org/group/webm-discuss/?hl=en.
>