summaryrefslogtreecommitdiffstats
path: root/libavcodec/cabac.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-10-09 21:21:10 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-10-09 21:21:10 +0000
commit2ee9dc65be4a0f40139cb411dbb8e99d2673380c (patch)
tree75e5625589797d479386836f637e45f28892856e /libavcodec/cabac.h
parent7822e1c1ffaa054728075d5189345c8c3618daa1 (diff)
downloadffmpeg-streaming-2ee9dc65be4a0f40139cb411dbb8e99d2673380c.zip
ffmpeg-streaming-2ee9dc65be4a0f40139cb411dbb8e99d2673380c.tar.gz
10l
Originally committed as revision 6610 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/cabac.h')
-rw-r--r--libavcodec/cabac.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/cabac.h b/libavcodec/cabac.h
index 2fb439c..e5d8791 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"
OpenPOWER on IntegriCloud