mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 21:20:41 +00:00
Another REG_d -> REG_D fix.
Originally committed as revision 15846 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
parent
eba9ae3cfc
commit
c35afa2f57
@ -2529,7 +2529,7 @@ FUNNY_UV_CODE
|
||||
"addl %%edi, %%esi \n\t" //src[xx+1]*2*xalpha + src[xx]*(1-2*xalpha)
|
||||
"mov %1, %%"REG_D" \n\t"
|
||||
"shrl $9, %%esi \n\t"
|
||||
"movw %%si, (%%"REG_d", %%"REG_a", 2)\n\t"
|
||||
"movw %%si, (%%"REG_D", %%"REG_a", 2)\n\t"
|
||||
|
||||
"movzbl (%5, %%"REG_b"), %%edi \n\t" //src[xx]
|
||||
"movzbl 1(%5, %%"REG_b"), %%esi \n\t" //src[xx+1]
|
||||
|
Loading…
Reference in New Issue
Block a user