[x264-devel] Re: question about intraprediction 16x16 plane
Loren Merritt
lorenm at u.washington.edu
Mon Nov 20 23:53:27 CET 2006
On Mon, 20 Nov 2006, Shirley S. Fung wrote:
> I have been using the white paper from http://www.vcodex.com/h264.html, and
> I don't understand how the plane function is implemented. Any help?
The "plane" in plane prediction is the normal mathematical sense of a
plane. i.e. a function of 2 variables, f(x,y) = a*x+b*y+c.
Plane prediction does linear regression on the top and left edge pixels to
find the parameters a,b,c that best match them, and uses the corresponding
f(x,y) to predict the content of the macroblock.
--Loren Merritt
--
This is the x264-devel mailing-list
To unsubscribe, go to: http://developers.videolan.org/lists.html
More information about the x264-devel
mailing list