Commit 74911f75 authored by michael's avatar michael

1 instruction less


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6743 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1cd92764
......@@ -696,11 +696,12 @@ static int decode_significance_x86(CABACContext *c, int max_coeff, uint8_t *sign
"addl %1, %%ecx \n\t"
"movl %%ecx, (%%eax) \n\t"
"addl $4, %%eax \n\t"
"movl %%eax, %2 \n\t"
"test $1, %%edx \n\t"
" jnz 4f \n\t"
"movl %%eax, %2 \n\t"
"3: \n\t"
"addl $1, %1 \n\t"
"cmpl %5, %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