Remove stack shadowing for x86-x64 for SAD functions.
authorFritz Koenig <frkoenig@google.com>
Thu, 11 Nov 2010 18:15:58 +0000 (10:15 -0800)
committerFritz Koenig <frkoenig@google.com>
Mon, 15 Nov 2010 18:56:02 +0000 (10:56 -0800)
commite180255375e339deba943ed9afaee1719f3c16bc
treefafff7468d1cb7388076a9a62c64500fd370cbab
parentf4709d2895ace9e7a5dc0d10e0eaa1998f26cf07
Remove stack shadowing for x86-x64 for SAD functions.

x86-64 passes arguments in registers.  There is no need to push
them to the stack before using them.

This fixes 15acc84f10cefd98b2f8dbd2eac2cc92c5a3f851 where ebx
was not getting preserved on x86.

Change-Id: I1214b5f818a0201f75ab6ad7d5c6f448e09b16c2
vp8/encoder/x86/sad_sse3.asm