comparison libswscale/swscale.h @ 23289:786823779b67

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
author gpoirier
date Sun, 13 May 2007 19:22:32 +0000
parents 1befc8d767cd
children 7e25711f6427
comparison
equal deleted inserted replaced
23288:3e0d632ec805 23289:786823779b67
72 72
73 #define SWS_CPU_CAPS_MMX 0x80000000 73 #define SWS_CPU_CAPS_MMX 0x80000000
74 #define SWS_CPU_CAPS_MMX2 0x20000000 74 #define SWS_CPU_CAPS_MMX2 0x20000000
75 #define SWS_CPU_CAPS_3DNOW 0x40000000 75 #define SWS_CPU_CAPS_3DNOW 0x40000000
76 #define SWS_CPU_CAPS_ALTIVEC 0x10000000 76 #define SWS_CPU_CAPS_ALTIVEC 0x10000000
77 #define SWS_CPU_CAPS_BFIN 0x01000000
77 78
78 #define SWS_MAX_REDUCE_CUTOFF 0.002 79 #define SWS_MAX_REDUCE_CUTOFF 0.002
79 80
80 #define SWS_CS_ITU709 1 81 #define SWS_CS_ITU709 1
81 #define SWS_CS_FCC 4 82 #define SWS_CS_FCC 4