mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 04:30:02 +00:00
moving lps state transition code a little up in the branched asm code (1% faster on P3)
Originally committed as revision 6658 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b99f3cabed
commit
2b5269b51c
@ -405,11 +405,11 @@ static int get_cabac(CABACContext *c, uint8_t * const state){
|
||||
"subl %%edx, %%ebx \n\t"
|
||||
"movl %%esi, %%edx \n\t"
|
||||
"shr $19, %%esi \n\t"
|
||||
"movzbl "MANGLE(ff_h264_lps_state)"(%%eax), %%ecx \n\t"
|
||||
"movb %%cl, (%1) \n\t"
|
||||
"movzbl " MANGLE(ff_h264_norm_shift) "(%%esi), %%ecx \n\t"
|
||||
"shll %%cl, %%ebx \n\t"
|
||||
"shll %%cl, %%edx \n\t"
|
||||
"movzbl "MANGLE(ff_h264_lps_state)"(%%eax), %%ecx \n\t"
|
||||
"movb %%cl, (%1) \n\t"
|
||||
"addl $1, %%eax \n\t"
|
||||
"test %%bx, %%bx \n\t"
|
||||
" jnz 2f \n\t"
|
||||
|
Loading…
Reference in New Issue
Block a user