You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
x86: mpeg4qpel: Make movsxifnidn do the right thing
Fixes an instruction that does nothing by changing the source to dword. Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
committed by
Diego Biurrun
parent
4c51fe48ba
commit
b3f2a3fe3f
@@ -100,7 +100,7 @@ PUT_NO_RND_PIXELS8_L2
|
|||||||
; put_no_rnd_pixels16_l2(uint8_t *dst, uint8_t *src1, uint8_t *src2, int dstStride, int src1Stride, int h)
|
; put_no_rnd_pixels16_l2(uint8_t *dst, uint8_t *src1, uint8_t *src2, int dstStride, int src1Stride, int h)
|
||||||
%macro PUT_NO_RND_PIXELS16_l2 0
|
%macro PUT_NO_RND_PIXELS16_l2 0
|
||||||
cglobal put_no_rnd_pixels16_l2, 6,6
|
cglobal put_no_rnd_pixels16_l2, 6,6
|
||||||
movsxdifnidn r3, r3
|
movsxdifnidn r3, r3d
|
||||||
movsxdifnidn r4, r4d
|
movsxdifnidn r4, r4d
|
||||||
pcmpeqb m6, m6
|
pcmpeqb m6, m6
|
||||||
test r5d, 1
|
test r5d, 1
|
||||||
|
Reference in New Issue
Block a user