ffmpeg/libswscale
Reimar Döffinger 4fab08c94f Optimize pure C unscaled yuv2rgb.
Aligning the tables reduces the amount of code generated on
e.g. ARM as the offset constant then has few enough set bits
so it can be encoded inside a single instruction instead of 2.
Ideally all should be declared aligned, but the DECLARE_ALIGNED
macros does not work with pointer tables, thus also reordered
the tables.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2013-10-30 20:52:24 +01:00
..
bfin Merge commit '1909f6b1b6da2db371c179bed5a19aaf979b7557' 2013-08-29 15:56:03 +02:00
ppc ppc: don't return a value from a function declared void 2013-08-30 11:56:11 +02:00
sparc
x86 Reinstate proper FFmpeg license for all files. 2013-08-30 15:47:38 +00:00
Makefile
colorspace-test.c
input.c
libswscale.v
options.c swscale/options: switch default to bicubic 2013-10-06 10:47:09 +02:00
output.c Merge commit 'aa2ba8c99e5708884a56aea9c1d96e014866f8a3' 2013-08-16 12:56:48 +02:00
rgb2rgb.c Merge commit 'a519583991c38d38503ab08357716513facc5725' 2013-08-29 14:42:34 +02:00
rgb2rgb.h Merge remote-tracking branch 'qatar/master' 2013-09-11 12:51:01 +02:00
rgb2rgb_template.c
swscale-test.c
swscale.c Merge commit '1909f6b1b6da2db371c179bed5a19aaf979b7557' 2013-08-29 15:56:03 +02:00
swscale.h
swscale_internal.h Optimize pure C unscaled yuv2rgb. 2013-10-30 20:52:24 +01:00
swscale_unscaled.c swsscale/swscale_unscaled: add GBRAP16 2013-10-16 20:44:12 +02:00
utils.c lsws: use av_pix_fmt_get_chroma_sub_sample() 2013-10-24 08:12:38 +02:00
version.h swscale/options: switch default to bicubic 2013-10-06 10:47:09 +02:00
yuv2rgb.c swscale/yuv2rgb: clip cy, avoid division by 0 with 0 contrast 2013-10-17 14:02:43 +02:00