comparison simple_idct.h @ 429:718a22dc121f libavcodec

license/copyright change
author glantau
date Sat, 25 May 2002 22:45:33 +0000
parents bd77d3cbb233
children 40ffce2cb6ef
comparison
equal deleted inserted replaced
428:dd4f4c3d7171 429:718a22dc121f
1 /* 1 /*
2 Copyright (C) 2001 Michael Niedermayer (michaelni@gmx.at) 2 * Simple IDCT
3 3 *
4 This program is free software; you can redistribute it and/or modify 4 * Copyright (c) 2001 Michael Niedermayer <michaelni@gmx.at>
5 it under the terms of the GNU General Public License as published by 5 *
6 the Free Software Foundation; either version 2 of the License, or 6 * This library is free software; you can redistribute it and/or
7 (at your option) any later version. 7 * modify it under the terms of the GNU Lesser General Public
8 8 * License as published by the Free Software Foundation; either
9 This program is distributed in the hope that it will be useful, 9 * version 2 of the License, or (at your option) any later version.
10 but WITHOUT ANY WARRANTY; without even the implied warranty of 10 *
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * This library is distributed in the hope that it will be useful,
12 GNU General Public License for more details. 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 You should have received a copy of the GNU General Public License 14 * Lesser General Public License for more details.
15 along with this program; if not, write to the Free Software 15 *
16 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 * You should have received a copy of the GNU Lesser General Public
17 */ 17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 */
18 20
19 void simple_idct(short *block); 21 void simple_idct(short *block);
20 void simple_idct_mmx(short *block); 22 void simple_idct_mmx(short *block);