altivec yuv->rgb converter
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 27 Jun 2004 00:07:15 +0000 (00:07 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 27 Jun 2004 00:07:15 +0000 (00:07 +0000)
commita31de95620a8eafda622347ccbed03c495e6092b
tree81157c010ae503677f00c2226a2c777bf88c057d
parent92e09c5dd0b61416e13db7b7f30d09f42e53ad90
altivec yuv->rgb converter
orginal patch  by (Marc Hoffman <mmh at pleasantst dot com>)
critical fixes by (Reza Jelveh <reza.jelveh at tu-harburg dot de>)

known bugs/issues, which should be fixed ASAP by someone who has a ppc:
0..255 vs. 16..235
unneeded recalculation of tables
general cleaup, like removing double initalizing of variables

Originally committed as revision 12699 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
postproc/Makefile
postproc/cs_test.c
postproc/swscale.c
postproc/swscale_internal.h
postproc/swscale_template.c
postproc/yuv2rgb.c
postproc/yuv2rgb_altivec.c [new file with mode: 0644]