comparison src/video/ps3/spulibs/yuv2rgb.c @ 3157:cce01ba54174 gsoc2009_ps3

Added comments, clean up.
author Martin Lowinski <martin@goldtopf.org>
date Thu, 27 Aug 2009 11:33:56 +0000
parents 4ead4cef6b7b
children
comparison
equal deleted inserted replaced
3156:4ead4cef6b7b 3157:cce01ba54174
29 29
30 #include <spu_intrinsics.h> 30 #include <spu_intrinsics.h>
31 #include <spu_mfcio.h> 31 #include <spu_mfcio.h>
32 32
33 // Debugging 33 // Debugging
34 #define DEBUG 34 //#define DEBUG
35 35
36 // Test environment for /2 resolutions 36 // Test environment for /2 resolutions
37 #define TESTING 37 //#define TESTING
38 38
39 #ifdef DEBUG 39 #ifdef DEBUG
40 #define deprintf(fmt, args... ) \ 40 #define deprintf(fmt, args... ) \
41 fprintf( stdout, fmt, ##args ); \ 41 fprintf( stdout, fmt, ##args ); \
42 fflush( stdout ); 42 fflush( stdout );