Fix for SIMD YUV444 to RGB conversion
commit2249a3e31a634e37accbc965888c7b148551efef
authorViktor Gal <viktor.gal@maeth.com>
Thu, 19 Nov 2009 16:04:36 +0000 (20 03:04 +1100)
committerViktor Gal <viktor.gal@maeth.com>
Thu, 19 Nov 2009 16:04:36 +0000 (20 03:04 +1100)
tree072b1ca275628a87b9b5ed16105af4fb8679d943
parent6c57519f3f1f47462107b26e4968c388639ddaea
Fix for SIMD YUV444 to RGB conversion
Mozilla bug 497023: the SIMD conversion functions for YUV444 to RGB
were bogus.
Also changed to read only the appropriate amount of data from U and V
channels in case of YUV420 and YUV422 conversion functions.

dedicated to battling go-go yubari in downtown L.A. by edIT
src/liboggplay/oggplay_yuv2rgb.c
src/liboggplay/x86/oggplay_yuv2rgb_x86.c
src/liboggplay/x86/yuv2rgb_x86.h
src/liboggplay/x86/yuv2rgb_x86_vs.h