mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-02 18:48:27 +00:00
h264: reindent get_cabac_bypass_sign_x86().
This commit is contained in:
parent
db025929f2
commit
95bfa4ead7
@ -116,7 +116,7 @@ static av_always_inline int get_cabac_bypass_sign_x86(CABACContext *c, int val)
|
|||||||
"xor %%edx, %%ecx \n\t"
|
"xor %%edx, %%ecx \n\t"
|
||||||
"sub %%edx, %%ecx \n\t"
|
"sub %%edx, %%ecx \n\t"
|
||||||
"test %%ax, %%ax \n\t"
|
"test %%ax, %%ax \n\t"
|
||||||
" jnz 1f \n\t"
|
"jnz 1f \n\t"
|
||||||
"mov %a4(%2), %1 \n\t"
|
"mov %a4(%2), %1 \n\t"
|
||||||
"subl $0xFFFF, %%eax \n\t"
|
"subl $0xFFFF, %%eax \n\t"
|
||||||
"movzwl (%1), %%edx \n\t"
|
"movzwl (%1), %%edx \n\t"
|
||||||
|
Loading…
Reference in New Issue
Block a user