changeset 3978:db01070401c7 libavcodec

on the P4 inc needs twice as much time a add
author michael
date Mon, 09 Oct 2006 21:39:07 +0000
parents ebf01ad52879
children ce16f66a48ad
files cabac.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cabac.h	Mon Oct 09 21:21:10 2006 +0000
+++ b/cabac.h	Mon Oct 09 21:39:07 2006 +0000
@@ -417,7 +417,7 @@
         "shll %%cl, %%edx                       \n\t"
         "movb "LPS_STATE"(%2, %%eax), %%cl      \n\t"
         "movb %%cl, (%1)                        \n\t"
-        "incl %%eax                             \n\t"
+        "addl $1, %%eax                         \n\t"
         "test %%bx, %%bx                        \n\t"
         " jnz 2f                                \n\t"