annotate i386/dsputil_mmx.h @ 6000:791240825ac4 libavcodec

Reindent after last commit
author kostya
date Sat, 08 Dec 2007 11:46:09 +0000
parents aa06b0387069
children af8951e74098
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5946
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
1 /*
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
2 * MMX optimized DSP utils
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
3 * Copyright (c) 2007 Aurelien Jacobs <aurel@gnuage.org>
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
4 *
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
5 * This file is part of FFmpeg.
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
6 *
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
7 * FFmpeg is free software; you can redistribute it and/or
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
8 * modify it under the terms of the GNU Lesser General Public
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
9 * License as published by the Free Software Foundation; either
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
10 * version 2.1 of the License, or (at your option) any later version.
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
11 *
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
12 * FFmpeg is distributed in the hope that it will be useful,
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
15 * Lesser General Public License for more details.
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
16 *
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
17 * You should have received a copy of the GNU Lesser General Public
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
18 * License along with FFmpeg; if not, write to the Free Software
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
20 */
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
21
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
22 #ifndef FFMPEG_DSPUTIL_MMX_H
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
23 #define FFMPEG_DSPUTIL_MMX_H
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
24
5947
37a03989871b use ff_ prefix for extern vars
aurel
parents: 5946
diff changeset
25 extern const uint64_t ff_bone;
37a03989871b use ff_ prefix for extern vars
aurel
parents: 5946
diff changeset
26 extern const uint64_t ff_wtwo;
5946
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
27
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
28 extern const uint64_t ff_pdw_80000000[2];
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
29
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
30 extern const uint64_t ff_pw_3;
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
31 extern const uint64_t ff_pw_4;
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
32 extern const uint64_t ff_pw_5;
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
33 extern const uint64_t ff_pw_8;
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
34 extern const uint64_t ff_pw_15;
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
35 extern const uint64_t ff_pw_16;
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
36 extern const uint64_t ff_pw_20;
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
37 extern const uint64_t ff_pw_32;
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
38 extern const uint64_t ff_pw_42;
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
39 extern const uint64_t ff_pw_64;
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
40 extern const uint64_t ff_pw_96;
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
41 extern const uint64_t ff_pw_128;
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
42
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
43 extern const uint64_t ff_pb_1;
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
44 extern const uint64_t ff_pb_3;
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
45 extern const uint64_t ff_pb_7;
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
46 extern const uint64_t ff_pb_3F;
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
47 extern const uint64_t ff_pb_A1;
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
48 extern const uint64_t ff_pb_FC;
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
49
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
50 extern const double ff_pd_1[2];
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
51 extern const double ff_pd_2[2];
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
52
55251379b5b1 make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
diff changeset
53 #endif /* FFMPEG_DSPUTIL_MMX_H */