[x264-devel] Re: SAD Calculation
Loren Merritt
lorenm at u.washington.edu
Thu Jan 18 00:11:04 CET 2007
On Mon, 15 Jan 2007, Axel Gunter wrote:
> Where are the SAD values being calculated in the x264 code base?
Various functions with "sad" in their names. Defined in common/pixel.c or
common/$ARCH/pixel* depending on whether assembly optimizations are
enabled.
> Is the mode decision now being done using SATD costs or SAD costs?
Yes :)
SAD or SATD or RD, depending on the --subme parameter.
--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