This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
10l
Originally committed as revision 6610 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
18 years ago
parent
7822e1c1ff
commit
2ee9dc65be
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
libavcodec/cabac.h
+ 0
- 4
libavcodec/cabac.h
View File
@@ -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"
Write
Preview
Loading…
Cancel
Save