[xiph-commits] r16230 - branches/theora-thusnelda/lib/dec/x86_vc
cristianadam at svn.xiph.org
cristianadam at svn.xiph.org
Wed Jul 8 11:32:54 PDT 2009
Author: cristianadam
Date: 2009-07-08 11:32:54 -0700 (Wed, 08 Jul 2009)
New Revision: 16230
Modified:
branches/theora-thusnelda/lib/dec/x86_vc/mmxloop.h
Log:
Removed useless local variable usage.
Modified: branches/theora-thusnelda/lib/dec/x86_vc/mmxloop.h
===================================================================
--- branches/theora-thusnelda/lib/dec/x86_vc/mmxloop.h 2009-07-08 18:25:06 UTC (rev 16229)
+++ branches/theora-thusnelda/lib/dec/x86_vc/mmxloop.h 2009-07-08 18:32:54 UTC (rev 16230)
@@ -122,12 +122,10 @@
do{ \
unsigned char *ll__; \
unsigned char *pix__; \
- ptrdiff_t ystride3__; \
ll__=(_ll); \
pix__=(_pix)-2; \
__asm mov PIX,pix__ \
__asm mov YSTRIDE,_ystride \
- __asm mov YSTRIDE3,ystride3__ \
__asm mov LL,ll__ \
/*x x x x d0 c0 b0 a0*/ \
__asm movd mm0,[PIX] \
More information about the commits
mailing list