Commit 856c5f91 authored by michael's avatar michael

on the P4 inc needs twice as much time a add


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6611 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 74360ae8
...@@ -417,7 +417,7 @@ static int get_cabac(CABACContext *c, uint8_t * const state){ ...@@ -417,7 +417,7 @@ static int get_cabac(CABACContext *c, uint8_t * const state){
"shll %%cl, %%edx \n\t" "shll %%cl, %%edx \n\t"
"movb "LPS_STATE"(%2, %%eax), %%cl \n\t" "movb "LPS_STATE"(%2, %%eax), %%cl \n\t"
"movb %%cl, (%1) \n\t" "movb %%cl, (%1) \n\t"
"incl %%eax \n\t" "addl $1, %%eax \n\t"
"test %%bx, %%bx \n\t" "test %%bx, %%bx \n\t"
" jnz 2f \n\t" " jnz 2f \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