[xiph-commits] r11548 - branches/theora-playtime/lib
illiminable at svn.xiph.org
illiminable at svn.xiph.org
Fri Jun 9 02:37:55 PDT 2006
Author: illiminable
Date: 2006-06-09 02:37:51 -0700 (Fri, 09 Jun 2006)
New Revision: 11548
Modified:
branches/theora-playtime/lib/scan.c
Log:
* Remove more dead code from scan.c
Modified: branches/theora-playtime/lib/scan.c
===================================================================
--- branches/theora-playtime/lib/scan.c 2006-06-09 09:36:29 UTC (rev 11547)
+++ branches/theora-playtime/lib/scan.c 2006-06-09 09:37:51 UTC (rev 11548)
@@ -1203,10 +1203,8 @@
align 16
mov esi, temp_ptr
- //mov edi, YUVDiffsPtr /* Not aligned */
mov ecx, some_255s_ptr
- //movdqu xmm3, [esi] /* Old diffs +255 */
movdqa xmm1, [esi + 16]
movdqa xmm2, [esi + 32]
@@ -1261,7 +1259,6 @@
pxor xmm0, xmm0
pcmpeqw xmm7, xmm7 /* All 1's */
-
/* Compare the pak_thresh values to 0, any word which was 0, will now be set to all 1's in xmm0
the if basically said, if it's zero, leave it alone, otherwise, replace it
with the new diff */
@@ -1293,7 +1290,6 @@
}
-
return FragChangedPixels;
More information about the commits
mailing list