comparison i386/dsputil_mmx_avg.h @ 429:718a22dc121f libavcodec

license/copyright change
author glantau
date Sat, 25 May 2002 22:45:33 +0000
parents ca1f2c0e44ef
children 6ae275655a23
comparison
equal deleted inserted replaced
428:dd4f4c3d7171 429:718a22dc121f
1 /* 1 /*
2 * DSP utils : average functions are compiled twice for 3dnow/mmx2 2 * DSP utils : average functions are compiled twice for 3dnow/mmx2
3 * Copyright (c) 2000, 2001 Gerard Lantau. 3 * Copyright (c) 2000, 2001 Fabrice Bellard.
4 * Copyright (c) 2002 Michael Niedermayer 4 * Copyright (c) 2002 Michael Niedermayer
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify 6 * This library is free software; you can redistribute it and/or
7 * it under the terms of the GNU General Public License as published by 7 * modify it under the terms of the GNU Lesser General Public
8 * the Free Software Foundation; either version 2 of the License, or 8 * License as published by the Free Software Foundation; either
9 * (at your option) any later version. 9 * version 2 of the License, or (at your option) any later version.
10 * 10 *
11 * This program is distributed in the hope that it will be useful, 11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * GNU General Public License for more details. 14 * Lesser General Public License for more details.
15 * 15 *
16 * You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU Lesser General Public
17 * along with this program; if not, write to the Free Software 17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 * 19 *
20 * MMX optimization by Nick Kurshev <nickols_k@mail.ru> 20 * MMX optimization by Nick Kurshev <nickols_k@mail.ru>
21 * mostly rewritten by Michael Niedermayer <michaelni@gmx.at> 21 * mostly rewritten by Michael Niedermayer <michaelni@gmx.at>
22 */ 22 */
23 23