1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

avcodec/x86/hpeldsp: Actually use constants in registers

Forgotten in 36f92206bb.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2025-10-30 10:27:00 +01:00
parent a677b38298
commit 2be1b2ea96

View File

@@ -428,7 +428,7 @@ cglobal %1%3_pixels8_xy2, 4,5,5
psrlw m2, 2
%else
paddusw m2, m0
pmulhrsw m2, [pw_8192]
pmulhrsw m2, m3
%endif
%ifidn %1, avg
movh m1, [r0+r4]
@@ -450,7 +450,7 @@ cglobal %1%3_pixels8_xy2, 4,5,5
psrlw m0, 2
%else
paddusw m0, m2
pmulhrsw m0, [pw_8192]
pmulhrsw m0, m3
%endif
%ifidn %1, avg
movh m1, [r0+r4]