From 2ee9dc65be4a0f40139cb411dbb8e99d2673380c Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 9 Oct 2006 21:21:10 +0000 Subject: [PATCH] 10l Originally committed as revision 6610 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cabac.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libavcodec/cabac.h b/libavcodec/cabac.h index 2fb439c1ec..e5d8791c54 100644 --- a/libavcodec/cabac.h +++ b/libavcodec/cabac.h @@ -469,10 +469,6 @@ static int get_cabac(CABACContext *c, uint8_t * const state){ "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"