Commit 74360ae8 authored by michael's avatar michael

10l


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6610 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent bf2bb310
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment