00001 /* 00002 hq2x filter 00003 ---------------------------------------------------------- 00004 Copyright (C) 2003 MaxSt ( maxst@hiend3d.com ) 00005 00006 00007 This program is free software; you can redistribute it and/or 00008 modify it under the terms of the GNU General Public License 00009 as published by the Free Software Foundation; either version 2 00010 of the License, or (at your option) any later version. 00011 00012 This program is distributed in the hope that it will be useful, 00013 but WITHOUT ANY WARRANTY; without even the implied warranty of 00014 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00015 GNU General Public License for more details. 00016 00017 You should have received a copy of the GNU General Public License 00018 along with this program; if not, write to the Free Software 00019 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00020 */ 00021 00022 #ifndef __HQ2X_H__ 00023 #define __HQ2X_H__ 00024 00025 extern void InitLUTs( void ); 00026 00027 extern void hq2x_32( unsigned char *pIn, unsigned char *pOut, 00028 int Xres, int Yres, int BpL ); 00029 00030 00031 #endif /* __HQ2X_H__ */ 00032