]> git.sesse.net Git - ffmpeg/commit
Blackfin optimized YUV420 to RGB CSC Color Space Converters.
authorMarc Hoffman <mmh@pleasantst.com>
Sun, 13 May 2007 19:22:32 +0000 (19:22 +0000)
committerGuillaume Poirier <gpoirier@mplayerhq.hu>
Sun, 13 May 2007 19:22:32 +0000 (19:22 +0000)
commitd3f3eea92d47c3c3250ffc7cf567ed44bf31615a
treee07786d7133e2f5ba2e991b41aaa738d7cd09092
parent79d4c96a1a708f8da145121cee118c7bdd596344
Blackfin optimized YUV420 to RGB CSC Color Space Converters.
YUV2 -> RGB BGR for 565, 555 and 888 a.k.a. 24bit color.
Speed-up compared to C version compiled with -O3  187.28%
Patch by Marc Hoffman %mmh A pleasantst P com%
Original thread:
Date: May 9, 2007 2:46 AM
Subject: [FFmpeg-devel] PATCH BlackFin yuv2rgb color space conversion

Originally committed as revision 23307 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
libswscale/Makefile
libswscale/internal_bfin.S [new file with mode: 0644]
libswscale/swscale.c
libswscale/swscale.h
libswscale/swscale_internal.h
libswscale/yuv2rgb.c
libswscale/yuv2rgb_bfin.c [new file with mode: 0644]