comparison armv4l/dsputil_arm_s.S @ 3947:c8c591fe26f8 libavcodec

Change license headers to say 'FFmpeg' instead of 'this program/this library' and fix GPL/LGPL version mismatches.
author diego
date Sat, 07 Oct 2006 15:30:46 +0000
parents 0b546eab515d
children 1e93e637fa21
comparison
equal deleted inserted replaced
3946:ab0797f2e397 3947:c8c591fe26f8
1 @ 1 @
2 @ ARMv4L optimized DSP utils 2 @ ARMv4L optimized DSP utils
3 @ Copyright (c) 2004 AGAWA Koji <i (AT) atty (DOT) jp> 3 @ Copyright (c) 2004 AGAWA Koji <i (AT) atty (DOT) jp>
4 @ 4 @
5 @ This library is free software; you can redistribute it and/or 5 @ This file is part of FFmpeg.
6 @
7 @ FFmpeg is free software; you can redistribute it and/or
6 @ modify it under the terms of the GNU Lesser General Public 8 @ modify it under the terms of the GNU Lesser General Public
7 @ License as published by the Free Software Foundation; either 9 @ License as published by the Free Software Foundation; either
8 @ version 2 of the License, or (at your option) any later version. 10 @ version 2.1 of the License, or (at your option) any later version.
9 @ 11 @
10 @ This library is distributed in the hope that it will be useful, 12 @ FFmpeg is distributed in the hope that it will be useful,
11 @ but WITHOUT ANY WARRANTY; without even the implied warranty of 13 @ but WITHOUT ANY WARRANTY; without even the implied warranty of
12 @ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 @ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 @ Lesser General Public License for more details. 15 @ Lesser General Public License for more details.
14 @ 16 @
15 @ You should have received a copy of the GNU Lesser General Public 17 @ You should have received a copy of the GNU Lesser General Public
16 @ License along with this library; if not, write to the Free Software 18 @ License along with FFmpeg; if not, write to the Free Software
17 @ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 @ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 @ 20 @
19 21
20 .macro ADJ_ALIGN_QUADWORD_D shift, Rd0, Rd1, Rd2, Rd3, Rn0, Rn1, Rn2, Rn3, Rn4 22 .macro ADJ_ALIGN_QUADWORD_D shift, Rd0, Rd1, Rd2, Rd3, Rn0, Rn1, Rn2, Rn3, Rn4
21 mov \Rd0, \Rn0, lsr #(\shift * 8) 23 mov \Rd0, \Rn0, lsr #(\shift * 8)