Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenread_rgba_span_x86.h
Go to the documentation of this file.
00001 /* 00002 * (C) Copyright IBM Corporation 2004 00003 * All Rights Reserved. 00004 * 00005 * Permission is hereby granted, free of charge, to any person obtaining a 00006 * copy of this software and associated documentation files (the "Software"), 00007 * to deal in the Software without restriction, including without limitation 00008 * on the rights to use, copy, modify, merge, publish, distribute, sub 00009 * license, and/or sell copies of the Software, and to permit persons to whom 00010 * the Software is furnished to do so, subject to the following conditions: 00011 * 00012 * The above copyright notice and this permission notice (including the next 00013 * paragraph) shall be included in all copies or substantial portions of the 00014 * Software. 00015 * 00016 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 00017 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 00018 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 00019 * IBM AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM, 00020 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 00021 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 00022 * USE OR OTHER DEALINGS IN THE SOFTWARE. 00023 */ 00024 00031 #ifndef READ_RGBA_SPAN_X86_H 00032 #define READ_RGBA_SPAN_X86_H 00033 00034 #if defined(USE_SSE_ASM) || defined(USE_MMX_ASM) 00035 #include "x86/common_x86_asm.h" 00036 #endif 00037 00038 #if defined(USE_SSE_ASM) 00039 extern void _generic_read_RGBA_span_BGRA8888_REV_SSE2( const unsigned char *, 00040 unsigned char *, unsigned ); 00041 #endif 00042 00043 #if defined(USE_SSE_ASM) 00044 extern void _generic_read_RGBA_span_BGRA8888_REV_SSE( const unsigned char *, 00045 unsigned char *, unsigned ); 00046 #endif 00047 00048 #if defined(USE_MMX_ASM) 00049 extern void _generic_read_RGBA_span_BGRA8888_REV_MMX( const unsigned char *, 00050 unsigned char *, unsigned ); 00051 00052 extern void _generic_read_RGBA_span_RGB565_MMX( const unsigned char *, 00053 unsigned char *, unsigned ); 00054 #endif 00055 00056 #endif /* READ_RGBA_SPAN_X86_H */ Generated on Sat May 26 2012 04:19:39 for ReactOS by
1.7.6.1
|