You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
1 instruction less
Originally committed as revision 6743 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -696,11 +696,12 @@ static int decode_significance_x86(CABACContext *c, int max_coeff, uint8_t *sign
|
|||||||
"addl %1, %%ecx \n\t"
|
"addl %1, %%ecx \n\t"
|
||||||
"movl %%ecx, (%%eax) \n\t"
|
"movl %%ecx, (%%eax) \n\t"
|
||||||
"addl $4, %%eax \n\t"
|
"addl $4, %%eax \n\t"
|
||||||
"movl %%eax, %2 \n\t"
|
|
||||||
|
|
||||||
"test $1, %%edx \n\t"
|
"test $1, %%edx \n\t"
|
||||||
" jnz 4f \n\t"
|
" jnz 4f \n\t"
|
||||||
|
|
||||||
|
"movl %%eax, %2 \n\t"
|
||||||
|
|
||||||
"3: \n\t"
|
"3: \n\t"
|
||||||
"addl $1, %1 \n\t"
|
"addl $1, %1 \n\t"
|
||||||
"cmpl %5, %1 \n\t"
|
"cmpl %5, %1 \n\t"
|
||||||
|
Reference in New Issue
Block a user