Andreas Rheinhardt
32178c2f28
avcodec/x86/h264_qpel: Remove put_h264_qpel[48]_mmxext
...
These functions are not faster than the C versions.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2024-02-20 00:09:05 +01:00
Andreas Rheinhardt
7cad4dba50
avcodec/x86/hpeldsp_init: Avoid using ff_avg_pixels16_mmx
...
Use ff_avg_pixels16_mmxext or ff_avg_pixels16_sse2
(for users with SSE2_FAST) instead.
This also allows to remove ff_avg_pixels16_mmx,
as this was its last remaining user.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2024-02-20 00:09:05 +01:00
Andreas Rheinhardt
8a349bb02f
avcodec/x86/fpel: Remove declarations of inexistent functions
...
Forgotten in 50a8cbb23e and
a51279bbde .
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2024-02-20 00:09:05 +01:00
Timothy Gu
607f820ec7
x86: fpel: Remove erroneous ff_put_pixels8_mmxext prototype
...
This function does not exist.
2015-10-19 16:52:37 -07:00
Timothy Gu
cb6f1f8bf9
x86: fpel: Move prototypes for 4-px block functions
2015-10-19 16:52:33 -07:00
Christophe Gisquet
86ae0da60c
x86: hpeldsp: propagate changes across codecs
...
Some codecs still use mmx versions, so have them use the versions
with newer instruction sets.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-26 15:37:04 +02:00
Michael Niedermayer
9333bba6ed
Merge commit ' 6655c933a8'
...
* commit '6655c933a8 ':
x86: dsputil: Move fpel declarations to a separate header
Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-22 23:08:22 +01:00
Diego Biurrun
6655c933a8
x86: dsputil: Move fpel declarations to a separate header
2014-03-22 06:17:29 -07:00