[FFmpeg-devel] [PATCH 24/33] Move x86 hpel assembly from dsputil to hpeldsp.
Michael Niedermayer
michaelni at gmx.at
Sat Feb 23 02:18:23 CET 2013
On Tue, Feb 05, 2013 at 07:27:37PM -0800, Ronald S. Bultje wrote:
> From: "Ronald S. Bultje" <rsbultje at gmail.com>
>
> ---
> libavcodec/hpeldsp.c | 2 +-
> libavcodec/x86/Makefile | 3 +-
> libavcodec/x86/dsputil_avg_template.c | 77 ------
> libavcodec/x86/dsputil_mmx.c | 205 +---------------
> libavcodec/x86/dsputil_rnd_template.c | 373 -----------------------------
> libavcodec/x86/hpeldsp_avg_template.c | 77 ++++++
> libavcodec/x86/hpeldsp_init.c | 417 +++++++++++++++++++++++++++++++++
> libavcodec/x86/hpeldsp_rnd_template.c | 428 ++++++++++++++++++++++++++++++++++
> 8 files changed, 933 insertions(+), 649 deletions(-)
> delete mode 100644 libavcodec/x86/dsputil_avg_template.c
> create mode 100644 libavcodec/x86/hpeldsp_avg_template.c
> create mode 100644 libavcodec/x86/hpeldsp_init.c
> create mode 100644 libavcodec/x86/hpeldsp_rnd_template.c
LGTM
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Avoid a single point of failure, be that a person or equipment.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130223/6f414d6d/attachment.asc>
More information about the ffmpeg-devel
mailing list