[FFmpeg-devel] [PATCH 4/5] libavcodec: add AVR32 specific optimizations
Hans-Christian Egtvedt
hans-christian.egtvedt
Wed Feb 18 15:27:02 CET 2009
libavcodec: add AVR32 specific optimizations
Implemented by Ronny Pedersen.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt at atmel.com>
---
libavcodec/Makefile | 8 +-
libavcodec/avr32/dsputil_avr32.c | 2163 ++++++++++++++++++++++++++++++++++++++
libavcodec/avr32/fdct.S | 537 ++++++++++
libavcodec/avr32/h264idct.S | 451 ++++++++
libavcodec/avr32/idct.S | 793 ++++++++++++++
libavcodec/avr32/mc.S | 434 ++++++++
libavcodec/avr32/pico.h | 201 ++++
libavcodec/dsputil.c | 1 +
libavcodec/dsputil.h | 1 +
9 files changed, 4588 insertions(+), 1 deletions(-)
create mode 100644 libavcodec/avr32/dsputil_avr32.c
create mode 100644 libavcodec/avr32/fdct.S
create mode 100644 libavcodec/avr32/h264idct.S
create mode 100644 libavcodec/avr32/idct.S
create mode 100644 libavcodec/avr32/mc.S
create mode 100644 libavcodec/avr32/pico.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 51367b7fa134af4b4fed483ade5106ca3e2ccb49.diff
Type: text/x-patch
Size: 174409 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090218/052170e3/attachment.bin>
More information about the ffmpeg-devel
mailing list