comparison armv4l/simple_idct_arm.S @ 5214:470601203f44 libavcodec

Group all copyright and author notices together.
author diego
date Thu, 05 Jul 2007 10:37:29 +0000
parents c8c591fe26f8
children d2a7fc14345c
comparison
equal deleted inserted replaced
5213:4738fae7555a 5214:470601203f44
3 * Copyright (C) 2002 Frederic 'dilb' Boulay. 3 * Copyright (C) 2002 Frederic 'dilb' Boulay.
4 * All Rights Reserved. 4 * All Rights Reserved.
5 * 5 *
6 * Author: Frederic Boulay <dilb@handhelds.org> 6 * Author: Frederic Boulay <dilb@handhelds.org>
7 * 7 *
8 * The function defined in this file is derived from the simple_idct function
9 * from the libavcodec library part of the FFmpeg project.
10 *
8 * This file is part of FFmpeg. 11 * This file is part of FFmpeg.
9 * 12 *
10 * FFmpeg is free software; you can redistribute it and/or 13 * FFmpeg is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU Lesser General Public 14 * modify it under the terms of the GNU Lesser General Public
12 * License as published by the Free Software Foundation; either 15 * License as published by the Free Software Foundation; either
18 * Lesser General Public License for more details. 21 * Lesser General Public License for more details.
19 * 22 *
20 * You should have received a copy of the GNU Lesser General Public 23 * You should have received a copy of the GNU Lesser General Public
21 * License along with FFmpeg; if not, write to the Free Software 24 * License along with FFmpeg; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 25 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23 *
24 * The function defined in this file, is derived from the simple_idct function
25 * from the libavcodec library part of the ffmpeg project.
26 */ 26 */
27 27
28 /* useful constants for the algorithm, they are save in __constant_ptr__ at */ 28 /* useful constants for the algorithm, they are save in __constant_ptr__ at */
29 /* the end of the source code.*/ 29 /* the end of the source code.*/
30 #define W1 22725 30 #define W1 22725