[xiph-commits] r11502 - branches/theora-playtime/lib/x86_32_vs

illiminable at svn.xiph.org illiminable at svn.xiph.org
Sat Jun 3 05:18:26 PDT 2006


Author: illiminable
Date: 2006-06-03 05:18:22 -0700 (Sat, 03 Jun 2006)
New Revision: 11502

Modified:
   branches/theora-playtime/lib/x86_32_vs/dsp_sse2.c
Log:
* Remove dead code

Modified: branches/theora-playtime/lib/x86_32_vs/dsp_sse2.c
===================================================================
--- branches/theora-playtime/lib/x86_32_vs/dsp_sse2.c	2006-06-03 12:17:26 UTC (rev 11501)
+++ branches/theora-playtime/lib/x86_32_vs/dsp_sse2.c	2006-06-03 12:18:22 UTC (rev 11502)
@@ -286,147 +286,6 @@
         movdqa      [edi + 48], xmm4
 
     };
-
-
-
-    //__asm {
-    //    align 16
-
-    //    pxor		mm7, mm7		
-
-    //    mov         eax, FiltPtr
-    //    mov         ebx, DctInputPtr
-
-    //    movq		mm1, V128
-
-    //    /*  ITERATION 1 */		
-    //    movq		mm0, [eax]		/* mm0 = FiltPtr */
-    //    movq		mm2, mm0		/* dup to prepare for up conversion */
-    //    /* convert from UINT8 to INT16 */
-    //    punpcklbw		mm0, mm7		/* mm0 = INT16(FiltPtr) */
-    //    punpckhbw		mm2, mm7		/* mm2 = INT16(FiltPtr) */
-    //    /* start calculation */
-    //    psubw		mm0, mm1		/* mm0 = FiltPtr - 128 */
-    //    psubw		mm2, mm1		/* mm2 = FiltPtr - 128 */
-    //    movq		[ebx], mm0		/* write answer out */
-    //    movq		[8 + ebx], mm2		/* write answer out */
-    //    /* Increment pointers */
-    //    add		ebx, 16		
-    //    add		eax, PixelsPerLine	
-
-
-    //    /*  ITERATION 2 */		
-    //    movq		mm0, [eax]		/* mm0 = FiltPtr */
-    //    movq		mm2, mm0		/* dup to prepare for up conversion */
-    //    /* convert from UINT8 to INT16 */
-    //    punpcklbw		mm0, mm7		/* mm0 = INT16(FiltPtr) */
-    //    punpckhbw		mm2, mm7		/* mm2 = INT16(FiltPtr) */
-    //    /* start calculation */
-    //    psubw		mm0, mm1		/* mm0 = FiltPtr - 128 */
-    //    psubw		mm2, mm1		/* mm2 = FiltPtr - 128 */
-    //    movq		[ebx], mm0		/* write answer out */
-    //    movq		[8 + ebx], mm2		/* write answer out */
-    //    /* Increment pointers */
-    //    add		ebx, 16		
-    //    add		eax, PixelsPerLine	
-
-
-    //    /*  ITERATION 3 */		
-    //    movq		mm0, [eax]		/* mm0 = FiltPtr */
-    //    movq		mm2, mm0		/* dup to prepare for up conversion */
-    //    /* convert from UINT8 to INT16 */
-    //    punpcklbw		mm0, mm7		/* mm0 = INT16(FiltPtr) */
-    //    punpckhbw		mm2, mm7		/* mm2 = INT16(FiltPtr) */
-    //    /* start calculation */
-    //    psubw		mm0, mm1		/* mm0 = FiltPtr - 128 */
-    //    psubw		mm2, mm1		/* mm2 = FiltPtr - 128 */
-    //    movq		[ebx], mm0		/* write answer out */
-    //    movq		[8 + ebx], mm2		/* write answer out */
-    //    /* Increment pointers */
-    //    add		ebx, 16		
-    //    add		eax, PixelsPerLine	
-
-
-    //    /*  ITERATION 4 */		
-    //    movq		mm0, [eax]		/* mm0 = FiltPtr */
-    //    movq		mm2, mm0		/* dup to prepare for up conversion */
-    //    /* convert from UINT8 to INT16 */
-    //    punpcklbw		mm0, mm7		/* mm0 = INT16(FiltPtr) */
-    //    punpckhbw		mm2, mm7		/* mm2 = INT16(FiltPtr) */
-    //    /* start calculation */
-    //    psubw		mm0, mm1		/* mm0 = FiltPtr - 128 */
-    //    psubw		mm2, mm1		/* mm2 = FiltPtr - 128 */
-    //    movq		[ebx], mm0		/* write answer out */
-    //    movq		[8 + ebx], mm2		/* write answer out */
-    //    /* Increment pointers */
-    //    add		ebx, 16		
-    //    add		eax, PixelsPerLine	
-
-
-    //    /*  ITERATION 5 */		
-    //    movq		mm0, [eax]		/* mm0 = FiltPtr */
-    //    movq		mm2, mm0		/* dup to prepare for up conversion */
-    //    /* convert from UINT8 to INT16 */
-    //    punpcklbw		mm0, mm7		/* mm0 = INT16(FiltPtr) */
-    //    punpckhbw		mm2, mm7		/* mm2 = INT16(FiltPtr) */
-    //    /* start calculation */
-    //    psubw		mm0, mm1		/* mm0 = FiltPtr - 128 */
-    //    psubw		mm2, mm1		/* mm2 = FiltPtr - 128 */
-    //    movq		[ebx], mm0		/* write answer out */
-    //    movq		[8 + ebx], mm2		/* write answer out */
-    //    /* Increment pointers */
-    //    add		ebx, 16		
-    //    add		eax, PixelsPerLine	
-
-
-    //    /*  ITERATION 6 */		
-    //    movq		mm0, [eax]		/* mm0 = FiltPtr */
-    //    movq		mm2, mm0		/* dup to prepare for up conversion */
-    //    /* convert from UINT8 to INT16 */
-    //    punpcklbw		mm0, mm7		/* mm0 = INT16(FiltPtr) */
-    //    punpckhbw		mm2, mm7		/* mm2 = INT16(FiltPtr) */
-    //    /* start calculation */
-    //    psubw		mm0, mm1		/* mm0 = FiltPtr - 128 */
-    //    psubw		mm2, mm1		/* mm2 = FiltPtr - 128 */
-    //    movq		[ebx], mm0		/* write answer out */
-    //    movq		[8 + ebx], mm2		/* write answer out */
-    //    /* Increment pointers */
-    //    add		ebx, 16		
-    //    add		eax, PixelsPerLine	
-
-
-    //    /*  ITERATION 7 */		
-    //    movq		mm0, [eax]		/* mm0 = FiltPtr */
-    //    movq		mm2, mm0		/* dup to prepare for up conversion */
-    //    /* convert from UINT8 to INT16 */
-    //    punpcklbw		mm0, mm7		/* mm0 = INT16(FiltPtr) */
-    //    punpckhbw		mm2, mm7		/* mm2 = INT16(FiltPtr) */
-    //    /* start calculation */
-    //    psubw		mm0, mm1		/* mm0 = FiltPtr - 128 */
-    //    psubw		mm2, mm1		/* mm2 = FiltPtr - 128 */
-    //    movq		[ebx], mm0		/* write answer out */
-    //    movq		[8 + ebx], mm2		/* write answer out */
-    //    /* Increment pointers */
-    //    add		ebx, 16		
-    //    add		eax, PixelsPerLine	
-
-
-    //    /*  ITERATION 8 */		
-    //    movq		mm0, [eax]		/* mm0 = FiltPtr */
-    //    movq		mm2, mm0		/* dup to prepare for up conversion */
-    //    /* convert from UINT8 to INT16 */
-    //    punpcklbw		mm0, mm7		/* mm0 = INT16(FiltPtr) */
-    //    punpckhbw		mm2, mm7		/* mm2 = INT16(FiltPtr) */
-    //    /* start calculation */
-    //    psubw		mm0, mm1		/* mm0 = FiltPtr - 128 */
-    //    psubw		mm2, mm1		/* mm2 = FiltPtr - 128 */
-    //    movq		[ebx], mm0		/* write answer out */
-    //    movq		[8 + ebx], mm2		/* write answer out */
-    //    /* Increment pointers */
-    //    add		ebx, 16		
-    //    add		eax, PixelsPerLine	
-
-    //};
  
 #endif
 }



More information about the commits mailing list