Mercurial > libavcodec.hg
comparison armv4l/dsputil_arm.c @ 429:718a22dc121f libavcodec
license/copyright change
author | glantau |
---|---|
date | Sat, 25 May 2002 22:45:33 +0000 |
parents | fefaa96def6e |
children | b24ea84b23e2 |
comparison
equal
deleted
inserted
replaced
428:dd4f4c3d7171 | 429:718a22dc121f |
---|---|
1 /* | 1 /* |
2 * ARMv4L optimized DSP utils | 2 * ARMv4L optimized DSP utils |
3 * Copyright (c) 2001 Lionel Ulmer. | 3 * Copyright (c) 2001 Lionel Ulmer. |
4 * | 4 * |
5 * This program is free software; you can redistribute it and/or modify | 5 * This library is free software; you can redistribute it and/or |
6 * it under the terms of the GNU General Public License as published by | 6 * modify it under the terms of the GNU Lesser General Public |
7 * the Free Software Foundation; either version 2 of the License, or | 7 * License as published by the Free Software Foundation; either |
8 * (at your option) any later version. | 8 * version 2 of the License, or (at your option) any later version. |
9 * | 9 * |
10 * This program is distributed in the hope that it will be useful, | 10 * This library is distributed in the hope that it will be useful, |
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
13 * GNU General Public License for more details. | 13 * Lesser General Public License for more details. |
14 * | 14 * |
15 * You should have received a copy of the GNU General Public License | 15 * You should have received a copy of the GNU Lesser General Public |
16 * along with this program; if not, write to the Free Software | 16 * License along with this library; if not, write to the Free Software |
17 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
18 */ | 18 */ |
19 | 19 |
20 #include "../dsputil.h" | 20 #include "../dsputil.h" |
21 | 21 |
22 extern void j_rev_dct_ARM(DCTELEM *data); | 22 extern void j_rev_dct_ARM(DCTELEM *data); |