You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/x86/qpeldsp: Remove unused ff_put_no_rnd_pixels16_l2_3dnow
qpeldsp does not use 3dnow, it is MMXEXT-only. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -166,8 +166,6 @@ cglobal put_no_rnd_pixels16_l2, 6,6
|
|||||||
|
|
||||||
INIT_MMX mmxext
|
INIT_MMX mmxext
|
||||||
PUT_NO_RND_PIXELS16_l2
|
PUT_NO_RND_PIXELS16_l2
|
||||||
INIT_MMX 3dnow
|
|
||||||
PUT_NO_RND_PIXELS16_l2
|
|
||||||
|
|
||||||
%macro MPEG4_QPEL16_H_LOWPASS 1
|
%macro MPEG4_QPEL16_H_LOWPASS 1
|
||||||
cglobal %1_mpeg4_qpel16_h_lowpass, 5, 5, 0, 16
|
cglobal %1_mpeg4_qpel16_h_lowpass, 5, 5, 0, 16
|
||||||
|
Reference in New Issue
Block a user