mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-10 09:09:50 +00:00
hevc_deblock: Fix compilation with nasm
CC: libav-stable@libav.org Bug-Id: 795 Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
This commit is contained in:
parent
2686dab45e
commit
2d1309c352
@ -356,7 +356,7 @@ ALIGN 16
|
||||
%if %1 > 8
|
||||
shl betaq, %1 - 8
|
||||
%endif
|
||||
movd m13, betaq
|
||||
movd m13, betad
|
||||
SPLATW m13, m13, 0
|
||||
;end beta calculations
|
||||
|
||||
@ -620,7 +620,7 @@ ALIGN 16
|
||||
paddw m15, m2; p1'
|
||||
|
||||
;beta calculations
|
||||
movd m10, betaq
|
||||
movd m10, betad
|
||||
SPLATW m10, m10, 0
|
||||
|
||||
movd m13, r7d; 1dp0 + 1dp3
|
||||
|
Loading…
Reference in New Issue
Block a user