[Ffmpeg-cvslog] r6610 - trunk/libavcodec/cabac.h

michael subversion
Mon Oct 9 23:21:11 CEST 2006


Author: michael
Date: Mon Oct  9 23:21:10 2006
New Revision: 6610

Modified:
   trunk/libavcodec/cabac.h

Log:
10l


Modified: trunk/libavcodec/cabac.h
==============================================================================
--- trunk/libavcodec/cabac.h	(original)
+++ trunk/libavcodec/cabac.h	Mon Oct  9 23:21:10 2006
@@ -469,10 +469,6 @@
         "subl %%ecx, %%ebx                      \n\t"
 
 //eax:state ebx:low edx:mask esi:range
-        "movl $-130, %%ecx                      \n\t"
-        "andl %%edx, %%ecx                      \n\t"
-        "addl %%eax, %%ecx                      \n\t"
-
         "xorl %%edx, %%eax                      \n\t"
         "movb "MPS_STATE"(%2, %%eax), %%cl      \n\t"
         "movb %%cl, (%1)                        \n\t"




More information about the ffmpeg-cvslog mailing list