[FFmpeg-devel] [PATCH 3/5] libswscale: Optimize yuv2rgb conversion for avr32

Hans-Christian Egtvedt hans-christian.egtvedt
Wed Feb 18 15:27:01 CET 2009


libswscale: Optimize yuv2rgb conversion for AVR32 architecture

Implemented by Ronny Pedersen.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt at atmel.com>
---
 libswscale/Makefile           |    1 +
 libswscale/pico-avr32.h       |  130 ++++++++++++++
 libswscale/swscale_internal.h |    3 +
 libswscale/yuv2rgb.c          |   11 +-
 libswscale/yuv2rgb_avr32.c    |  371 +++++++++++++++++++++++++++++++++++++++++
 5 files changed, 515 insertions(+), 1 deletions(-)
 create mode 100644 libswscale/pico-avr32.h
 create mode 100644 libswscale/yuv2rgb_avr32.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1d76bc182ce4c0b30924b38c6dcabb848049e69a.diff
Type: text/x-patch
Size: 25474 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090218/27796514/attachment.bin>



More information about the ffmpeg-devel mailing list