[FFmpeg-devel] [PATCH 28/33] Move hpel arm optimizations from dsputil to hpeldsp.
Michael Niedermayer
michaelni at gmx.at
Fri Feb 22 10:54:53 CET 2013
On Tue, Feb 05, 2013 at 07:27:41PM -0800, Ronald S. Bultje wrote:
> From: "Ronald S. Bultje" <rsbultje at gmail.com>
>
> ---
> libavcodec/arm/Makefile | 9 +
> libavcodec/arm/dsputil_arm.S | 584 ----------------------------------
> libavcodec/arm/dsputil_armv6.S | 238 --------------
> libavcodec/arm/dsputil_init_arm.c | 40 ---
> libavcodec/arm/dsputil_init_armv6.c | 41 ---
> libavcodec/arm/dsputil_init_neon.c | 59 ----
> libavcodec/arm/dsputil_neon.S | 388 -----------------------
> libavcodec/arm/hpeldsp_arm.S | 611 ++++++++++++++++++++++++++++++++++++
> libavcodec/arm/hpeldsp_arm.h | 29 ++
> libavcodec/arm/hpeldsp_armv6.S | 259 +++++++++++++++
> libavcodec/arm/hpeldsp_init_arm.c | 68 ++++
> libavcodec/arm/hpeldsp_init_armv6.c | 66 ++++
> libavcodec/arm/hpeldsp_init_neon.c | 86 +++++
> libavcodec/arm/hpeldsp_neon.S | 410 ++++++++++++++++++++++++
> libavcodec/hpeldsp.c | 2 +-
> 15 files changed, 1539 insertions(+), 1351 deletions(-)
> create mode 100644 libavcodec/arm/hpeldsp_arm.S
> create mode 100644 libavcodec/arm/hpeldsp_arm.h
> create mode 100644 libavcodec/arm/hpeldsp_armv6.S
> create mode 100644 libavcodec/arm/hpeldsp_init_arm.c
> create mode 100644 libavcodec/arm/hpeldsp_init_armv6.c
> create mode 100644 libavcodec/arm/hpeldsp_init_neon.c
> create mode 100644 libavcodec/arm/hpeldsp_neon.S
LGTM
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
When you are offended at any man's fault, turn to yourself and study your
own failings. Then you will forget your anger. -- Epictetus
-------------- 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/20130222/80290d5c/attachment.asc>
More information about the ffmpeg-devel
mailing list