mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-04-23 23:46:41 +00:00
10l
Originally committed as revision 6610 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7822e1c1ff
commit
2ee9dc65be
@ -469,10 +469,6 @@ static int get_cabac(CABACContext *c, uint8_t * const state){
|
|||||||
"subl %%ecx, %%ebx \n\t"
|
"subl %%ecx, %%ebx \n\t"
|
||||||
|
|
||||||
//eax:state ebx:low edx:mask esi:range
|
//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"
|
"xorl %%edx, %%eax \n\t"
|
||||||
"movb "MPS_STATE"(%2, %%eax), %%cl \n\t"
|
"movb "MPS_STATE"(%2, %%eax), %%cl \n\t"
|
||||||
"movb %%cl, (%1) \n\t"
|
"movb %%cl, (%1) \n\t"
|
||||||
|
Loading…
Reference in New Issue
Block a user