Mercurial > libavcodec.hg
annotate i386/dsputil_mmx.c @ 8340:834a77844ba3 libavcodec
ARM: NEON optimised h264_idct_dc_add
author | mru |
---|---|
date | Mon, 15 Dec 2008 22:12:54 +0000 |
parents | 08b0f63a91c5 |
children | de2509cf3c44 |
rev | line source |
---|---|
0 | 1 /* |
2 * MMX optimized DSP utils | |
429 | 3 * Copyright (c) 2000, 2001 Fabrice Bellard. |
1739
07a484280a82
copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise
michael
parents:
1729
diff
changeset
|
4 * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at> |
0 | 5 * |
3947
c8c591fe26f8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents:
3932
diff
changeset
|
6 * This file is part of FFmpeg. |
c8c591fe26f8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents:
3932
diff
changeset
|
7 * |
c8c591fe26f8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents:
3932
diff
changeset
|
8 * FFmpeg is free software; you can redistribute it and/or |
429 | 9 * modify it under the terms of the GNU Lesser General Public |
10 * License as published by the Free Software Foundation; either | |
3947
c8c591fe26f8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents:
3932
diff
changeset
|
11 * version 2.1 of the License, or (at your option) any later version. |
0 | 12 * |
3947
c8c591fe26f8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents:
3932
diff
changeset
|
13 * FFmpeg is distributed in the hope that it will be useful, |
0 | 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
429 | 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
16 * Lesser General Public License for more details. | |
0 | 17 * |
429 | 18 * You should have received a copy of the GNU Lesser General Public |
3947
c8c591fe26f8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents:
3932
diff
changeset
|
19 * License along with FFmpeg; if not, write to the Free Software |
3036
0b546eab515d
Update licensing information: The FSF changed postal address.
diego
parents:
2979
diff
changeset
|
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
0 | 21 * |
22 * MMX optimization by Nick Kurshev <nickols_k@mail.ru> | |
23 */ | |
24 | |
6763 | 25 #include "libavutil/x86_cpu.h" |
26 #include "libavcodec/dsputil.h" | |
27 #include "libavcodec/h263.h" | |
28 #include "libavcodec/mpegvideo.h" | |
29 #include "libavcodec/simple_idct.h" | |
5946
55251379b5b1
make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
5933
diff
changeset
|
30 #include "dsputil_mmx.h" |
1984
ef919e9ef73e
separate out put_signed_pixels_clamped() into its own function and
melanson
parents:
1977
diff
changeset
|
31 #include "mmx.h" |
5014
42b99a3aadde
better separation of vp3dsp functions from dsputil_mmx.c
aurel
parents:
5010
diff
changeset
|
32 #include "vp3dsp_mmx.h" |
42b99a3aadde
better separation of vp3dsp functions from dsputil_mmx.c
aurel
parents:
5010
diff
changeset
|
33 #include "vp3dsp_sse2.h" |
6585 | 34 #include "idct_xvid.h" |
0 | 35 |
1729 | 36 //#undef NDEBUG |
37 //#include <assert.h> | |
38 | |
4197 | 39 int mm_flags; /* multimedia extension flags */ |
936 | 40 |
0 | 41 /* pixel operations */ |
5947 | 42 DECLARE_ALIGNED_8 (const uint64_t, ff_bone) = 0x0101010101010101ULL; |
43 DECLARE_ALIGNED_8 (const uint64_t, ff_wtwo) = 0x0002000200020002ULL; | |
5946
55251379b5b1
make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
5933
diff
changeset
|
44 |
55251379b5b1
make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
5933
diff
changeset
|
45 DECLARE_ALIGNED_16(const uint64_t, ff_pdw_80000000[2]) = |
3557
8e13ec0f8aa3
change vorbis_inverse_coupling_sse2() so it works on sse1 cpus
michael
parents:
3541
diff
changeset
|
46 {0x8000000080000000ULL, 0x8000000080000000ULL}; |
8e13ec0f8aa3
change vorbis_inverse_coupling_sse2() so it works on sse1 cpus
michael
parents:
3541
diff
changeset
|
47 |
5946
55251379b5b1
make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
5933
diff
changeset
|
48 DECLARE_ALIGNED_8 (const uint64_t, ff_pw_3 ) = 0x0003000300030003ULL; |
55251379b5b1
make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
5933
diff
changeset
|
49 DECLARE_ALIGNED_8 (const uint64_t, ff_pw_4 ) = 0x0004000400040004ULL; |
8317 | 50 DECLARE_ALIGNED_16(const xmm_reg, ff_pw_5 ) = {0x0005000500050005ULL, 0x0005000500050005ULL}; |
51 DECLARE_ALIGNED_16(const xmm_reg, ff_pw_8 ) = {0x0008000800080008ULL, 0x0008000800080008ULL}; | |
5946
55251379b5b1
make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
5933
diff
changeset
|
52 DECLARE_ALIGNED_8 (const uint64_t, ff_pw_15 ) = 0x000F000F000F000FULL; |
8317 | 53 DECLARE_ALIGNED_16(const xmm_reg, ff_pw_16 ) = {0x0010001000100010ULL, 0x0010001000100010ULL}; |
5946
55251379b5b1
make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
5933
diff
changeset
|
54 DECLARE_ALIGNED_8 (const uint64_t, ff_pw_20 ) = 0x0014001400140014ULL; |
8317 | 55 DECLARE_ALIGNED_16(const xmm_reg, ff_pw_28 ) = {0x001C001C001C001CULL, 0x001C001C001C001CULL}; |
56 DECLARE_ALIGNED_16(const xmm_reg, ff_pw_32 ) = {0x0020002000200020ULL, 0x0020002000200020ULL}; | |
5946
55251379b5b1
make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
5933
diff
changeset
|
57 DECLARE_ALIGNED_8 (const uint64_t, ff_pw_42 ) = 0x002A002A002A002AULL; |
55251379b5b1
make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
5933
diff
changeset
|
58 DECLARE_ALIGNED_8 (const uint64_t, ff_pw_64 ) = 0x0040004000400040ULL; |
55251379b5b1
make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
5933
diff
changeset
|
59 DECLARE_ALIGNED_8 (const uint64_t, ff_pw_96 ) = 0x0060006000600060ULL; |
6333 | 60 DECLARE_ALIGNED_8 (const uint64_t, ff_pw_128) = 0x0080008000800080ULL; |
6384 | 61 DECLARE_ALIGNED_8 (const uint64_t, ff_pw_255) = 0x00ff00ff00ff00ffULL; |
5946
55251379b5b1
make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
5933
diff
changeset
|
62 |
55251379b5b1
make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
5933
diff
changeset
|
63 DECLARE_ALIGNED_8 (const uint64_t, ff_pb_1 ) = 0x0101010101010101ULL; |
55251379b5b1
make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
5933
diff
changeset
|
64 DECLARE_ALIGNED_8 (const uint64_t, ff_pb_3 ) = 0x0303030303030303ULL; |
55251379b5b1
make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
5933
diff
changeset
|
65 DECLARE_ALIGNED_8 (const uint64_t, ff_pb_7 ) = 0x0707070707070707ULL; |
8032 | 66 DECLARE_ALIGNED_8 (const uint64_t, ff_pb_1F ) = 0x1F1F1F1F1F1F1F1FULL; |
5946
55251379b5b1
make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
5933
diff
changeset
|
67 DECLARE_ALIGNED_8 (const uint64_t, ff_pb_3F ) = 0x3F3F3F3F3F3F3F3FULL; |
8032 | 68 DECLARE_ALIGNED_8 (const uint64_t, ff_pb_81 ) = 0x8181818181818181ULL; |
5946
55251379b5b1
make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
5933
diff
changeset
|
69 DECLARE_ALIGNED_8 (const uint64_t, ff_pb_A1 ) = 0xA1A1A1A1A1A1A1A1ULL; |
55251379b5b1
make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
5933
diff
changeset
|
70 DECLARE_ALIGNED_8 (const uint64_t, ff_pb_FC ) = 0xFCFCFCFCFCFCFCFCULL; |
55251379b5b1
make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
5933
diff
changeset
|
71 |
55251379b5b1
make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
5933
diff
changeset
|
72 DECLARE_ALIGNED_16(const double, ff_pd_1[2]) = { 1.0, 1.0 }; |
55251379b5b1
make ff_p* vars extern so that they can be used in various *_mmx.c files
aurel
parents:
5933
diff
changeset
|
73 DECLARE_ALIGNED_16(const double, ff_pd_2[2]) = { 2.0, 2.0 }; |
5737 | 74 |
8031 | 75 #define JUMPALIGN() __asm__ volatile (ASMALIGN(3)::) |
76 #define MOVQ_ZERO(regd) __asm__ volatile ("pxor %%" #regd ", %%" #regd ::) | |
247
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
77 |
448 | 78 #define MOVQ_BFE(regd) \ |
8031 | 79 __asm__ volatile ( \ |
448 | 80 "pcmpeqd %%" #regd ", %%" #regd " \n\t"\ |
81 "paddb %%" #regd ", %%" #regd " \n\t" ::) | |
82 | |
247
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
83 #ifndef PIC |
8031 | 84 #define MOVQ_BONE(regd) __asm__ volatile ("movq %0, %%" #regd " \n\t" ::"m"(ff_bone)) |
85 #define MOVQ_WTWO(regd) __asm__ volatile ("movq %0, %%" #regd " \n\t" ::"m"(ff_wtwo)) | |
247
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
86 #else |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
87 // for shared library it's better to use this way for accessing constants |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
88 // pcmpeqd -> -1 |
448 | 89 #define MOVQ_BONE(regd) \ |
8031 | 90 __asm__ volatile ( \ |
448 | 91 "pcmpeqd %%" #regd ", %%" #regd " \n\t" \ |
92 "psrlw $15, %%" #regd " \n\t" \ | |
93 "packuswb %%" #regd ", %%" #regd " \n\t" ::) | |
247
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
94 |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
95 #define MOVQ_WTWO(regd) \ |
8031 | 96 __asm__ volatile ( \ |
448 | 97 "pcmpeqd %%" #regd ", %%" #regd " \n\t" \ |
98 "psrlw $15, %%" #regd " \n\t" \ | |
99 "psllw $1, %%" #regd " \n\t"::) | |
387 | 100 |
247
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
101 #endif |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
102 |
448 | 103 // using regr as temporary and for the output result |
444
a5edef76dac6
* new mmx code - based upon http://aggregate.org/MAGIC
kabi
parents:
438
diff
changeset
|
104 // first argument is unmodifed and second is trashed |
471 | 105 // regfe is supposed to contain 0xfefefefefefefefe |
106 #define PAVGB_MMX_NO_RND(rega, regb, regr, regfe) \ | |
2979 | 107 "movq " #rega ", " #regr " \n\t"\ |
108 "pand " #regb ", " #regr " \n\t"\ | |
109 "pxor " #rega ", " #regb " \n\t"\ | |
110 "pand " #regfe "," #regb " \n\t"\ | |
111 "psrlq $1, " #regb " \n\t"\ | |
112 "paddb " #regb ", " #regr " \n\t" | |
444
a5edef76dac6
* new mmx code - based upon http://aggregate.org/MAGIC
kabi
parents:
438
diff
changeset
|
113 |
471 | 114 #define PAVGB_MMX(rega, regb, regr, regfe) \ |
2979 | 115 "movq " #rega ", " #regr " \n\t"\ |
116 "por " #regb ", " #regr " \n\t"\ | |
117 "pxor " #rega ", " #regb " \n\t"\ | |
118 "pand " #regfe "," #regb " \n\t"\ | |
119 "psrlq $1, " #regb " \n\t"\ | |
120 "psubb " #regb ", " #regr " \n\t" | |
445
62c01dbdc1e0
* code with new PAVGB for MMX only CPU splited into separate file
kabi
parents:
444
diff
changeset
|
121 |
471 | 122 // mm6 is supposed to contain 0xfefefefefefefefe |
446
efe0c0d40577
* reenabled original xy2 put routine - rounding error is really bad with
kabi
parents:
445
diff
changeset
|
123 #define PAVGBP_MMX_NO_RND(rega, regb, regr, regc, regd, regp) \ |
2979 | 124 "movq " #rega ", " #regr " \n\t"\ |
125 "movq " #regc ", " #regp " \n\t"\ | |
126 "pand " #regb ", " #regr " \n\t"\ | |
127 "pand " #regd ", " #regp " \n\t"\ | |
128 "pxor " #rega ", " #regb " \n\t"\ | |
129 "pxor " #regc ", " #regd " \n\t"\ | |
130 "pand %%mm6, " #regb " \n\t"\ | |
131 "pand %%mm6, " #regd " \n\t"\ | |
132 "psrlq $1, " #regb " \n\t"\ | |
133 "psrlq $1, " #regd " \n\t"\ | |
134 "paddb " #regb ", " #regr " \n\t"\ | |
135 "paddb " #regd ", " #regp " \n\t" | |
446
efe0c0d40577
* reenabled original xy2 put routine - rounding error is really bad with
kabi
parents:
445
diff
changeset
|
136 |
efe0c0d40577
* reenabled original xy2 put routine - rounding error is really bad with
kabi
parents:
445
diff
changeset
|
137 #define PAVGBP_MMX(rega, regb, regr, regc, regd, regp) \ |
2979 | 138 "movq " #rega ", " #regr " \n\t"\ |
139 "movq " #regc ", " #regp " \n\t"\ | |
140 "por " #regb ", " #regr " \n\t"\ | |
141 "por " #regd ", " #regp " \n\t"\ | |
142 "pxor " #rega ", " #regb " \n\t"\ | |
143 "pxor " #regc ", " #regd " \n\t"\ | |
144 "pand %%mm6, " #regb " \n\t"\ | |
145 "pand %%mm6, " #regd " \n\t"\ | |
146 "psrlq $1, " #regd " \n\t"\ | |
147 "psrlq $1, " #regb " \n\t"\ | |
148 "psubb " #regb ", " #regr " \n\t"\ | |
149 "psubb " #regd ", " #regp " \n\t" | |
446
efe0c0d40577
* reenabled original xy2 put routine - rounding error is really bad with
kabi
parents:
445
diff
changeset
|
150 |
445
62c01dbdc1e0
* code with new PAVGB for MMX only CPU splited into separate file
kabi
parents:
444
diff
changeset
|
151 /***********************************/ |
62c01dbdc1e0
* code with new PAVGB for MMX only CPU splited into separate file
kabi
parents:
444
diff
changeset
|
152 /* MMX no rounding */ |
62c01dbdc1e0
* code with new PAVGB for MMX only CPU splited into separate file
kabi
parents:
444
diff
changeset
|
153 #define DEF(x, y) x ## _no_rnd_ ## y ##_mmx |
448 | 154 #define SET_RND MOVQ_WONE |
2979 | 155 #define PAVGBP(a, b, c, d, e, f) PAVGBP_MMX_NO_RND(a, b, c, d, e, f) |
156 #define PAVGB(a, b, c, e) PAVGB_MMX_NO_RND(a, b, c, e) | |
445
62c01dbdc1e0
* code with new PAVGB for MMX only CPU splited into separate file
kabi
parents:
444
diff
changeset
|
157 |
8073
915bc657348f
Rename template included sources from .h to _template.c.
flameeyes
parents:
8041
diff
changeset
|
158 #include "dsputil_mmx_rnd_template.c" |
444
a5edef76dac6
* new mmx code - based upon http://aggregate.org/MAGIC
kabi
parents:
438
diff
changeset
|
159 |
445
62c01dbdc1e0
* code with new PAVGB for MMX only CPU splited into separate file
kabi
parents:
444
diff
changeset
|
160 #undef DEF |
448 | 161 #undef SET_RND |
446
efe0c0d40577
* reenabled original xy2 put routine - rounding error is really bad with
kabi
parents:
445
diff
changeset
|
162 #undef PAVGBP |
471 | 163 #undef PAVGB |
445
62c01dbdc1e0
* code with new PAVGB for MMX only CPU splited into separate file
kabi
parents:
444
diff
changeset
|
164 /***********************************/ |
62c01dbdc1e0
* code with new PAVGB for MMX only CPU splited into separate file
kabi
parents:
444
diff
changeset
|
165 /* MMX rounding */ |
62c01dbdc1e0
* code with new PAVGB for MMX only CPU splited into separate file
kabi
parents:
444
diff
changeset
|
166 |
62c01dbdc1e0
* code with new PAVGB for MMX only CPU splited into separate file
kabi
parents:
444
diff
changeset
|
167 #define DEF(x, y) x ## _ ## y ##_mmx |
448 | 168 #define SET_RND MOVQ_WTWO |
2979 | 169 #define PAVGBP(a, b, c, d, e, f) PAVGBP_MMX(a, b, c, d, e, f) |
170 #define PAVGB(a, b, c, e) PAVGB_MMX(a, b, c, e) | |
445
62c01dbdc1e0
* code with new PAVGB for MMX only CPU splited into separate file
kabi
parents:
444
diff
changeset
|
171 |
8073
915bc657348f
Rename template included sources from .h to _template.c.
flameeyes
parents:
8041
diff
changeset
|
172 #include "dsputil_mmx_rnd_template.c" |
445
62c01dbdc1e0
* code with new PAVGB for MMX only CPU splited into separate file
kabi
parents:
444
diff
changeset
|
173 |
62c01dbdc1e0
* code with new PAVGB for MMX only CPU splited into separate file
kabi
parents:
444
diff
changeset
|
174 #undef DEF |
448 | 175 #undef SET_RND |
446
efe0c0d40577
* reenabled original xy2 put routine - rounding error is really bad with
kabi
parents:
445
diff
changeset
|
176 #undef PAVGBP |
471 | 177 #undef PAVGB |
387 | 178 |
0 | 179 /***********************************/ |
180 /* 3Dnow specific */ | |
181 | |
182 #define DEF(x) x ## _3dnow | |
183 #define PAVGB "pavgusb" | |
184 | |
8073
915bc657348f
Rename template included sources from .h to _template.c.
flameeyes
parents:
8041
diff
changeset
|
185 #include "dsputil_mmx_avg_template.c" |
0 | 186 |
187 #undef DEF | |
188 #undef PAVGB | |
189 | |
190 /***********************************/ | |
191 /* MMX2 specific */ | |
192 | |
386 | 193 #define DEF(x) x ## _mmx2 |
0 | 194 |
195 /* Introduced only in MMX2 set */ | |
196 #define PAVGB "pavgb" | |
197 | |
8073
915bc657348f
Rename template included sources from .h to _template.c.
flameeyes
parents:
8041
diff
changeset
|
198 #include "dsputil_mmx_avg_template.c" |
0 | 199 |
200 #undef DEF | |
201 #undef PAVGB | |
202 | |
6327 | 203 #define put_no_rnd_pixels16_mmx put_pixels16_mmx |
204 #define put_no_rnd_pixels8_mmx put_pixels8_mmx | |
6321 | 205 #define put_pixels16_mmx2 put_pixels16_mmx |
206 #define put_pixels8_mmx2 put_pixels8_mmx | |
207 #define put_pixels4_mmx2 put_pixels4_mmx | |
208 #define put_no_rnd_pixels16_mmx2 put_no_rnd_pixels16_mmx | |
209 #define put_no_rnd_pixels8_mmx2 put_no_rnd_pixels8_mmx | |
210 #define put_pixels16_3dnow put_pixels16_mmx | |
211 #define put_pixels8_3dnow put_pixels8_mmx | |
212 #define put_pixels4_3dnow put_pixels4_mmx | |
213 #define put_no_rnd_pixels16_3dnow put_no_rnd_pixels16_mmx | |
214 #define put_no_rnd_pixels8_3dnow put_no_rnd_pixels8_mmx | |
215 | |
0 | 216 /***********************************/ |
217 /* standard MMX */ | |
218 | |
1064 | 219 void put_pixels_clamped_mmx(const DCTELEM *block, uint8_t *pixels, int line_size) |
0 | 220 { |
221 const DCTELEM *p; | |
1064 | 222 uint8_t *pix; |
0 | 223 |
224 /* read the pixels */ | |
225 p = block; | |
226 pix = pixels; | |
247
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
227 /* unrolled loop */ |
8031 | 228 __asm__ volatile( |
2979 | 229 "movq %3, %%mm0 \n\t" |
230 "movq 8%3, %%mm1 \n\t" | |
231 "movq 16%3, %%mm2 \n\t" | |
232 "movq 24%3, %%mm3 \n\t" | |
233 "movq 32%3, %%mm4 \n\t" | |
234 "movq 40%3, %%mm5 \n\t" | |
235 "movq 48%3, %%mm6 \n\t" | |
236 "movq 56%3, %%mm7 \n\t" | |
237 "packuswb %%mm1, %%mm0 \n\t" | |
238 "packuswb %%mm3, %%mm2 \n\t" | |
239 "packuswb %%mm5, %%mm4 \n\t" | |
240 "packuswb %%mm7, %%mm6 \n\t" | |
241 "movq %%mm0, (%0) \n\t" | |
242 "movq %%mm2, (%0, %1) \n\t" | |
243 "movq %%mm4, (%0, %1, 2) \n\t" | |
244 "movq %%mm6, (%0, %2) \n\t" | |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
245 ::"r" (pix), "r" ((x86_reg)line_size), "r" ((x86_reg)line_size*3), "m"(*p) |
2979 | 246 :"memory"); |
0 | 247 pix += line_size*4; |
248 p += 32; | |
247
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
249 |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
250 // if here would be an exact copy of the code above |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
251 // compiler would generate some very strange code |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
252 // thus using "r" |
8031 | 253 __asm__ volatile( |
2979 | 254 "movq (%3), %%mm0 \n\t" |
255 "movq 8(%3), %%mm1 \n\t" | |
256 "movq 16(%3), %%mm2 \n\t" | |
257 "movq 24(%3), %%mm3 \n\t" | |
258 "movq 32(%3), %%mm4 \n\t" | |
259 "movq 40(%3), %%mm5 \n\t" | |
260 "movq 48(%3), %%mm6 \n\t" | |
261 "movq 56(%3), %%mm7 \n\t" | |
262 "packuswb %%mm1, %%mm0 \n\t" | |
263 "packuswb %%mm3, %%mm2 \n\t" | |
264 "packuswb %%mm5, %%mm4 \n\t" | |
265 "packuswb %%mm7, %%mm6 \n\t" | |
266 "movq %%mm0, (%0) \n\t" | |
267 "movq %%mm2, (%0, %1) \n\t" | |
268 "movq %%mm4, (%0, %1, 2) \n\t" | |
269 "movq %%mm6, (%0, %2) \n\t" | |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
270 ::"r" (pix), "r" ((x86_reg)line_size), "r" ((x86_reg)line_size*3), "r"(p) |
2979 | 271 :"memory"); |
0 | 272 } |
273 | |
3089 | 274 static DECLARE_ALIGNED_8(const unsigned char, vector128[8]) = |
1985
b2bc62fdecc0
move the 0x80 vector outside of the function, thus saving the compiler
melanson
parents:
1984
diff
changeset
|
275 { 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80 }; |
b2bc62fdecc0
move the 0x80 vector outside of the function, thus saving the compiler
melanson
parents:
1984
diff
changeset
|
276 |
1984
ef919e9ef73e
separate out put_signed_pixels_clamped() into its own function and
melanson
parents:
1977
diff
changeset
|
277 void put_signed_pixels_clamped_mmx(const DCTELEM *block, uint8_t *pixels, int line_size) |
ef919e9ef73e
separate out put_signed_pixels_clamped() into its own function and
melanson
parents:
1977
diff
changeset
|
278 { |
ef919e9ef73e
separate out put_signed_pixels_clamped() into its own function and
melanson
parents:
1977
diff
changeset
|
279 int i; |
ef919e9ef73e
separate out put_signed_pixels_clamped() into its own function and
melanson
parents:
1977
diff
changeset
|
280 |
ef919e9ef73e
separate out put_signed_pixels_clamped() into its own function and
melanson
parents:
1977
diff
changeset
|
281 movq_m2r(*vector128, mm1); |
ef919e9ef73e
separate out put_signed_pixels_clamped() into its own function and
melanson
parents:
1977
diff
changeset
|
282 for (i = 0; i < 8; i++) { |
ef919e9ef73e
separate out put_signed_pixels_clamped() into its own function and
melanson
parents:
1977
diff
changeset
|
283 movq_m2r(*(block), mm0); |
ef919e9ef73e
separate out put_signed_pixels_clamped() into its own function and
melanson
parents:
1977
diff
changeset
|
284 packsswb_m2r(*(block + 4), mm0); |
ef919e9ef73e
separate out put_signed_pixels_clamped() into its own function and
melanson
parents:
1977
diff
changeset
|
285 block += 8; |
ef919e9ef73e
separate out put_signed_pixels_clamped() into its own function and
melanson
parents:
1977
diff
changeset
|
286 paddb_r2r(mm1, mm0); |
ef919e9ef73e
separate out put_signed_pixels_clamped() into its own function and
melanson
parents:
1977
diff
changeset
|
287 movq_r2m(mm0, *pixels); |
ef919e9ef73e
separate out put_signed_pixels_clamped() into its own function and
melanson
parents:
1977
diff
changeset
|
288 pixels += line_size; |
ef919e9ef73e
separate out put_signed_pixels_clamped() into its own function and
melanson
parents:
1977
diff
changeset
|
289 } |
ef919e9ef73e
separate out put_signed_pixels_clamped() into its own function and
melanson
parents:
1977
diff
changeset
|
290 } |
ef919e9ef73e
separate out put_signed_pixels_clamped() into its own function and
melanson
parents:
1977
diff
changeset
|
291 |
1064 | 292 void add_pixels_clamped_mmx(const DCTELEM *block, uint8_t *pixels, int line_size) |
0 | 293 { |
294 const DCTELEM *p; | |
1064 | 295 uint8_t *pix; |
0 | 296 int i; |
297 | |
298 /* read the pixels */ | |
299 p = block; | |
300 pix = pixels; | |
247
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
301 MOVQ_ZERO(mm7); |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
302 i = 4; |
342
8635a7036395
* fixes problem with -funroll-loops and buggy gcc compiler
kabi
parents:
324
diff
changeset
|
303 do { |
8031 | 304 __asm__ volatile( |
2979 | 305 "movq (%2), %%mm0 \n\t" |
306 "movq 8(%2), %%mm1 \n\t" | |
307 "movq 16(%2), %%mm2 \n\t" | |
308 "movq 24(%2), %%mm3 \n\t" | |
309 "movq %0, %%mm4 \n\t" | |
310 "movq %1, %%mm6 \n\t" | |
311 "movq %%mm4, %%mm5 \n\t" | |
312 "punpcklbw %%mm7, %%mm4 \n\t" | |
313 "punpckhbw %%mm7, %%mm5 \n\t" | |
314 "paddsw %%mm4, %%mm0 \n\t" | |
315 "paddsw %%mm5, %%mm1 \n\t" | |
316 "movq %%mm6, %%mm5 \n\t" | |
317 "punpcklbw %%mm7, %%mm6 \n\t" | |
318 "punpckhbw %%mm7, %%mm5 \n\t" | |
319 "paddsw %%mm6, %%mm2 \n\t" | |
320 "paddsw %%mm5, %%mm3 \n\t" | |
321 "packuswb %%mm1, %%mm0 \n\t" | |
322 "packuswb %%mm3, %%mm2 \n\t" | |
323 "movq %%mm0, %0 \n\t" | |
324 "movq %%mm2, %1 \n\t" | |
325 :"+m"(*pix), "+m"(*(pix+line_size)) | |
326 :"r"(p) | |
327 :"memory"); | |
0 | 328 pix += line_size*2; |
329 p += 16; | |
342
8635a7036395
* fixes problem with -funroll-loops and buggy gcc compiler
kabi
parents:
324
diff
changeset
|
330 } while (--i); |
0 | 331 } |
332 | |
2209 | 333 static void put_pixels4_mmx(uint8_t *block, const uint8_t *pixels, int line_size, int h) |
334 { | |
8031 | 335 __asm__ volatile( |
2979 | 336 "lea (%3, %3), %%"REG_a" \n\t" |
3576
f7125bf10892
Support for MacIntel, last part: balign directives
gpoirier
parents:
3574
diff
changeset
|
337 ASMALIGN(3) |
2979 | 338 "1: \n\t" |
339 "movd (%1), %%mm0 \n\t" | |
340 "movd (%1, %3), %%mm1 \n\t" | |
341 "movd %%mm0, (%2) \n\t" | |
342 "movd %%mm1, (%2, %3) \n\t" | |
343 "add %%"REG_a", %1 \n\t" | |
344 "add %%"REG_a", %2 \n\t" | |
345 "movd (%1), %%mm0 \n\t" | |
346 "movd (%1, %3), %%mm1 \n\t" | |
347 "movd %%mm0, (%2) \n\t" | |
348 "movd %%mm1, (%2, %3) \n\t" | |
349 "add %%"REG_a", %1 \n\t" | |
350 "add %%"REG_a", %2 \n\t" | |
351 "subl $4, %0 \n\t" | |
352 "jnz 1b \n\t" | |
353 : "+g"(h), "+r" (pixels), "+r" (block) | |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
354 : "r"((x86_reg)line_size) |
2979 | 355 : "%"REG_a, "memory" |
356 ); | |
2209 | 357 } |
358 | |
1064 | 359 static void put_pixels8_mmx(uint8_t *block, const uint8_t *pixels, int line_size, int h) |
0 | 360 { |
8031 | 361 __asm__ volatile( |
2979 | 362 "lea (%3, %3), %%"REG_a" \n\t" |
3576
f7125bf10892
Support for MacIntel, last part: balign directives
gpoirier
parents:
3574
diff
changeset
|
363 ASMALIGN(3) |
2979 | 364 "1: \n\t" |
365 "movq (%1), %%mm0 \n\t" | |
366 "movq (%1, %3), %%mm1 \n\t" | |
367 "movq %%mm0, (%2) \n\t" | |
368 "movq %%mm1, (%2, %3) \n\t" | |
369 "add %%"REG_a", %1 \n\t" | |
370 "add %%"REG_a", %2 \n\t" | |
371 "movq (%1), %%mm0 \n\t" | |
372 "movq (%1, %3), %%mm1 \n\t" | |
373 "movq %%mm0, (%2) \n\t" | |
374 "movq %%mm1, (%2, %3) \n\t" | |
375 "add %%"REG_a", %1 \n\t" | |
376 "add %%"REG_a", %2 \n\t" | |
377 "subl $4, %0 \n\t" | |
378 "jnz 1b \n\t" | |
379 : "+g"(h), "+r" (pixels), "+r" (block) | |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
380 : "r"((x86_reg)line_size) |
2979 | 381 : "%"REG_a, "memory" |
382 ); | |
0 | 383 } |
384 | |
1064 | 385 static void put_pixels16_mmx(uint8_t *block, const uint8_t *pixels, int line_size, int h) |
651 | 386 { |
8031 | 387 __asm__ volatile( |
2979 | 388 "lea (%3, %3), %%"REG_a" \n\t" |
3576
f7125bf10892
Support for MacIntel, last part: balign directives
gpoirier
parents:
3574
diff
changeset
|
389 ASMALIGN(3) |
2979 | 390 "1: \n\t" |
391 "movq (%1), %%mm0 \n\t" | |
392 "movq 8(%1), %%mm4 \n\t" | |
393 "movq (%1, %3), %%mm1 \n\t" | |
394 "movq 8(%1, %3), %%mm5 \n\t" | |
395 "movq %%mm0, (%2) \n\t" | |
396 "movq %%mm4, 8(%2) \n\t" | |
397 "movq %%mm1, (%2, %3) \n\t" | |
398 "movq %%mm5, 8(%2, %3) \n\t" | |
399 "add %%"REG_a", %1 \n\t" | |
400 "add %%"REG_a", %2 \n\t" | |
401 "movq (%1), %%mm0 \n\t" | |
402 "movq 8(%1), %%mm4 \n\t" | |
403 "movq (%1, %3), %%mm1 \n\t" | |
404 "movq 8(%1, %3), %%mm5 \n\t" | |
405 "movq %%mm0, (%2) \n\t" | |
406 "movq %%mm4, 8(%2) \n\t" | |
407 "movq %%mm1, (%2, %3) \n\t" | |
408 "movq %%mm5, 8(%2, %3) \n\t" | |
409 "add %%"REG_a", %1 \n\t" | |
410 "add %%"REG_a", %2 \n\t" | |
411 "subl $4, %0 \n\t" | |
412 "jnz 1b \n\t" | |
413 : "+g"(h), "+r" (pixels), "+r" (block) | |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
414 : "r"((x86_reg)line_size) |
2979 | 415 : "%"REG_a, "memory" |
416 ); | |
651 | 417 } |
418 | |
6331 | 419 static void put_pixels16_sse2(uint8_t *block, const uint8_t *pixels, int line_size, int h) |
420 { | |
8031 | 421 __asm__ volatile( |
6331 | 422 "1: \n\t" |
423 "movdqu (%1), %%xmm0 \n\t" | |
424 "movdqu (%1,%3), %%xmm1 \n\t" | |
425 "movdqu (%1,%3,2), %%xmm2 \n\t" | |
426 "movdqu (%1,%4), %%xmm3 \n\t" | |
427 "movdqa %%xmm0, (%2) \n\t" | |
428 "movdqa %%xmm1, (%2,%3) \n\t" | |
429 "movdqa %%xmm2, (%2,%3,2) \n\t" | |
430 "movdqa %%xmm3, (%2,%4) \n\t" | |
431 "subl $4, %0 \n\t" | |
432 "lea (%1,%3,4), %1 \n\t" | |
433 "lea (%2,%3,4), %2 \n\t" | |
434 "jnz 1b \n\t" | |
435 : "+g"(h), "+r" (pixels), "+r" (block) | |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
436 : "r"((x86_reg)line_size), "r"((x86_reg)3L*line_size) |
6331 | 437 : "memory" |
438 ); | |
439 } | |
440 | |
441 static void avg_pixels16_sse2(uint8_t *block, const uint8_t *pixels, int line_size, int h) | |
442 { | |
8031 | 443 __asm__ volatile( |
6331 | 444 "1: \n\t" |
445 "movdqu (%1), %%xmm0 \n\t" | |
446 "movdqu (%1,%3), %%xmm1 \n\t" | |
447 "movdqu (%1,%3,2), %%xmm2 \n\t" | |
448 "movdqu (%1,%4), %%xmm3 \n\t" | |
449 "pavgb (%2), %%xmm0 \n\t" | |
450 "pavgb (%2,%3), %%xmm1 \n\t" | |
451 "pavgb (%2,%3,2), %%xmm2 \n\t" | |
452 "pavgb (%2,%4), %%xmm3 \n\t" | |
453 "movdqa %%xmm0, (%2) \n\t" | |
454 "movdqa %%xmm1, (%2,%3) \n\t" | |
455 "movdqa %%xmm2, (%2,%3,2) \n\t" | |
456 "movdqa %%xmm3, (%2,%4) \n\t" | |
457 "subl $4, %0 \n\t" | |
458 "lea (%1,%3,4), %1 \n\t" | |
459 "lea (%2,%3,4), %2 \n\t" | |
460 "jnz 1b \n\t" | |
461 : "+g"(h), "+r" (pixels), "+r" (block) | |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
462 : "r"((x86_reg)line_size), "r"((x86_reg)3L*line_size) |
6331 | 463 : "memory" |
464 ); | |
465 } | |
466 | |
8288 | 467 #define CLEAR_BLOCKS(name,n) \ |
468 static void name(DCTELEM *blocks)\ | |
469 {\ | |
470 __asm__ volatile(\ | |
471 "pxor %%mm7, %%mm7 \n\t"\ | |
472 "mov %1, %%"REG_a" \n\t"\ | |
473 "1: \n\t"\ | |
474 "movq %%mm7, (%0, %%"REG_a") \n\t"\ | |
475 "movq %%mm7, 8(%0, %%"REG_a") \n\t"\ | |
476 "movq %%mm7, 16(%0, %%"REG_a") \n\t"\ | |
477 "movq %%mm7, 24(%0, %%"REG_a") \n\t"\ | |
478 "add $32, %%"REG_a" \n\t"\ | |
479 " js 1b \n\t"\ | |
480 : : "r" (((uint8_t *)blocks)+128*n),\ | |
481 "i" (-128*n)\ | |
482 : "%"REG_a\ | |
483 );\ | |
484 } | |
485 CLEAR_BLOCKS(clear_blocks_mmx, 6) | |
486 CLEAR_BLOCKS(clear_block_mmx, 1) | |
487 | |
488 static void clear_block_sse(DCTELEM *block) | |
296 | 489 { |
8031 | 490 __asm__ volatile( |
8288 | 491 "xorps %%xmm0, %%xmm0 \n" |
492 "movaps %%xmm0, (%0) \n" | |
493 "movaps %%xmm0, 16(%0) \n" | |
494 "movaps %%xmm0, 32(%0) \n" | |
495 "movaps %%xmm0, 48(%0) \n" | |
496 "movaps %%xmm0, 64(%0) \n" | |
497 "movaps %%xmm0, 80(%0) \n" | |
498 "movaps %%xmm0, 96(%0) \n" | |
499 "movaps %%xmm0, 112(%0) \n" | |
500 :: "r"(block) | |
501 : "memory" | |
502 ); | |
296 | 503 } |
504 | |
866 | 505 static void add_bytes_mmx(uint8_t *dst, uint8_t *src, int w){ |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
506 x86_reg i=0; |
8031 | 507 __asm__ volatile( |
7087 | 508 "jmp 2f \n\t" |
2979 | 509 "1: \n\t" |
510 "movq (%1, %0), %%mm0 \n\t" | |
511 "movq (%2, %0), %%mm1 \n\t" | |
512 "paddb %%mm0, %%mm1 \n\t" | |
513 "movq %%mm1, (%2, %0) \n\t" | |
514 "movq 8(%1, %0), %%mm0 \n\t" | |
515 "movq 8(%2, %0), %%mm1 \n\t" | |
516 "paddb %%mm0, %%mm1 \n\t" | |
517 "movq %%mm1, 8(%2, %0) \n\t" | |
518 "add $16, %0 \n\t" | |
7087 | 519 "2: \n\t" |
2979 | 520 "cmp %3, %0 \n\t" |
7087 | 521 " js 1b \n\t" |
866 | 522 : "+r" (i) |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
523 : "r"(src), "r"(dst), "r"((x86_reg)w-15) |
866 | 524 ); |
525 for(; i<w; i++) | |
526 dst[i+0] += src[i+0]; | |
527 } | |
528 | |
6384 | 529 static void add_bytes_l2_mmx(uint8_t *dst, uint8_t *src1, uint8_t *src2, int w){ |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
530 x86_reg i=0; |
8031 | 531 __asm__ volatile( |
7087 | 532 "jmp 2f \n\t" |
6384 | 533 "1: \n\t" |
534 "movq (%2, %0), %%mm0 \n\t" | |
535 "movq 8(%2, %0), %%mm1 \n\t" | |
536 "paddb (%3, %0), %%mm0 \n\t" | |
537 "paddb 8(%3, %0), %%mm1 \n\t" | |
538 "movq %%mm0, (%1, %0) \n\t" | |
539 "movq %%mm1, 8(%1, %0) \n\t" | |
540 "add $16, %0 \n\t" | |
7087 | 541 "2: \n\t" |
6384 | 542 "cmp %4, %0 \n\t" |
7087 | 543 " js 1b \n\t" |
6384 | 544 : "+r" (i) |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
545 : "r"(dst), "r"(src1), "r"(src2), "r"((x86_reg)w-15) |
6384 | 546 ); |
547 for(; i<w; i++) | |
548 dst[i] = src1[i] + src2[i]; | |
549 } | |
550 | |
1648 | 551 #define H263_LOOP_FILTER \ |
2979 | 552 "pxor %%mm7, %%mm7 \n\t"\ |
553 "movq %0, %%mm0 \n\t"\ | |
554 "movq %0, %%mm1 \n\t"\ | |
555 "movq %3, %%mm2 \n\t"\ | |
556 "movq %3, %%mm3 \n\t"\ | |
557 "punpcklbw %%mm7, %%mm0 \n\t"\ | |
558 "punpckhbw %%mm7, %%mm1 \n\t"\ | |
559 "punpcklbw %%mm7, %%mm2 \n\t"\ | |
560 "punpckhbw %%mm7, %%mm3 \n\t"\ | |
561 "psubw %%mm2, %%mm0 \n\t"\ | |
562 "psubw %%mm3, %%mm1 \n\t"\ | |
563 "movq %1, %%mm2 \n\t"\ | |
564 "movq %1, %%mm3 \n\t"\ | |
565 "movq %2, %%mm4 \n\t"\ | |
566 "movq %2, %%mm5 \n\t"\ | |
567 "punpcklbw %%mm7, %%mm2 \n\t"\ | |
568 "punpckhbw %%mm7, %%mm3 \n\t"\ | |
569 "punpcklbw %%mm7, %%mm4 \n\t"\ | |
570 "punpckhbw %%mm7, %%mm5 \n\t"\ | |
571 "psubw %%mm2, %%mm4 \n\t"\ | |
572 "psubw %%mm3, %%mm5 \n\t"\ | |
573 "psllw $2, %%mm4 \n\t"\ | |
574 "psllw $2, %%mm5 \n\t"\ | |
575 "paddw %%mm0, %%mm4 \n\t"\ | |
576 "paddw %%mm1, %%mm5 \n\t"\ | |
577 "pxor %%mm6, %%mm6 \n\t"\ | |
578 "pcmpgtw %%mm4, %%mm6 \n\t"\ | |
579 "pcmpgtw %%mm5, %%mm7 \n\t"\ | |
580 "pxor %%mm6, %%mm4 \n\t"\ | |
581 "pxor %%mm7, %%mm5 \n\t"\ | |
582 "psubw %%mm6, %%mm4 \n\t"\ | |
583 "psubw %%mm7, %%mm5 \n\t"\ | |
584 "psrlw $3, %%mm4 \n\t"\ | |
585 "psrlw $3, %%mm5 \n\t"\ | |
586 "packuswb %%mm5, %%mm4 \n\t"\ | |
587 "packsswb %%mm7, %%mm6 \n\t"\ | |
588 "pxor %%mm7, %%mm7 \n\t"\ | |
589 "movd %4, %%mm2 \n\t"\ | |
590 "punpcklbw %%mm2, %%mm2 \n\t"\ | |
591 "punpcklbw %%mm2, %%mm2 \n\t"\ | |
592 "punpcklbw %%mm2, %%mm2 \n\t"\ | |
593 "psubusb %%mm4, %%mm2 \n\t"\ | |
594 "movq %%mm2, %%mm3 \n\t"\ | |
595 "psubusb %%mm4, %%mm3 \n\t"\ | |
596 "psubb %%mm3, %%mm2 \n\t"\ | |
597 "movq %1, %%mm3 \n\t"\ | |
598 "movq %2, %%mm4 \n\t"\ | |
599 "pxor %%mm6, %%mm3 \n\t"\ | |
600 "pxor %%mm6, %%mm4 \n\t"\ | |
601 "paddusb %%mm2, %%mm3 \n\t"\ | |
602 "psubusb %%mm2, %%mm4 \n\t"\ | |
603 "pxor %%mm6, %%mm3 \n\t"\ | |
604 "pxor %%mm6, %%mm4 \n\t"\ | |
605 "paddusb %%mm2, %%mm2 \n\t"\ | |
606 "packsswb %%mm1, %%mm0 \n\t"\ | |
607 "pcmpgtb %%mm0, %%mm7 \n\t"\ | |
608 "pxor %%mm7, %%mm0 \n\t"\ | |
609 "psubb %%mm7, %%mm0 \n\t"\ | |
610 "movq %%mm0, %%mm1 \n\t"\ | |
611 "psubusb %%mm2, %%mm0 \n\t"\ | |
612 "psubb %%mm0, %%mm1 \n\t"\ | |
613 "pand %5, %%mm1 \n\t"\ | |
614 "psrlw $2, %%mm1 \n\t"\ | |
615 "pxor %%mm7, %%mm1 \n\t"\ | |
616 "psubb %%mm7, %%mm1 \n\t"\ | |
617 "movq %0, %%mm5 \n\t"\ | |
618 "movq %3, %%mm6 \n\t"\ | |
619 "psubb %%mm1, %%mm5 \n\t"\ | |
620 "paddb %%mm1, %%mm6 \n\t" | |
1648 | 621 |
1647 | 622 static void h263_v_loop_filter_mmx(uint8_t *src, int stride, int qscale){ |
5394
e9a6215f4e3a
help some gcc version to optimize out those functions
aurel
parents:
5278
diff
changeset
|
623 if(ENABLE_ANY_H263) { |
1647 | 624 const int strength= ff_h263_loop_filter_strength[qscale]; |
625 | |
8031 | 626 __asm__ volatile( |
2967 | 627 |
1648 | 628 H263_LOOP_FILTER |
2967 | 629 |
2979 | 630 "movq %%mm3, %1 \n\t" |
631 "movq %%mm4, %2 \n\t" | |
632 "movq %%mm5, %0 \n\t" | |
633 "movq %%mm6, %3 \n\t" | |
1647 | 634 : "+m" (*(uint64_t*)(src - 2*stride)), |
635 "+m" (*(uint64_t*)(src - 1*stride)), | |
636 "+m" (*(uint64_t*)(src + 0*stride)), | |
637 "+m" (*(uint64_t*)(src + 1*stride)) | |
638 : "g" (2*strength), "m"(ff_pb_FC) | |
639 ); | |
5394
e9a6215f4e3a
help some gcc version to optimize out those functions
aurel
parents:
5278
diff
changeset
|
640 } |
1647 | 641 } |
642 | |
1648 | 643 static inline void transpose4x4(uint8_t *dst, uint8_t *src, int dst_stride, int src_stride){ |
8031 | 644 __asm__ volatile( //FIXME could save 1 instruction if done as 8x4 ... |
2979 | 645 "movd %4, %%mm0 \n\t" |
646 "movd %5, %%mm1 \n\t" | |
647 "movd %6, %%mm2 \n\t" | |
648 "movd %7, %%mm3 \n\t" | |
649 "punpcklbw %%mm1, %%mm0 \n\t" | |
650 "punpcklbw %%mm3, %%mm2 \n\t" | |
651 "movq %%mm0, %%mm1 \n\t" | |
652 "punpcklwd %%mm2, %%mm0 \n\t" | |
653 "punpckhwd %%mm2, %%mm1 \n\t" | |
654 "movd %%mm0, %0 \n\t" | |
655 "punpckhdq %%mm0, %%mm0 \n\t" | |
656 "movd %%mm0, %1 \n\t" | |
657 "movd %%mm1, %2 \n\t" | |
658 "punpckhdq %%mm1, %%mm1 \n\t" | |
659 "movd %%mm1, %3 \n\t" | |
2967 | 660 |
1648 | 661 : "=m" (*(uint32_t*)(dst + 0*dst_stride)), |
662 "=m" (*(uint32_t*)(dst + 1*dst_stride)), | |
663 "=m" (*(uint32_t*)(dst + 2*dst_stride)), | |
664 "=m" (*(uint32_t*)(dst + 3*dst_stride)) | |
665 : "m" (*(uint32_t*)(src + 0*src_stride)), | |
666 "m" (*(uint32_t*)(src + 1*src_stride)), | |
667 "m" (*(uint32_t*)(src + 2*src_stride)), | |
668 "m" (*(uint32_t*)(src + 3*src_stride)) | |
669 ); | |
670 } | |
671 | |
672 static void h263_h_loop_filter_mmx(uint8_t *src, int stride, int qscale){ | |
5394
e9a6215f4e3a
help some gcc version to optimize out those functions
aurel
parents:
5278
diff
changeset
|
673 if(ENABLE_ANY_H263) { |
1648 | 674 const int strength= ff_h263_loop_filter_strength[qscale]; |
6181 | 675 DECLARE_ALIGNED(8, uint64_t, temp[4]); |
1648 | 676 uint8_t *btemp= (uint8_t*)temp; |
2967 | 677 |
1648 | 678 src -= 2; |
679 | |
680 transpose4x4(btemp , src , 8, stride); | |
681 transpose4x4(btemp+4, src + 4*stride, 8, stride); | |
8031 | 682 __asm__ volatile( |
1648 | 683 H263_LOOP_FILTER // 5 3 4 6 |
2967 | 684 |
1648 | 685 : "+m" (temp[0]), |
686 "+m" (temp[1]), | |
687 "+m" (temp[2]), | |
688 "+m" (temp[3]) | |
689 : "g" (2*strength), "m"(ff_pb_FC) | |
690 ); | |
691 | |
8031 | 692 __asm__ volatile( |
2979 | 693 "movq %%mm5, %%mm1 \n\t" |
694 "movq %%mm4, %%mm0 \n\t" | |
695 "punpcklbw %%mm3, %%mm5 \n\t" | |
696 "punpcklbw %%mm6, %%mm4 \n\t" | |
697 "punpckhbw %%mm3, %%mm1 \n\t" | |
698 "punpckhbw %%mm6, %%mm0 \n\t" | |
699 "movq %%mm5, %%mm3 \n\t" | |
700 "movq %%mm1, %%mm6 \n\t" | |
701 "punpcklwd %%mm4, %%mm5 \n\t" | |
702 "punpcklwd %%mm0, %%mm1 \n\t" | |
703 "punpckhwd %%mm4, %%mm3 \n\t" | |
704 "punpckhwd %%mm0, %%mm6 \n\t" | |
705 "movd %%mm5, (%0) \n\t" | |
706 "punpckhdq %%mm5, %%mm5 \n\t" | |
707 "movd %%mm5, (%0,%2) \n\t" | |
708 "movd %%mm3, (%0,%2,2) \n\t" | |
709 "punpckhdq %%mm3, %%mm3 \n\t" | |
710 "movd %%mm3, (%0,%3) \n\t" | |
711 "movd %%mm1, (%1) \n\t" | |
712 "punpckhdq %%mm1, %%mm1 \n\t" | |
713 "movd %%mm1, (%1,%2) \n\t" | |
714 "movd %%mm6, (%1,%2,2) \n\t" | |
715 "punpckhdq %%mm6, %%mm6 \n\t" | |
716 "movd %%mm6, (%1,%3) \n\t" | |
2505
86e2b1424801
optimization and gcc 4.0 bug workaround patch by (Martin Drab >drab kepler.fjfi.cvut cz<)
michael
parents:
2293
diff
changeset
|
717 :: "r" (src), |
86e2b1424801
optimization and gcc 4.0 bug workaround patch by (Martin Drab >drab kepler.fjfi.cvut cz<)
michael
parents:
2293
diff
changeset
|
718 "r" (src + 4*stride), |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
719 "r" ((x86_reg) stride ), |
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
720 "r" ((x86_reg)(3*stride)) |
1648 | 721 ); |
5394
e9a6215f4e3a
help some gcc version to optimize out those functions
aurel
parents:
5278
diff
changeset
|
722 } |
1648 | 723 } |
724 | |
6437 | 725 /* draw the edges of width 'w' of an image of size width, height |
726 this mmx version can only handle w==8 || w==16 */ | |
727 static void draw_edges_mmx(uint8_t *buf, int wrap, int width, int height, int w) | |
728 { | |
729 uint8_t *ptr, *last_line; | |
730 int i; | |
731 | |
732 last_line = buf + (height - 1) * wrap; | |
733 /* left and right */ | |
734 ptr = buf; | |
735 if(w==8) | |
736 { | |
8031 | 737 __asm__ volatile( |
6437 | 738 "1: \n\t" |
739 "movd (%0), %%mm0 \n\t" | |
740 "punpcklbw %%mm0, %%mm0 \n\t" | |
741 "punpcklwd %%mm0, %%mm0 \n\t" | |
742 "punpckldq %%mm0, %%mm0 \n\t" | |
743 "movq %%mm0, -8(%0) \n\t" | |
744 "movq -8(%0, %2), %%mm1 \n\t" | |
745 "punpckhbw %%mm1, %%mm1 \n\t" | |
746 "punpckhwd %%mm1, %%mm1 \n\t" | |
747 "punpckhdq %%mm1, %%mm1 \n\t" | |
748 "movq %%mm1, (%0, %2) \n\t" | |
749 "add %1, %0 \n\t" | |
750 "cmp %3, %0 \n\t" | |
751 " jb 1b \n\t" | |
752 : "+r" (ptr) | |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
753 : "r" ((x86_reg)wrap), "r" ((x86_reg)width), "r" (ptr + wrap*height) |
6437 | 754 ); |
755 } | |
756 else | |
757 { | |
8031 | 758 __asm__ volatile( |
6437 | 759 "1: \n\t" |
760 "movd (%0), %%mm0 \n\t" | |
761 "punpcklbw %%mm0, %%mm0 \n\t" | |
762 "punpcklwd %%mm0, %%mm0 \n\t" | |
763 "punpckldq %%mm0, %%mm0 \n\t" | |
764 "movq %%mm0, -8(%0) \n\t" | |
765 "movq %%mm0, -16(%0) \n\t" | |
766 "movq -8(%0, %2), %%mm1 \n\t" | |
767 "punpckhbw %%mm1, %%mm1 \n\t" | |
768 "punpckhwd %%mm1, %%mm1 \n\t" | |
769 "punpckhdq %%mm1, %%mm1 \n\t" | |
770 "movq %%mm1, (%0, %2) \n\t" | |
771 "movq %%mm1, 8(%0, %2) \n\t" | |
772 "add %1, %0 \n\t" | |
773 "cmp %3, %0 \n\t" | |
774 " jb 1b \n\t" | |
775 : "+r" (ptr) | |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
776 : "r" ((x86_reg)wrap), "r" ((x86_reg)width), "r" (ptr + wrap*height) |
6437 | 777 ); |
778 } | |
779 | |
780 for(i=0;i<w;i+=4) { | |
781 /* top and bottom (and hopefully also the corners) */ | |
782 ptr= buf - (i + 1) * wrap - w; | |
8031 | 783 __asm__ volatile( |
6437 | 784 "1: \n\t" |
785 "movq (%1, %0), %%mm0 \n\t" | |
786 "movq %%mm0, (%0) \n\t" | |
787 "movq %%mm0, (%0, %2) \n\t" | |
788 "movq %%mm0, (%0, %2, 2) \n\t" | |
789 "movq %%mm0, (%0, %3) \n\t" | |
790 "add $8, %0 \n\t" | |
791 "cmp %4, %0 \n\t" | |
792 " jb 1b \n\t" | |
793 : "+r" (ptr) | |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
794 : "r" ((x86_reg)buf - (x86_reg)ptr - w), "r" ((x86_reg)-wrap), "r" ((x86_reg)-wrap*3), "r" (ptr+width+2*w) |
6437 | 795 ); |
796 ptr= last_line + (i + 1) * wrap - w; | |
8031 | 797 __asm__ volatile( |
6437 | 798 "1: \n\t" |
799 "movq (%1, %0), %%mm0 \n\t" | |
800 "movq %%mm0, (%0) \n\t" | |
801 "movq %%mm0, (%0, %2) \n\t" | |
802 "movq %%mm0, (%0, %2, 2) \n\t" | |
803 "movq %%mm0, (%0, %3) \n\t" | |
804 "add $8, %0 \n\t" | |
805 "cmp %4, %0 \n\t" | |
806 " jb 1b \n\t" | |
807 : "+r" (ptr) | |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
808 : "r" ((x86_reg)last_line - (x86_reg)ptr - w), "r" ((x86_reg)wrap), "r" ((x86_reg)wrap*3), "r" (ptr+width+2*w) |
6437 | 809 ); |
810 } | |
811 } | |
812 | |
6384 | 813 #define PAETH(cpu, abs3)\ |
7460
2ced44037814
Mark add_png_paeth_prediction_* functions which are only used within this file
diego
parents:
7286
diff
changeset
|
814 static void add_png_paeth_prediction_##cpu(uint8_t *dst, uint8_t *src, uint8_t *top, int w, int bpp)\ |
6384 | 815 {\ |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
816 x86_reg i = -bpp;\ |
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
817 x86_reg end = w-3;\ |
8031 | 818 __asm__ volatile(\ |
6384 | 819 "pxor %%mm7, %%mm7 \n"\ |
820 "movd (%1,%0), %%mm0 \n"\ | |
821 "movd (%2,%0), %%mm1 \n"\ | |
822 "punpcklbw %%mm7, %%mm0 \n"\ | |
823 "punpcklbw %%mm7, %%mm1 \n"\ | |
824 "add %4, %0 \n"\ | |
825 "1: \n"\ | |
826 "movq %%mm1, %%mm2 \n"\ | |
827 "movd (%2,%0), %%mm1 \n"\ | |
828 "movq %%mm2, %%mm3 \n"\ | |
829 "punpcklbw %%mm7, %%mm1 \n"\ | |
830 "movq %%mm2, %%mm4 \n"\ | |
831 "psubw %%mm1, %%mm3 \n"\ | |
832 "psubw %%mm0, %%mm4 \n"\ | |
833 "movq %%mm3, %%mm5 \n"\ | |
834 "paddw %%mm4, %%mm5 \n"\ | |
835 abs3\ | |
836 "movq %%mm4, %%mm6 \n"\ | |
837 "pminsw %%mm5, %%mm6 \n"\ | |
838 "pcmpgtw %%mm6, %%mm3 \n"\ | |
839 "pcmpgtw %%mm5, %%mm4 \n"\ | |
840 "movq %%mm4, %%mm6 \n"\ | |
841 "pand %%mm3, %%mm4 \n"\ | |
842 "pandn %%mm3, %%mm6 \n"\ | |
843 "pandn %%mm0, %%mm3 \n"\ | |
844 "movd (%3,%0), %%mm0 \n"\ | |
845 "pand %%mm1, %%mm6 \n"\ | |
846 "pand %%mm4, %%mm2 \n"\ | |
847 "punpcklbw %%mm7, %%mm0 \n"\ | |
848 "movq %6, %%mm5 \n"\ | |
849 "paddw %%mm6, %%mm0 \n"\ | |
850 "paddw %%mm2, %%mm3 \n"\ | |
851 "paddw %%mm3, %%mm0 \n"\ | |
852 "pand %%mm5, %%mm0 \n"\ | |
853 "movq %%mm0, %%mm3 \n"\ | |
854 "packuswb %%mm3, %%mm3 \n"\ | |
855 "movd %%mm3, (%1,%0) \n"\ | |
856 "add %4, %0 \n"\ | |
857 "cmp %5, %0 \n"\ | |
858 "jle 1b \n"\ | |
859 :"+r"(i)\ | |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
860 :"r"(dst), "r"(top), "r"(src), "r"((x86_reg)bpp), "g"(end),\ |
6384 | 861 "m"(ff_pw_255)\ |
862 :"memory"\ | |
863 );\ | |
864 } | |
865 | |
866 #define ABS3_MMX2\ | |
867 "psubw %%mm5, %%mm7 \n"\ | |
868 "pmaxsw %%mm7, %%mm5 \n"\ | |
869 "pxor %%mm6, %%mm6 \n"\ | |
870 "pxor %%mm7, %%mm7 \n"\ | |
871 "psubw %%mm3, %%mm6 \n"\ | |
872 "psubw %%mm4, %%mm7 \n"\ | |
873 "pmaxsw %%mm6, %%mm3 \n"\ | |
874 "pmaxsw %%mm7, %%mm4 \n"\ | |
875 "pxor %%mm7, %%mm7 \n" | |
876 | |
877 #define ABS3_SSSE3\ | |
878 "pabsw %%mm3, %%mm3 \n"\ | |
879 "pabsw %%mm4, %%mm4 \n"\ | |
880 "pabsw %%mm5, %%mm5 \n" | |
881 | |
882 PAETH(mmx2, ABS3_MMX2) | |
883 #ifdef HAVE_SSSE3 | |
884 PAETH(ssse3, ABS3_SSSE3) | |
885 #endif | |
886 | |
954 | 887 #define QPEL_V_LOW(m3,m4,m5,m6, pw_20, pw_3, rnd, in0, in1, in2, in7, out, OP)\ |
2979 | 888 "paddw " #m4 ", " #m3 " \n\t" /* x1 */\ |
889 "movq "MANGLE(ff_pw_20)", %%mm4 \n\t" /* 20 */\ | |
890 "pmullw " #m3 ", %%mm4 \n\t" /* 20x1 */\ | |
891 "movq "#in7", " #m3 " \n\t" /* d */\ | |
892 "movq "#in0", %%mm5 \n\t" /* D */\ | |
893 "paddw " #m3 ", %%mm5 \n\t" /* x4 */\ | |
894 "psubw %%mm5, %%mm4 \n\t" /* 20x1 - x4 */\ | |
895 "movq "#in1", %%mm5 \n\t" /* C */\ | |
896 "movq "#in2", %%mm6 \n\t" /* B */\ | |
897 "paddw " #m6 ", %%mm5 \n\t" /* x3 */\ | |
898 "paddw " #m5 ", %%mm6 \n\t" /* x2 */\ | |
899 "paddw %%mm6, %%mm6 \n\t" /* 2x2 */\ | |
900 "psubw %%mm6, %%mm5 \n\t" /* -2x2 + x3 */\ | |
901 "pmullw "MANGLE(ff_pw_3)", %%mm5 \n\t" /* -6x2 + 3x3 */\ | |
902 "paddw " #rnd ", %%mm4 \n\t" /* x2 */\ | |
903 "paddw %%mm4, %%mm5 \n\t" /* 20x1 - 6x2 + 3x3 - x4 */\ | |
904 "psraw $5, %%mm5 \n\t"\ | |
905 "packuswb %%mm5, %%mm5 \n\t"\ | |
954 | 906 OP(%%mm5, out, %%mm7, d) |
907 | |
959 | 908 #define QPEL_BASE(OPNAME, ROUNDER, RND, OP_MMX2, OP_3DNOW)\ |
1057 | 909 static void OPNAME ## mpeg4_qpel16_h_lowpass_mmx2(uint8_t *dst, uint8_t *src, int dstStride, int srcStride, int h){\ |
954 | 910 uint64_t temp;\ |
911 \ | |
8031 | 912 __asm__ volatile(\ |
2979 | 913 "pxor %%mm7, %%mm7 \n\t"\ |
914 "1: \n\t"\ | |
915 "movq (%0), %%mm0 \n\t" /* ABCDEFGH */\ | |
916 "movq %%mm0, %%mm1 \n\t" /* ABCDEFGH */\ | |
917 "movq %%mm0, %%mm2 \n\t" /* ABCDEFGH */\ | |
918 "punpcklbw %%mm7, %%mm0 \n\t" /* 0A0B0C0D */\ | |
919 "punpckhbw %%mm7, %%mm1 \n\t" /* 0E0F0G0H */\ | |
920 "pshufw $0x90, %%mm0, %%mm5 \n\t" /* 0A0A0B0C */\ | |
921 "pshufw $0x41, %%mm0, %%mm6 \n\t" /* 0B0A0A0B */\ | |
922 "movq %%mm2, %%mm3 \n\t" /* ABCDEFGH */\ | |
923 "movq %%mm2, %%mm4 \n\t" /* ABCDEFGH */\ | |
924 "psllq $8, %%mm2 \n\t" /* 0ABCDEFG */\ | |
925 "psllq $16, %%mm3 \n\t" /* 00ABCDEF */\ | |
926 "psllq $24, %%mm4 \n\t" /* 000ABCDE */\ | |
927 "punpckhbw %%mm7, %%mm2 \n\t" /* 0D0E0F0G */\ | |
928 "punpckhbw %%mm7, %%mm3 \n\t" /* 0C0D0E0F */\ | |
929 "punpckhbw %%mm7, %%mm4 \n\t" /* 0B0C0D0E */\ | |
930 "paddw %%mm3, %%mm5 \n\t" /* b */\ | |
931 "paddw %%mm2, %%mm6 \n\t" /* c */\ | |
932 "paddw %%mm5, %%mm5 \n\t" /* 2b */\ | |
933 "psubw %%mm5, %%mm6 \n\t" /* c - 2b */\ | |
934 "pshufw $0x06, %%mm0, %%mm5 \n\t" /* 0C0B0A0A */\ | |
935 "pmullw "MANGLE(ff_pw_3)", %%mm6 \n\t" /* 3c - 6b */\ | |
936 "paddw %%mm4, %%mm0 \n\t" /* a */\ | |
937 "paddw %%mm1, %%mm5 \n\t" /* d */\ | |
938 "pmullw "MANGLE(ff_pw_20)", %%mm0 \n\t" /* 20a */\ | |
939 "psubw %%mm5, %%mm0 \n\t" /* 20a - d */\ | |
940 "paddw %6, %%mm6 \n\t"\ | |
941 "paddw %%mm6, %%mm0 \n\t" /* 20a - 6b + 3c - d */\ | |
942 "psraw $5, %%mm0 \n\t"\ | |
943 "movq %%mm0, %5 \n\t"\ | |
954 | 944 /* mm1=EFGH, mm2=DEFG, mm3=CDEF, mm4=BCDE, mm7=0 */\ |
945 \ | |
2979 | 946 "movq 5(%0), %%mm0 \n\t" /* FGHIJKLM */\ |
947 "movq %%mm0, %%mm5 \n\t" /* FGHIJKLM */\ | |
948 "movq %%mm0, %%mm6 \n\t" /* FGHIJKLM */\ | |
949 "psrlq $8, %%mm0 \n\t" /* GHIJKLM0 */\ | |
950 "psrlq $16, %%mm5 \n\t" /* HIJKLM00 */\ | |
951 "punpcklbw %%mm7, %%mm0 \n\t" /* 0G0H0I0J */\ | |
952 "punpcklbw %%mm7, %%mm5 \n\t" /* 0H0I0J0K */\ | |
953 "paddw %%mm0, %%mm2 \n\t" /* b */\ | |
954 "paddw %%mm5, %%mm3 \n\t" /* c */\ | |
955 "paddw %%mm2, %%mm2 \n\t" /* 2b */\ | |
956 "psubw %%mm2, %%mm3 \n\t" /* c - 2b */\ | |
957 "movq %%mm6, %%mm2 \n\t" /* FGHIJKLM */\ | |
958 "psrlq $24, %%mm6 \n\t" /* IJKLM000 */\ | |
959 "punpcklbw %%mm7, %%mm2 \n\t" /* 0F0G0H0I */\ | |
960 "punpcklbw %%mm7, %%mm6 \n\t" /* 0I0J0K0L */\ | |
961 "pmullw "MANGLE(ff_pw_3)", %%mm3 \n\t" /* 3c - 6b */\ | |
962 "paddw %%mm2, %%mm1 \n\t" /* a */\ | |
963 "paddw %%mm6, %%mm4 \n\t" /* d */\ | |
964 "pmullw "MANGLE(ff_pw_20)", %%mm1 \n\t" /* 20a */\ | |
965 "psubw %%mm4, %%mm3 \n\t" /* - 6b +3c - d */\ | |
966 "paddw %6, %%mm1 \n\t"\ | |
967 "paddw %%mm1, %%mm3 \n\t" /* 20a - 6b +3c - d */\ | |
968 "psraw $5, %%mm3 \n\t"\ | |
969 "movq %5, %%mm1 \n\t"\ | |
970 "packuswb %%mm3, %%mm1 \n\t"\ | |
959 | 971 OP_MMX2(%%mm1, (%1),%%mm4, q)\ |
954 | 972 /* mm0= GHIJ, mm2=FGHI, mm5=HIJK, mm6=IJKL, mm7=0 */\ |
973 \ | |
2979 | 974 "movq 9(%0), %%mm1 \n\t" /* JKLMNOPQ */\ |
975 "movq %%mm1, %%mm4 \n\t" /* JKLMNOPQ */\ | |
976 "movq %%mm1, %%mm3 \n\t" /* JKLMNOPQ */\ | |
977 "psrlq $8, %%mm1 \n\t" /* KLMNOPQ0 */\ | |
978 "psrlq $16, %%mm4 \n\t" /* LMNOPQ00 */\ | |
979 "punpcklbw %%mm7, %%mm1 \n\t" /* 0K0L0M0N */\ | |
980 "punpcklbw %%mm7, %%mm4 \n\t" /* 0L0M0N0O */\ | |
981 "paddw %%mm1, %%mm5 \n\t" /* b */\ | |
982 "paddw %%mm4, %%mm0 \n\t" /* c */\ | |
983 "paddw %%mm5, %%mm5 \n\t" /* 2b */\ | |
984 "psubw %%mm5, %%mm0 \n\t" /* c - 2b */\ | |
985 "movq %%mm3, %%mm5 \n\t" /* JKLMNOPQ */\ | |
986 "psrlq $24, %%mm3 \n\t" /* MNOPQ000 */\ | |
987 "pmullw "MANGLE(ff_pw_3)", %%mm0 \n\t" /* 3c - 6b */\ | |
988 "punpcklbw %%mm7, %%mm3 \n\t" /* 0M0N0O0P */\ | |
989 "paddw %%mm3, %%mm2 \n\t" /* d */\ | |
990 "psubw %%mm2, %%mm0 \n\t" /* -6b + 3c - d */\ | |
991 "movq %%mm5, %%mm2 \n\t" /* JKLMNOPQ */\ | |
992 "punpcklbw %%mm7, %%mm2 \n\t" /* 0J0K0L0M */\ | |
993 "punpckhbw %%mm7, %%mm5 \n\t" /* 0N0O0P0Q */\ | |
994 "paddw %%mm2, %%mm6 \n\t" /* a */\ | |
995 "pmullw "MANGLE(ff_pw_20)", %%mm6 \n\t" /* 20a */\ | |
996 "paddw %6, %%mm0 \n\t"\ | |
997 "paddw %%mm6, %%mm0 \n\t" /* 20a - 6b + 3c - d */\ | |
998 "psraw $5, %%mm0 \n\t"\ | |
954 | 999 /* mm1=KLMN, mm2=JKLM, mm3=MNOP, mm4=LMNO, mm5=NOPQ mm7=0 */\ |
1000 \ | |
2979 | 1001 "paddw %%mm5, %%mm3 \n\t" /* a */\ |
1002 "pshufw $0xF9, %%mm5, %%mm6 \n\t" /* 0O0P0Q0Q */\ | |
1003 "paddw %%mm4, %%mm6 \n\t" /* b */\ | |
1004 "pshufw $0xBE, %%mm5, %%mm4 \n\t" /* 0P0Q0Q0P */\ | |
1005 "pshufw $0x6F, %%mm5, %%mm5 \n\t" /* 0Q0Q0P0O */\ | |
1006 "paddw %%mm1, %%mm4 \n\t" /* c */\ | |
1007 "paddw %%mm2, %%mm5 \n\t" /* d */\ | |
1008 "paddw %%mm6, %%mm6 \n\t" /* 2b */\ | |
1009 "psubw %%mm6, %%mm4 \n\t" /* c - 2b */\ | |
1010 "pmullw "MANGLE(ff_pw_20)", %%mm3 \n\t" /* 20a */\ | |
1011 "pmullw "MANGLE(ff_pw_3)", %%mm4 \n\t" /* 3c - 6b */\ | |
1012 "psubw %%mm5, %%mm3 \n\t" /* -6b + 3c - d */\ | |
1013 "paddw %6, %%mm4 \n\t"\ | |
1014 "paddw %%mm3, %%mm4 \n\t" /* 20a - 6b + 3c - d */\ | |
1015 "psraw $5, %%mm4 \n\t"\ | |
1016 "packuswb %%mm4, %%mm0 \n\t"\ | |
959 | 1017 OP_MMX2(%%mm0, 8(%1), %%mm4, q)\ |
954 | 1018 \ |
2979 | 1019 "add %3, %0 \n\t"\ |
1020 "add %4, %1 \n\t"\ | |
1021 "decl %2 \n\t"\ | |
1022 " jnz 1b \n\t"\ | |
6513
713c4fd84e0b
Hardcode register to prevent aparent miscompilation.
michael
parents:
6512
diff
changeset
|
1023 : "+a"(src), "+c"(dst), "+D"(h)\ |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
1024 : "d"((x86_reg)srcStride), "S"((x86_reg)dstStride), /*"m"(ff_pw_20), "m"(ff_pw_3),*/ "m"(temp), "m"(ROUNDER)\ |
966 | 1025 : "memory"\ |
954 | 1026 );\ |
1027 }\ | |
1028 \ | |
1029 static void OPNAME ## mpeg4_qpel16_h_lowpass_3dnow(uint8_t *dst, uint8_t *src, int dstStride, int srcStride, int h){\ | |
1030 int i;\ | |
1031 int16_t temp[16];\ | |
1032 /* quick HACK, XXX FIXME MUST be optimized */\ | |
1033 for(i=0; i<h; i++)\ | |
1034 {\ | |
1035 temp[ 0]= (src[ 0]+src[ 1])*20 - (src[ 0]+src[ 2])*6 + (src[ 1]+src[ 3])*3 - (src[ 2]+src[ 4]);\ | |
1036 temp[ 1]= (src[ 1]+src[ 2])*20 - (src[ 0]+src[ 3])*6 + (src[ 0]+src[ 4])*3 - (src[ 1]+src[ 5]);\ | |
1037 temp[ 2]= (src[ 2]+src[ 3])*20 - (src[ 1]+src[ 4])*6 + (src[ 0]+src[ 5])*3 - (src[ 0]+src[ 6]);\ | |
1038 temp[ 3]= (src[ 3]+src[ 4])*20 - (src[ 2]+src[ 5])*6 + (src[ 1]+src[ 6])*3 - (src[ 0]+src[ 7]);\ | |
1039 temp[ 4]= (src[ 4]+src[ 5])*20 - (src[ 3]+src[ 6])*6 + (src[ 2]+src[ 7])*3 - (src[ 1]+src[ 8]);\ | |
1040 temp[ 5]= (src[ 5]+src[ 6])*20 - (src[ 4]+src[ 7])*6 + (src[ 3]+src[ 8])*3 - (src[ 2]+src[ 9]);\ | |
1041 temp[ 6]= (src[ 6]+src[ 7])*20 - (src[ 5]+src[ 8])*6 + (src[ 4]+src[ 9])*3 - (src[ 3]+src[10]);\ | |
1042 temp[ 7]= (src[ 7]+src[ 8])*20 - (src[ 6]+src[ 9])*6 + (src[ 5]+src[10])*3 - (src[ 4]+src[11]);\ | |
1043 temp[ 8]= (src[ 8]+src[ 9])*20 - (src[ 7]+src[10])*6 + (src[ 6]+src[11])*3 - (src[ 5]+src[12]);\ | |
1044 temp[ 9]= (src[ 9]+src[10])*20 - (src[ 8]+src[11])*6 + (src[ 7]+src[12])*3 - (src[ 6]+src[13]);\ | |
1045 temp[10]= (src[10]+src[11])*20 - (src[ 9]+src[12])*6 + (src[ 8]+src[13])*3 - (src[ 7]+src[14]);\ | |
1046 temp[11]= (src[11]+src[12])*20 - (src[10]+src[13])*6 + (src[ 9]+src[14])*3 - (src[ 8]+src[15]);\ | |
1047 temp[12]= (src[12]+src[13])*20 - (src[11]+src[14])*6 + (src[10]+src[15])*3 - (src[ 9]+src[16]);\ | |
1048 temp[13]= (src[13]+src[14])*20 - (src[12]+src[15])*6 + (src[11]+src[16])*3 - (src[10]+src[16]);\ | |
1049 temp[14]= (src[14]+src[15])*20 - (src[13]+src[16])*6 + (src[12]+src[16])*3 - (src[11]+src[15]);\ | |
1050 temp[15]= (src[15]+src[16])*20 - (src[14]+src[16])*6 + (src[13]+src[15])*3 - (src[12]+src[14]);\ | |
8031 | 1051 __asm__ volatile(\ |
2979 | 1052 "movq (%0), %%mm0 \n\t"\ |
1053 "movq 8(%0), %%mm1 \n\t"\ | |
1054 "paddw %2, %%mm0 \n\t"\ | |
1055 "paddw %2, %%mm1 \n\t"\ | |
1056 "psraw $5, %%mm0 \n\t"\ | |
1057 "psraw $5, %%mm1 \n\t"\ | |
1058 "packuswb %%mm1, %%mm0 \n\t"\ | |
959 | 1059 OP_3DNOW(%%mm0, (%1), %%mm1, q)\ |
2979 | 1060 "movq 16(%0), %%mm0 \n\t"\ |
1061 "movq 24(%0), %%mm1 \n\t"\ | |
1062 "paddw %2, %%mm0 \n\t"\ | |
1063 "paddw %2, %%mm1 \n\t"\ | |
1064 "psraw $5, %%mm0 \n\t"\ | |
1065 "psraw $5, %%mm1 \n\t"\ | |
1066 "packuswb %%mm1, %%mm0 \n\t"\ | |
959 | 1067 OP_3DNOW(%%mm0, 8(%1), %%mm1, q)\ |
954 | 1068 :: "r"(temp), "r"(dst), "m"(ROUNDER)\ |
966 | 1069 : "memory"\ |
954 | 1070 );\ |
1071 dst+=dstStride;\ | |
1072 src+=srcStride;\ | |
1073 }\ | |
1074 }\ | |
1075 \ | |
1057 | 1076 static void OPNAME ## mpeg4_qpel8_h_lowpass_mmx2(uint8_t *dst, uint8_t *src, int dstStride, int srcStride, int h){\ |
8031 | 1077 __asm__ volatile(\ |
2979 | 1078 "pxor %%mm7, %%mm7 \n\t"\ |
1079 "1: \n\t"\ | |
1080 "movq (%0), %%mm0 \n\t" /* ABCDEFGH */\ | |
1081 "movq %%mm0, %%mm1 \n\t" /* ABCDEFGH */\ | |
1082 "movq %%mm0, %%mm2 \n\t" /* ABCDEFGH */\ | |
1083 "punpcklbw %%mm7, %%mm0 \n\t" /* 0A0B0C0D */\ | |
1084 "punpckhbw %%mm7, %%mm1 \n\t" /* 0E0F0G0H */\ | |
1085 "pshufw $0x90, %%mm0, %%mm5 \n\t" /* 0A0A0B0C */\ | |
1086 "pshufw $0x41, %%mm0, %%mm6 \n\t" /* 0B0A0A0B */\ | |
1087 "movq %%mm2, %%mm3 \n\t" /* ABCDEFGH */\ | |
1088 "movq %%mm2, %%mm4 \n\t" /* ABCDEFGH */\ | |
1089 "psllq $8, %%mm2 \n\t" /* 0ABCDEFG */\ | |
1090 "psllq $16, %%mm3 \n\t" /* 00ABCDEF */\ | |
1091 "psllq $24, %%mm4 \n\t" /* 000ABCDE */\ | |
1092 "punpckhbw %%mm7, %%mm2 \n\t" /* 0D0E0F0G */\ | |
1093 "punpckhbw %%mm7, %%mm3 \n\t" /* 0C0D0E0F */\ | |
1094 "punpckhbw %%mm7, %%mm4 \n\t" /* 0B0C0D0E */\ | |
1095 "paddw %%mm3, %%mm5 \n\t" /* b */\ | |
1096 "paddw %%mm2, %%mm6 \n\t" /* c */\ | |
1097 "paddw %%mm5, %%mm5 \n\t" /* 2b */\ | |
1098 "psubw %%mm5, %%mm6 \n\t" /* c - 2b */\ | |
1099 "pshufw $0x06, %%mm0, %%mm5 \n\t" /* 0C0B0A0A */\ | |
1100 "pmullw "MANGLE(ff_pw_3)", %%mm6 \n\t" /* 3c - 6b */\ | |
1101 "paddw %%mm4, %%mm0 \n\t" /* a */\ | |
1102 "paddw %%mm1, %%mm5 \n\t" /* d */\ | |
1103 "pmullw "MANGLE(ff_pw_20)", %%mm0 \n\t" /* 20a */\ | |
1104 "psubw %%mm5, %%mm0 \n\t" /* 20a - d */\ | |
6512 | 1105 "paddw %5, %%mm6 \n\t"\ |
2979 | 1106 "paddw %%mm6, %%mm0 \n\t" /* 20a - 6b + 3c - d */\ |
1107 "psraw $5, %%mm0 \n\t"\ | |
959 | 1108 /* mm1=EFGH, mm2=DEFG, mm3=CDEF, mm4=BCDE, mm7=0 */\ |
1109 \ | |
2979 | 1110 "movd 5(%0), %%mm5 \n\t" /* FGHI */\ |
1111 "punpcklbw %%mm7, %%mm5 \n\t" /* 0F0G0H0I */\ | |
1112 "pshufw $0xF9, %%mm5, %%mm6 \n\t" /* 0G0H0I0I */\ | |
1113 "paddw %%mm5, %%mm1 \n\t" /* a */\ | |
1114 "paddw %%mm6, %%mm2 \n\t" /* b */\ | |
1115 "pshufw $0xBE, %%mm5, %%mm6 \n\t" /* 0H0I0I0H */\ | |
1116 "pshufw $0x6F, %%mm5, %%mm5 \n\t" /* 0I0I0H0G */\ | |
1117 "paddw %%mm6, %%mm3 \n\t" /* c */\ | |
1118 "paddw %%mm5, %%mm4 \n\t" /* d */\ | |
1119 "paddw %%mm2, %%mm2 \n\t" /* 2b */\ | |
1120 "psubw %%mm2, %%mm3 \n\t" /* c - 2b */\ | |
1121 "pmullw "MANGLE(ff_pw_20)", %%mm1 \n\t" /* 20a */\ | |
1122 "pmullw "MANGLE(ff_pw_3)", %%mm3 \n\t" /* 3c - 6b */\ | |
1123 "psubw %%mm4, %%mm3 \n\t" /* -6b + 3c - d */\ | |
6512 | 1124 "paddw %5, %%mm1 \n\t"\ |
2979 | 1125 "paddw %%mm1, %%mm3 \n\t" /* 20a - 6b + 3c - d */\ |
1126 "psraw $5, %%mm3 \n\t"\ | |
1127 "packuswb %%mm3, %%mm0 \n\t"\ | |
959 | 1128 OP_MMX2(%%mm0, (%1), %%mm4, q)\ |
1129 \ | |
2979 | 1130 "add %3, %0 \n\t"\ |
1131 "add %4, %1 \n\t"\ | |
1132 "decl %2 \n\t"\ | |
1133 " jnz 1b \n\t"\ | |
6513
713c4fd84e0b
Hardcode register to prevent aparent miscompilation.
michael
parents:
6512
diff
changeset
|
1134 : "+a"(src), "+c"(dst), "+d"(h)\ |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
1135 : "S"((x86_reg)srcStride), "D"((x86_reg)dstStride), /*"m"(ff_pw_20), "m"(ff_pw_3),*/ "m"(ROUNDER)\ |
966 | 1136 : "memory"\ |
959 | 1137 );\ |
1138 }\ | |
1139 \ | |
1140 static void OPNAME ## mpeg4_qpel8_h_lowpass_3dnow(uint8_t *dst, uint8_t *src, int dstStride, int srcStride, int h){\ | |
1141 int i;\ | |
1142 int16_t temp[8];\ | |
1143 /* quick HACK, XXX FIXME MUST be optimized */\ | |
1144 for(i=0; i<h; i++)\ | |
1145 {\ | |
1146 temp[ 0]= (src[ 0]+src[ 1])*20 - (src[ 0]+src[ 2])*6 + (src[ 1]+src[ 3])*3 - (src[ 2]+src[ 4]);\ | |
1147 temp[ 1]= (src[ 1]+src[ 2])*20 - (src[ 0]+src[ 3])*6 + (src[ 0]+src[ 4])*3 - (src[ 1]+src[ 5]);\ | |
1148 temp[ 2]= (src[ 2]+src[ 3])*20 - (src[ 1]+src[ 4])*6 + (src[ 0]+src[ 5])*3 - (src[ 0]+src[ 6]);\ | |
1149 temp[ 3]= (src[ 3]+src[ 4])*20 - (src[ 2]+src[ 5])*6 + (src[ 1]+src[ 6])*3 - (src[ 0]+src[ 7]);\ | |
1150 temp[ 4]= (src[ 4]+src[ 5])*20 - (src[ 3]+src[ 6])*6 + (src[ 2]+src[ 7])*3 - (src[ 1]+src[ 8]);\ | |
1151 temp[ 5]= (src[ 5]+src[ 6])*20 - (src[ 4]+src[ 7])*6 + (src[ 3]+src[ 8])*3 - (src[ 2]+src[ 8]);\ | |
1152 temp[ 6]= (src[ 6]+src[ 7])*20 - (src[ 5]+src[ 8])*6 + (src[ 4]+src[ 8])*3 - (src[ 3]+src[ 7]);\ | |
1153 temp[ 7]= (src[ 7]+src[ 8])*20 - (src[ 6]+src[ 8])*6 + (src[ 5]+src[ 7])*3 - (src[ 4]+src[ 6]);\ | |
8031 | 1154 __asm__ volatile(\ |
2979 | 1155 "movq (%0), %%mm0 \n\t"\ |
1156 "movq 8(%0), %%mm1 \n\t"\ | |
1157 "paddw %2, %%mm0 \n\t"\ | |
1158 "paddw %2, %%mm1 \n\t"\ | |
1159 "psraw $5, %%mm0 \n\t"\ | |
1160 "psraw $5, %%mm1 \n\t"\ | |
1161 "packuswb %%mm1, %%mm0 \n\t"\ | |
959 | 1162 OP_3DNOW(%%mm0, (%1), %%mm1, q)\ |
1163 :: "r"(temp), "r"(dst), "m"(ROUNDER)\ | |
966 | 1164 :"memory"\ |
959 | 1165 );\ |
1166 dst+=dstStride;\ | |
1167 src+=srcStride;\ | |
1168 }\ | |
1169 } | |
1170 | |
1171 #define QPEL_OP(OPNAME, ROUNDER, RND, OP, MMX)\ | |
1172 \ | |
1173 static void OPNAME ## mpeg4_qpel16_v_lowpass_ ## MMX(uint8_t *dst, uint8_t *src, int dstStride, int srcStride){\ | |
954 | 1174 uint64_t temp[17*4];\ |
1175 uint64_t *temp_ptr= temp;\ | |
1176 int count= 17;\ | |
1177 \ | |
1178 /*FIXME unroll */\ | |
8031 | 1179 __asm__ volatile(\ |
2979 | 1180 "pxor %%mm7, %%mm7 \n\t"\ |
1181 "1: \n\t"\ | |
1182 "movq (%0), %%mm0 \n\t"\ | |
1183 "movq (%0), %%mm1 \n\t"\ | |
1184 "movq 8(%0), %%mm2 \n\t"\ | |
1185 "movq 8(%0), %%mm3 \n\t"\ | |
1186 "punpcklbw %%mm7, %%mm0 \n\t"\ | |
1187 "punpckhbw %%mm7, %%mm1 \n\t"\ | |
1188 "punpcklbw %%mm7, %%mm2 \n\t"\ | |
1189 "punpckhbw %%mm7, %%mm3 \n\t"\ | |
1190 "movq %%mm0, (%1) \n\t"\ | |
1191 "movq %%mm1, 17*8(%1) \n\t"\ | |
1192 "movq %%mm2, 2*17*8(%1) \n\t"\ | |
1193 "movq %%mm3, 3*17*8(%1) \n\t"\ | |
1194 "add $8, %1 \n\t"\ | |
1195 "add %3, %0 \n\t"\ | |
1196 "decl %2 \n\t"\ | |
1197 " jnz 1b \n\t"\ | |
954 | 1198 : "+r" (src), "+r" (temp_ptr), "+r"(count)\ |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
1199 : "r" ((x86_reg)srcStride)\ |
966 | 1200 : "memory"\ |
954 | 1201 );\ |
1202 \ | |
1203 temp_ptr= temp;\ | |
1204 count=4;\ | |
1205 \ | |
1206 /*FIXME reorder for speed */\ | |
8031 | 1207 __asm__ volatile(\ |
2979 | 1208 /*"pxor %%mm7, %%mm7 \n\t"*/\ |
1209 "1: \n\t"\ | |
1210 "movq (%0), %%mm0 \n\t"\ | |
1211 "movq 8(%0), %%mm1 \n\t"\ | |
1212 "movq 16(%0), %%mm2 \n\t"\ | |
1213 "movq 24(%0), %%mm3 \n\t"\ | |
961 | 1214 QPEL_V_LOW(%%mm0, %%mm1, %%mm2, %%mm3, %5, %6, %5, 16(%0), 8(%0), (%0), 32(%0), (%1), OP)\ |
1215 QPEL_V_LOW(%%mm1, %%mm2, %%mm3, %%mm0, %5, %6, %5, 8(%0), (%0), (%0), 40(%0), (%1, %3), OP)\ | |
2979 | 1216 "add %4, %1 \n\t"\ |
961 | 1217 QPEL_V_LOW(%%mm2, %%mm3, %%mm0, %%mm1, %5, %6, %5, (%0), (%0), 8(%0), 48(%0), (%1), OP)\ |
954 | 1218 \ |
961 | 1219 QPEL_V_LOW(%%mm3, %%mm0, %%mm1, %%mm2, %5, %6, %5, (%0), 8(%0), 16(%0), 56(%0), (%1, %3), OP)\ |
2979 | 1220 "add %4, %1 \n\t"\ |
961 | 1221 QPEL_V_LOW(%%mm0, %%mm1, %%mm2, %%mm3, %5, %6, %5, 8(%0), 16(%0), 24(%0), 64(%0), (%1), OP)\ |
1222 QPEL_V_LOW(%%mm1, %%mm2, %%mm3, %%mm0, %5, %6, %5, 16(%0), 24(%0), 32(%0), 72(%0), (%1, %3), OP)\ | |
2979 | 1223 "add %4, %1 \n\t"\ |
961 | 1224 QPEL_V_LOW(%%mm2, %%mm3, %%mm0, %%mm1, %5, %6, %5, 24(%0), 32(%0), 40(%0), 80(%0), (%1), OP)\ |
1225 QPEL_V_LOW(%%mm3, %%mm0, %%mm1, %%mm2, %5, %6, %5, 32(%0), 40(%0), 48(%0), 88(%0), (%1, %3), OP)\ | |
2979 | 1226 "add %4, %1 \n\t"\ |
961 | 1227 QPEL_V_LOW(%%mm0, %%mm1, %%mm2, %%mm3, %5, %6, %5, 40(%0), 48(%0), 56(%0), 96(%0), (%1), OP)\ |
1228 QPEL_V_LOW(%%mm1, %%mm2, %%mm3, %%mm0, %5, %6, %5, 48(%0), 56(%0), 64(%0),104(%0), (%1, %3), OP)\ | |
2979 | 1229 "add %4, %1 \n\t"\ |
961 | 1230 QPEL_V_LOW(%%mm2, %%mm3, %%mm0, %%mm1, %5, %6, %5, 56(%0), 64(%0), 72(%0),112(%0), (%1), OP)\ |
1231 QPEL_V_LOW(%%mm3, %%mm0, %%mm1, %%mm2, %5, %6, %5, 64(%0), 72(%0), 80(%0),120(%0), (%1, %3), OP)\ | |
2979 | 1232 "add %4, %1 \n\t"\ |
961 | 1233 QPEL_V_LOW(%%mm0, %%mm1, %%mm2, %%mm3, %5, %6, %5, 72(%0), 80(%0), 88(%0),128(%0), (%1), OP)\ |
954 | 1234 \ |
961 | 1235 QPEL_V_LOW(%%mm1, %%mm2, %%mm3, %%mm0, %5, %6, %5, 80(%0), 88(%0), 96(%0),128(%0), (%1, %3), OP)\ |
2979 | 1236 "add %4, %1 \n\t" \ |
961 | 1237 QPEL_V_LOW(%%mm2, %%mm3, %%mm0, %%mm1, %5, %6, %5, 88(%0), 96(%0),104(%0),120(%0), (%1), OP)\ |
1238 QPEL_V_LOW(%%mm3, %%mm0, %%mm1, %%mm2, %5, %6, %5, 96(%0),104(%0),112(%0),112(%0), (%1, %3), OP)\ | |
954 | 1239 \ |
2979 | 1240 "add $136, %0 \n\t"\ |
1241 "add %6, %1 \n\t"\ | |
1242 "decl %2 \n\t"\ | |
1243 " jnz 1b \n\t"\ | |
958
9bb668034ecf
slowdown / gcc 2.95.* bug workaround (this should be reversed as soon as gcc 2.95.* support is droped)
michaelni
parents:
954
diff
changeset
|
1244 \ |
967 | 1245 : "+r"(temp_ptr), "+r"(dst), "+g"(count)\ |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
1246 : "r"((x86_reg)dstStride), "r"(2*(x86_reg)dstStride), /*"m"(ff_pw_20), "m"(ff_pw_3),*/ "m"(ROUNDER), "g"(4-14*(x86_reg)dstStride)\ |
966 | 1247 :"memory"\ |
954 | 1248 );\ |
1249 }\ | |
1250 \ | |
1057 | 1251 static void OPNAME ## mpeg4_qpel8_v_lowpass_ ## MMX(uint8_t *dst, uint8_t *src, int dstStride, int srcStride){\ |
2209 | 1252 uint64_t temp[9*2];\ |
954 | 1253 uint64_t *temp_ptr= temp;\ |
1254 int count= 9;\ | |
1255 \ | |
1256 /*FIXME unroll */\ | |
8031 | 1257 __asm__ volatile(\ |
2979 | 1258 "pxor %%mm7, %%mm7 \n\t"\ |
1259 "1: \n\t"\ | |
1260 "movq (%0), %%mm0 \n\t"\ | |
1261 "movq (%0), %%mm1 \n\t"\ | |
1262 "punpcklbw %%mm7, %%mm0 \n\t"\ | |
1263 "punpckhbw %%mm7, %%mm1 \n\t"\ | |
1264 "movq %%mm0, (%1) \n\t"\ | |
1265 "movq %%mm1, 9*8(%1) \n\t"\ | |
1266 "add $8, %1 \n\t"\ | |
1267 "add %3, %0 \n\t"\ | |
1268 "decl %2 \n\t"\ | |
1269 " jnz 1b \n\t"\ | |
954 | 1270 : "+r" (src), "+r" (temp_ptr), "+r"(count)\ |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
1271 : "r" ((x86_reg)srcStride)\ |
966 | 1272 : "memory"\ |
954 | 1273 );\ |
1274 \ | |
1275 temp_ptr= temp;\ | |
1276 count=2;\ | |
1277 \ | |
1278 /*FIXME reorder for speed */\ | |
8031 | 1279 __asm__ volatile(\ |
2979 | 1280 /*"pxor %%mm7, %%mm7 \n\t"*/\ |
1281 "1: \n\t"\ | |
1282 "movq (%0), %%mm0 \n\t"\ | |
1283 "movq 8(%0), %%mm1 \n\t"\ | |
1284 "movq 16(%0), %%mm2 \n\t"\ | |
1285 "movq 24(%0), %%mm3 \n\t"\ | |
961 | 1286 QPEL_V_LOW(%%mm0, %%mm1, %%mm2, %%mm3, %5, %6, %5, 16(%0), 8(%0), (%0), 32(%0), (%1), OP)\ |
1287 QPEL_V_LOW(%%mm1, %%mm2, %%mm3, %%mm0, %5, %6, %5, 8(%0), (%0), (%0), 40(%0), (%1, %3), OP)\ | |
2979 | 1288 "add %4, %1 \n\t"\ |
961 | 1289 QPEL_V_LOW(%%mm2, %%mm3, %%mm0, %%mm1, %5, %6, %5, (%0), (%0), 8(%0), 48(%0), (%1), OP)\ |
954 | 1290 \ |
961 | 1291 QPEL_V_LOW(%%mm3, %%mm0, %%mm1, %%mm2, %5, %6, %5, (%0), 8(%0), 16(%0), 56(%0), (%1, %3), OP)\ |
2979 | 1292 "add %4, %1 \n\t"\ |
961 | 1293 QPEL_V_LOW(%%mm0, %%mm1, %%mm2, %%mm3, %5, %6, %5, 8(%0), 16(%0), 24(%0), 64(%0), (%1), OP)\ |
954 | 1294 \ |
961 | 1295 QPEL_V_LOW(%%mm1, %%mm2, %%mm3, %%mm0, %5, %6, %5, 16(%0), 24(%0), 32(%0), 64(%0), (%1, %3), OP)\ |
2979 | 1296 "add %4, %1 \n\t"\ |
961 | 1297 QPEL_V_LOW(%%mm2, %%mm3, %%mm0, %%mm1, %5, %6, %5, 24(%0), 32(%0), 40(%0), 56(%0), (%1), OP)\ |
1298 QPEL_V_LOW(%%mm3, %%mm0, %%mm1, %%mm2, %5, %6, %5, 32(%0), 40(%0), 48(%0), 48(%0), (%1, %3), OP)\ | |
954 | 1299 \ |
2979 | 1300 "add $72, %0 \n\t"\ |
1301 "add %6, %1 \n\t"\ | |
1302 "decl %2 \n\t"\ | |
1303 " jnz 1b \n\t"\ | |
954 | 1304 \ |
961 | 1305 : "+r"(temp_ptr), "+r"(dst), "+g"(count)\ |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
1306 : "r"((x86_reg)dstStride), "r"(2*(x86_reg)dstStride), /*"m"(ff_pw_20), "m"(ff_pw_3),*/ "m"(ROUNDER), "g"(4-6*(x86_reg)dstStride)\ |
966 | 1307 : "memory"\ |
1308 );\ | |
959 | 1309 }\ |
954 | 1310 \ |
1064 | 1311 static void OPNAME ## qpel8_mc00_ ## MMX (uint8_t *dst, uint8_t *src, int stride){\ |
6321 | 1312 OPNAME ## pixels8_ ## MMX(dst, src, stride, 8);\ |
954 | 1313 }\ |
1314 \ | |
1064 | 1315 static void OPNAME ## qpel8_mc10_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
984 | 1316 uint64_t temp[8];\ |
954 | 1317 uint8_t * const half= (uint8_t*)temp;\ |
1318 put ## RND ## mpeg4_qpel8_h_lowpass_ ## MMX(half, src, 8, stride, 8);\ | |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1319 OPNAME ## pixels8_l2_ ## MMX(dst, src, half, stride, stride, 8);\ |
954 | 1320 }\ |
1321 \ | |
1064 | 1322 static void OPNAME ## qpel8_mc20_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
954 | 1323 OPNAME ## mpeg4_qpel8_h_lowpass_ ## MMX(dst, src, stride, stride, 8);\ |
1324 }\ | |
1325 \ | |
1064 | 1326 static void OPNAME ## qpel8_mc30_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
984 | 1327 uint64_t temp[8];\ |
954 | 1328 uint8_t * const half= (uint8_t*)temp;\ |
1329 put ## RND ## mpeg4_qpel8_h_lowpass_ ## MMX(half, src, 8, stride, 8);\ | |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1330 OPNAME ## pixels8_l2_ ## MMX(dst, src+1, half, stride, stride, 8);\ |
954 | 1331 }\ |
1332 \ | |
1064 | 1333 static void OPNAME ## qpel8_mc01_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
984 | 1334 uint64_t temp[8];\ |
954 | 1335 uint8_t * const half= (uint8_t*)temp;\ |
959 | 1336 put ## RND ## mpeg4_qpel8_v_lowpass_ ## MMX(half, src, 8, stride);\ |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1337 OPNAME ## pixels8_l2_ ## MMX(dst, src, half, stride, stride, 8);\ |
954 | 1338 }\ |
1339 \ | |
1064 | 1340 static void OPNAME ## qpel8_mc02_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
959 | 1341 OPNAME ## mpeg4_qpel8_v_lowpass_ ## MMX(dst, src, stride, stride);\ |
954 | 1342 }\ |
1343 \ | |
1064 | 1344 static void OPNAME ## qpel8_mc03_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
984 | 1345 uint64_t temp[8];\ |
954 | 1346 uint8_t * const half= (uint8_t*)temp;\ |
959 | 1347 put ## RND ## mpeg4_qpel8_v_lowpass_ ## MMX(half, src, 8, stride);\ |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1348 OPNAME ## pixels8_l2_ ## MMX(dst, src+stride, half, stride, stride, 8);\ |
954 | 1349 }\ |
1064 | 1350 static void OPNAME ## qpel8_mc11_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
984 | 1351 uint64_t half[8 + 9];\ |
1352 uint8_t * const halfH= ((uint8_t*)half) + 64;\ | |
1353 uint8_t * const halfHV= ((uint8_t*)half);\ | |
954 | 1354 put ## RND ## mpeg4_qpel8_h_lowpass_ ## MMX(halfH, src, 8, stride, 9);\ |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1355 put ## RND ## pixels8_l2_ ## MMX(halfH, src, halfH, 8, stride, 9);\ |
959 | 1356 put ## RND ## mpeg4_qpel8_v_lowpass_ ## MMX(halfHV, halfH, 8, 8);\ |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1357 OPNAME ## pixels8_l2_ ## MMX(dst, halfH, halfHV, stride, 8, 8);\ |
954 | 1358 }\ |
1064 | 1359 static void OPNAME ## qpel8_mc31_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
984 | 1360 uint64_t half[8 + 9];\ |
1361 uint8_t * const halfH= ((uint8_t*)half) + 64;\ | |
1362 uint8_t * const halfHV= ((uint8_t*)half);\ | |
954 | 1363 put ## RND ## mpeg4_qpel8_h_lowpass_ ## MMX(halfH, src, 8, stride, 9);\ |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1364 put ## RND ## pixels8_l2_ ## MMX(halfH, src+1, halfH, 8, stride, 9);\ |
959 | 1365 put ## RND ## mpeg4_qpel8_v_lowpass_ ## MMX(halfHV, halfH, 8, 8);\ |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1366 OPNAME ## pixels8_l2_ ## MMX(dst, halfH, halfHV, stride, 8, 8);\ |
954 | 1367 }\ |
1064 | 1368 static void OPNAME ## qpel8_mc13_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
984 | 1369 uint64_t half[8 + 9];\ |
1370 uint8_t * const halfH= ((uint8_t*)half) + 64;\ | |
1371 uint8_t * const halfHV= ((uint8_t*)half);\ | |
954 | 1372 put ## RND ## mpeg4_qpel8_h_lowpass_ ## MMX(halfH, src, 8, stride, 9);\ |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1373 put ## RND ## pixels8_l2_ ## MMX(halfH, src, halfH, 8, stride, 9);\ |
959 | 1374 put ## RND ## mpeg4_qpel8_v_lowpass_ ## MMX(halfHV, halfH, 8, 8);\ |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1375 OPNAME ## pixels8_l2_ ## MMX(dst, halfH+8, halfHV, stride, 8, 8);\ |
954 | 1376 }\ |
1064 | 1377 static void OPNAME ## qpel8_mc33_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
984 | 1378 uint64_t half[8 + 9];\ |
1379 uint8_t * const halfH= ((uint8_t*)half) + 64;\ | |
1380 uint8_t * const halfHV= ((uint8_t*)half);\ | |
1381 put ## RND ## mpeg4_qpel8_h_lowpass_ ## MMX(halfH, src, 8, stride, 9);\ | |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1382 put ## RND ## pixels8_l2_ ## MMX(halfH, src+1, halfH, 8, stride, 9);\ |
959 | 1383 put ## RND ## mpeg4_qpel8_v_lowpass_ ## MMX(halfHV, halfH, 8, 8);\ |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1384 OPNAME ## pixels8_l2_ ## MMX(dst, halfH+8, halfHV, stride, 8, 8);\ |
954 | 1385 }\ |
1064 | 1386 static void OPNAME ## qpel8_mc21_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
984 | 1387 uint64_t half[8 + 9];\ |
954 | 1388 uint8_t * const halfH= ((uint8_t*)half) + 64;\ |
1389 uint8_t * const halfHV= ((uint8_t*)half);\ | |
1390 put ## RND ## mpeg4_qpel8_h_lowpass_ ## MMX(halfH, src, 8, stride, 9);\ | |
959 | 1391 put ## RND ## mpeg4_qpel8_v_lowpass_ ## MMX(halfHV, halfH, 8, 8);\ |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1392 OPNAME ## pixels8_l2_ ## MMX(dst, halfH, halfHV, stride, 8, 8);\ |
954 | 1393 }\ |
1064 | 1394 static void OPNAME ## qpel8_mc23_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
984 | 1395 uint64_t half[8 + 9];\ |
954 | 1396 uint8_t * const halfH= ((uint8_t*)half) + 64;\ |
1397 uint8_t * const halfHV= ((uint8_t*)half);\ | |
1398 put ## RND ## mpeg4_qpel8_h_lowpass_ ## MMX(halfH, src, 8, stride, 9);\ | |
959 | 1399 put ## RND ## mpeg4_qpel8_v_lowpass_ ## MMX(halfHV, halfH, 8, 8);\ |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1400 OPNAME ## pixels8_l2_ ## MMX(dst, halfH+8, halfHV, stride, 8, 8);\ |
954 | 1401 }\ |
1064 | 1402 static void OPNAME ## qpel8_mc12_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
984 | 1403 uint64_t half[8 + 9];\ |
1404 uint8_t * const halfH= ((uint8_t*)half);\ | |
954 | 1405 put ## RND ## mpeg4_qpel8_h_lowpass_ ## MMX(halfH, src, 8, stride, 9);\ |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1406 put ## RND ## pixels8_l2_ ## MMX(halfH, src, halfH, 8, stride, 9);\ |
984 | 1407 OPNAME ## mpeg4_qpel8_v_lowpass_ ## MMX(dst, halfH, stride, 8);\ |
954 | 1408 }\ |
1064 | 1409 static void OPNAME ## qpel8_mc32_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
984 | 1410 uint64_t half[8 + 9];\ |
1411 uint8_t * const halfH= ((uint8_t*)half);\ | |
954 | 1412 put ## RND ## mpeg4_qpel8_h_lowpass_ ## MMX(halfH, src, 8, stride, 9);\ |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1413 put ## RND ## pixels8_l2_ ## MMX(halfH, src+1, halfH, 8, stride, 9);\ |
984 | 1414 OPNAME ## mpeg4_qpel8_v_lowpass_ ## MMX(dst, halfH, stride, 8);\ |
954 | 1415 }\ |
1064 | 1416 static void OPNAME ## qpel8_mc22_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
984 | 1417 uint64_t half[9];\ |
954 | 1418 uint8_t * const halfH= ((uint8_t*)half);\ |
1419 put ## RND ## mpeg4_qpel8_h_lowpass_ ## MMX(halfH, src, 8, stride, 9);\ | |
959 | 1420 OPNAME ## mpeg4_qpel8_v_lowpass_ ## MMX(dst, halfH, stride, 8);\ |
954 | 1421 }\ |
1064 | 1422 static void OPNAME ## qpel16_mc00_ ## MMX (uint8_t *dst, uint8_t *src, int stride){\ |
6321 | 1423 OPNAME ## pixels16_ ## MMX(dst, src, stride, 16);\ |
954 | 1424 }\ |
1425 \ | |
1064 | 1426 static void OPNAME ## qpel16_mc10_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
954 | 1427 uint64_t temp[32];\ |
1428 uint8_t * const half= (uint8_t*)temp;\ | |
1429 put ## RND ## mpeg4_qpel16_h_lowpass_ ## MMX(half, src, 16, stride, 16);\ | |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1430 OPNAME ## pixels16_l2_ ## MMX(dst, src, half, stride, stride, 16);\ |
954 | 1431 }\ |
1432 \ | |
1064 | 1433 static void OPNAME ## qpel16_mc20_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
954 | 1434 OPNAME ## mpeg4_qpel16_h_lowpass_ ## MMX(dst, src, stride, stride, 16);\ |
1435 }\ | |
1436 \ | |
1064 | 1437 static void OPNAME ## qpel16_mc30_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
954 | 1438 uint64_t temp[32];\ |
1439 uint8_t * const half= (uint8_t*)temp;\ | |
1440 put ## RND ## mpeg4_qpel16_h_lowpass_ ## MMX(half, src, 16, stride, 16);\ | |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1441 OPNAME ## pixels16_l2_ ## MMX(dst, src+1, half, stride, stride, 16);\ |
954 | 1442 }\ |
1443 \ | |
1064 | 1444 static void OPNAME ## qpel16_mc01_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
954 | 1445 uint64_t temp[32];\ |
1446 uint8_t * const half= (uint8_t*)temp;\ | |
959 | 1447 put ## RND ## mpeg4_qpel16_v_lowpass_ ## MMX(half, src, 16, stride);\ |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1448 OPNAME ## pixels16_l2_ ## MMX(dst, src, half, stride, stride, 16);\ |
954 | 1449 }\ |
1450 \ | |
1064 | 1451 static void OPNAME ## qpel16_mc02_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
959 | 1452 OPNAME ## mpeg4_qpel16_v_lowpass_ ## MMX(dst, src, stride, stride);\ |
954 | 1453 }\ |
1454 \ | |
1064 | 1455 static void OPNAME ## qpel16_mc03_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
954 | 1456 uint64_t temp[32];\ |
1457 uint8_t * const half= (uint8_t*)temp;\ | |
959 | 1458 put ## RND ## mpeg4_qpel16_v_lowpass_ ## MMX(half, src, 16, stride);\ |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1459 OPNAME ## pixels16_l2_ ## MMX(dst, src+stride, half, stride, stride, 16);\ |
954 | 1460 }\ |
1064 | 1461 static void OPNAME ## qpel16_mc11_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
984 | 1462 uint64_t half[16*2 + 17*2];\ |
1463 uint8_t * const halfH= ((uint8_t*)half) + 256;\ | |
1464 uint8_t * const halfHV= ((uint8_t*)half);\ | |
954 | 1465 put ## RND ## mpeg4_qpel16_h_lowpass_ ## MMX(halfH, src, 16, stride, 17);\ |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1466 put ## RND ## pixels16_l2_ ## MMX(halfH, src, halfH, 16, stride, 17);\ |
959 | 1467 put ## RND ## mpeg4_qpel16_v_lowpass_ ## MMX(halfHV, halfH, 16, 16);\ |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1468 OPNAME ## pixels16_l2_ ## MMX(dst, halfH, halfHV, stride, 16, 16);\ |
954 | 1469 }\ |
1064 | 1470 static void OPNAME ## qpel16_mc31_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
984 | 1471 uint64_t half[16*2 + 17*2];\ |
1472 uint8_t * const halfH= ((uint8_t*)half) + 256;\ | |
1473 uint8_t * const halfHV= ((uint8_t*)half);\ | |
954 | 1474 put ## RND ## mpeg4_qpel16_h_lowpass_ ## MMX(halfH, src, 16, stride, 17);\ |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1475 put ## RND ## pixels16_l2_ ## MMX(halfH, src+1, halfH, 16, stride, 17);\ |
959 | 1476 put ## RND ## mpeg4_qpel16_v_lowpass_ ## MMX(halfHV, halfH, 16, 16);\ |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1477 OPNAME ## pixels16_l2_ ## MMX(dst, halfH, halfHV, stride, 16, 16);\ |
954 | 1478 }\ |
1064 | 1479 static void OPNAME ## qpel16_mc13_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
984 | 1480 uint64_t half[16*2 + 17*2];\ |
1481 uint8_t * const halfH= ((uint8_t*)half) + 256;\ | |
1482 uint8_t * const halfHV= ((uint8_t*)half);\ | |
954 | 1483 put ## RND ## mpeg4_qpel16_h_lowpass_ ## MMX(halfH, src, 16, stride, 17);\ |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1484 put ## RND ## pixels16_l2_ ## MMX(halfH, src, halfH, 16, stride, 17);\ |
959 | 1485 put ## RND ## mpeg4_qpel16_v_lowpass_ ## MMX(halfHV, halfH, 16, 16);\ |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1486 OPNAME ## pixels16_l2_ ## MMX(dst, halfH+16, halfHV, stride, 16, 16);\ |
954 | 1487 }\ |
1064 | 1488 static void OPNAME ## qpel16_mc33_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
984 | 1489 uint64_t half[16*2 + 17*2];\ |
1490 uint8_t * const halfH= ((uint8_t*)half) + 256;\ | |
1491 uint8_t * const halfHV= ((uint8_t*)half);\ | |
1492 put ## RND ## mpeg4_qpel16_h_lowpass_ ## MMX(halfH, src, 16, stride, 17);\ | |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1493 put ## RND ## pixels16_l2_ ## MMX(halfH, src+1, halfH, 16, stride, 17);\ |
959 | 1494 put ## RND ## mpeg4_qpel16_v_lowpass_ ## MMX(halfHV, halfH, 16, 16);\ |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1495 OPNAME ## pixels16_l2_ ## MMX(dst, halfH+16, halfHV, stride, 16, 16);\ |
954 | 1496 }\ |
1064 | 1497 static void OPNAME ## qpel16_mc21_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
954 | 1498 uint64_t half[16*2 + 17*2];\ |
1499 uint8_t * const halfH= ((uint8_t*)half) + 256;\ | |
1500 uint8_t * const halfHV= ((uint8_t*)half);\ | |
1501 put ## RND ## mpeg4_qpel16_h_lowpass_ ## MMX(halfH, src, 16, stride, 17);\ | |
959 | 1502 put ## RND ## mpeg4_qpel16_v_lowpass_ ## MMX(halfHV, halfH, 16, 16);\ |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1503 OPNAME ## pixels16_l2_ ## MMX(dst, halfH, halfHV, stride, 16, 16);\ |
954 | 1504 }\ |
1064 | 1505 static void OPNAME ## qpel16_mc23_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
954 | 1506 uint64_t half[16*2 + 17*2];\ |
1507 uint8_t * const halfH= ((uint8_t*)half) + 256;\ | |
1508 uint8_t * const halfHV= ((uint8_t*)half);\ | |
1509 put ## RND ## mpeg4_qpel16_h_lowpass_ ## MMX(halfH, src, 16, stride, 17);\ | |
959 | 1510 put ## RND ## mpeg4_qpel16_v_lowpass_ ## MMX(halfHV, halfH, 16, 16);\ |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1511 OPNAME ## pixels16_l2_ ## MMX(dst, halfH+16, halfHV, stride, 16, 16);\ |
954 | 1512 }\ |
1064 | 1513 static void OPNAME ## qpel16_mc12_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
984 | 1514 uint64_t half[17*2];\ |
1515 uint8_t * const halfH= ((uint8_t*)half);\ | |
954 | 1516 put ## RND ## mpeg4_qpel16_h_lowpass_ ## MMX(halfH, src, 16, stride, 17);\ |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1517 put ## RND ## pixels16_l2_ ## MMX(halfH, src, halfH, 16, stride, 17);\ |
984 | 1518 OPNAME ## mpeg4_qpel16_v_lowpass_ ## MMX(dst, halfH, stride, 16);\ |
954 | 1519 }\ |
1064 | 1520 static void OPNAME ## qpel16_mc32_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
984 | 1521 uint64_t half[17*2];\ |
1522 uint8_t * const halfH= ((uint8_t*)half);\ | |
954 | 1523 put ## RND ## mpeg4_qpel16_h_lowpass_ ## MMX(halfH, src, 16, stride, 17);\ |
2207
22b768f1261a
10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster
michael
parents:
2067
diff
changeset
|
1524 put ## RND ## pixels16_l2_ ## MMX(halfH, src+1, halfH, 16, stride, 17);\ |
984 | 1525 OPNAME ## mpeg4_qpel16_v_lowpass_ ## MMX(dst, halfH, stride, 16);\ |
954 | 1526 }\ |
1064 | 1527 static void OPNAME ## qpel16_mc22_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
954 | 1528 uint64_t half[17*2];\ |
1529 uint8_t * const halfH= ((uint8_t*)half);\ | |
1530 put ## RND ## mpeg4_qpel16_h_lowpass_ ## MMX(halfH, src, 16, stride, 17);\ | |
959 | 1531 OPNAME ## mpeg4_qpel16_v_lowpass_ ## MMX(dst, halfH, stride, 16);\ |
954 | 1532 } |
1533 | |
2979 | 1534 #define PUT_OP(a,b,temp, size) "mov" #size " " #a ", " #b " \n\t" |
959 | 1535 #define AVG_3DNOW_OP(a,b,temp, size) \ |
2979 | 1536 "mov" #size " " #b ", " #temp " \n\t"\ |
1537 "pavgusb " #temp ", " #a " \n\t"\ | |
1538 "mov" #size " " #a ", " #b " \n\t" | |
959 | 1539 #define AVG_MMX2_OP(a,b,temp, size) \ |
2979 | 1540 "mov" #size " " #b ", " #temp " \n\t"\ |
1541 "pavgb " #temp ", " #a " \n\t"\ | |
1542 "mov" #size " " #a ", " #b " \n\t" | |
959 | 1543 |
1544 QPEL_BASE(put_ , ff_pw_16, _ , PUT_OP, PUT_OP) | |
1545 QPEL_BASE(avg_ , ff_pw_16, _ , AVG_MMX2_OP, AVG_3DNOW_OP) | |
1546 QPEL_BASE(put_no_rnd_, ff_pw_15, _no_rnd_, PUT_OP, PUT_OP) | |
1547 QPEL_OP(put_ , ff_pw_16, _ , PUT_OP, 3dnow) | |
1548 QPEL_OP(avg_ , ff_pw_16, _ , AVG_3DNOW_OP, 3dnow) | |
1549 QPEL_OP(put_no_rnd_, ff_pw_15, _no_rnd_, PUT_OP, 3dnow) | |
954 | 1550 QPEL_OP(put_ , ff_pw_16, _ , PUT_OP, mmx2) |
959 | 1551 QPEL_OP(avg_ , ff_pw_16, _ , AVG_MMX2_OP, mmx2) |
954 | 1552 QPEL_OP(put_no_rnd_, ff_pw_15, _no_rnd_, PUT_OP, mmx2) |
1553 | |
3807
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1554 /***********************************/ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1555 /* bilinear qpel: not compliant to any spec, only for -lavdopts fast */ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1556 |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1557 #define QPEL_2TAP_XY(OPNAME, SIZE, MMX, XY, HPEL)\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1558 static void OPNAME ## 2tap_qpel ## SIZE ## _mc ## XY ## _ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1559 OPNAME ## pixels ## SIZE ## HPEL(dst, src, stride, SIZE);\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1560 } |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1561 #define QPEL_2TAP_L3(OPNAME, SIZE, MMX, XY, S0, S1, S2)\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1562 static void OPNAME ## 2tap_qpel ## SIZE ## _mc ## XY ## _ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1563 OPNAME ## 2tap_qpel ## SIZE ## _l3_ ## MMX(dst, src+S0, stride, SIZE, S1, S2);\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1564 } |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1565 |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1566 #define QPEL_2TAP(OPNAME, SIZE, MMX)\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1567 QPEL_2TAP_XY(OPNAME, SIZE, MMX, 20, _x2_ ## MMX)\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1568 QPEL_2TAP_XY(OPNAME, SIZE, MMX, 02, _y2_ ## MMX)\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1569 QPEL_2TAP_XY(OPNAME, SIZE, MMX, 22, _xy2_mmx)\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1570 static const qpel_mc_func OPNAME ## 2tap_qpel ## SIZE ## _mc00_ ## MMX =\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1571 OPNAME ## qpel ## SIZE ## _mc00_ ## MMX;\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1572 static const qpel_mc_func OPNAME ## 2tap_qpel ## SIZE ## _mc21_ ## MMX =\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1573 OPNAME ## 2tap_qpel ## SIZE ## _mc20_ ## MMX;\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1574 static const qpel_mc_func OPNAME ## 2tap_qpel ## SIZE ## _mc12_ ## MMX =\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1575 OPNAME ## 2tap_qpel ## SIZE ## _mc02_ ## MMX;\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1576 static void OPNAME ## 2tap_qpel ## SIZE ## _mc32_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1577 OPNAME ## pixels ## SIZE ## _y2_ ## MMX(dst, src+1, stride, SIZE);\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1578 }\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1579 static void OPNAME ## 2tap_qpel ## SIZE ## _mc23_ ## MMX(uint8_t *dst, uint8_t *src, int stride){\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1580 OPNAME ## pixels ## SIZE ## _x2_ ## MMX(dst, src+stride, stride, SIZE);\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1581 }\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1582 QPEL_2TAP_L3(OPNAME, SIZE, MMX, 10, 0, 1, 0)\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1583 QPEL_2TAP_L3(OPNAME, SIZE, MMX, 30, 1, -1, 0)\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1584 QPEL_2TAP_L3(OPNAME, SIZE, MMX, 01, 0, stride, 0)\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1585 QPEL_2TAP_L3(OPNAME, SIZE, MMX, 03, stride, -stride, 0)\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1586 QPEL_2TAP_L3(OPNAME, SIZE, MMX, 11, 0, stride, 1)\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1587 QPEL_2TAP_L3(OPNAME, SIZE, MMX, 31, 1, stride, -1)\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1588 QPEL_2TAP_L3(OPNAME, SIZE, MMX, 13, stride, -stride, 1)\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1589 QPEL_2TAP_L3(OPNAME, SIZE, MMX, 33, stride+1, -stride, -1)\ |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1590 |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1591 QPEL_2TAP(put_, 16, mmx2) |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1592 QPEL_2TAP(avg_, 16, mmx2) |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1593 QPEL_2TAP(put_, 8, mmx2) |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1594 QPEL_2TAP(avg_, 8, mmx2) |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1595 QPEL_2TAP(put_, 16, 3dnow) |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1596 QPEL_2TAP(avg_, 16, 3dnow) |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1597 QPEL_2TAP(put_, 8, 3dnow) |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1598 QPEL_2TAP(avg_, 8, 3dnow) |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1599 |
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
1600 |
393 | 1601 #if 0 |
247
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
1602 static void just_return() { return; } |
393 | 1603 #endif |
247
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
1604 |
3248
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1605 static void gmc_mmx(uint8_t *dst, uint8_t *src, int stride, int h, int ox, int oy, |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1606 int dxx, int dxy, int dyx, int dyy, int shift, int r, int width, int height){ |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1607 const int w = 8; |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1608 const int ix = ox>>(16+shift); |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1609 const int iy = oy>>(16+shift); |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1610 const int oxs = ox>>4; |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1611 const int oys = oy>>4; |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1612 const int dxxs = dxx>>4; |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1613 const int dxys = dxy>>4; |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1614 const int dyxs = dyx>>4; |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1615 const int dyys = dyy>>4; |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1616 const uint16_t r4[4] = {r,r,r,r}; |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1617 const uint16_t dxy4[4] = {dxys,dxys,dxys,dxys}; |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1618 const uint16_t dyy4[4] = {dyys,dyys,dyys,dyys}; |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1619 const uint64_t shift2 = 2*shift; |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1620 uint8_t edge_buf[(h+1)*stride]; |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1621 int x, y; |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1622 |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1623 const int dxw = (dxx-(1<<(16+shift)))*(w-1); |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1624 const int dyh = (dyy-(1<<(16+shift)))*(h-1); |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1625 const int dxh = dxy*(h-1); |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1626 const int dyw = dyx*(w-1); |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1627 if( // non-constant fullpel offset (3% of blocks) |
6196
166bef5cad01
add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest parentheses around arithmetic in operand of |
bcoudurier
parents:
6195
diff
changeset
|
1628 ((ox^(ox+dxw)) | (ox^(ox+dxh)) | (ox^(ox+dxw+dxh)) | |
166bef5cad01
add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest parentheses around arithmetic in operand of |
bcoudurier
parents:
6195
diff
changeset
|
1629 (oy^(oy+dyw)) | (oy^(oy+dyh)) | (oy^(oy+dyw+dyh))) >> (16+shift) |
3248
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1630 // uses more than 16 bits of subpel mv (only at huge resolution) |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1631 || (dxx|dxy|dyx|dyy)&15 ) |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1632 { |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1633 //FIXME could still use mmx for some of the rows |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1634 ff_gmc_c(dst, src, stride, h, ox, oy, dxx, dxy, dyx, dyy, shift, r, width, height); |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1635 return; |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1636 } |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1637 |
3250 | 1638 src += ix + iy*stride; |
3248
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1639 if( (unsigned)ix >= width-w || |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1640 (unsigned)iy >= height-h ) |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1641 { |
3250 | 1642 ff_emulated_edge_mc(edge_buf, src, stride, w+1, h+1, ix, iy, width, height); |
3248
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1643 src = edge_buf; |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1644 } |
3250 | 1645 |
8031 | 1646 __asm__ volatile( |
3250 | 1647 "movd %0, %%mm6 \n\t" |
1648 "pxor %%mm7, %%mm7 \n\t" | |
1649 "punpcklwd %%mm6, %%mm6 \n\t" | |
1650 "punpcklwd %%mm6, %%mm6 \n\t" | |
1651 :: "r"(1<<shift) | |
1652 ); | |
3248
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1653 |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1654 for(x=0; x<w; x+=4){ |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1655 uint16_t dx4[4] = { oxs - dxys + dxxs*(x+0), |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1656 oxs - dxys + dxxs*(x+1), |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1657 oxs - dxys + dxxs*(x+2), |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1658 oxs - dxys + dxxs*(x+3) }; |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1659 uint16_t dy4[4] = { oys - dyys + dyxs*(x+0), |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1660 oys - dyys + dyxs*(x+1), |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1661 oys - dyys + dyxs*(x+2), |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1662 oys - dyys + dyxs*(x+3) }; |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1663 |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1664 for(y=0; y<h; y++){ |
8031 | 1665 __asm__ volatile( |
3248
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1666 "movq %0, %%mm4 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1667 "movq %1, %%mm5 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1668 "paddw %2, %%mm4 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1669 "paddw %3, %%mm5 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1670 "movq %%mm4, %0 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1671 "movq %%mm5, %1 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1672 "psrlw $12, %%mm4 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1673 "psrlw $12, %%mm5 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1674 : "+m"(*dx4), "+m"(*dy4) |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1675 : "m"(*dxy4), "m"(*dyy4) |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1676 ); |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1677 |
8031 | 1678 __asm__ volatile( |
3248
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1679 "movq %%mm6, %%mm2 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1680 "movq %%mm6, %%mm1 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1681 "psubw %%mm4, %%mm2 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1682 "psubw %%mm5, %%mm1 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1683 "movq %%mm2, %%mm0 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1684 "movq %%mm4, %%mm3 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1685 "pmullw %%mm1, %%mm0 \n\t" // (s-dx)*(s-dy) |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1686 "pmullw %%mm5, %%mm3 \n\t" // dx*dy |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1687 "pmullw %%mm5, %%mm2 \n\t" // (s-dx)*dy |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1688 "pmullw %%mm4, %%mm1 \n\t" // dx*(s-dy) |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1689 |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1690 "movd %4, %%mm5 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1691 "movd %3, %%mm4 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1692 "punpcklbw %%mm7, %%mm5 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1693 "punpcklbw %%mm7, %%mm4 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1694 "pmullw %%mm5, %%mm3 \n\t" // src[1,1] * dx*dy |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1695 "pmullw %%mm4, %%mm2 \n\t" // src[0,1] * (s-dx)*dy |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1696 |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1697 "movd %2, %%mm5 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1698 "movd %1, %%mm4 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1699 "punpcklbw %%mm7, %%mm5 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1700 "punpcklbw %%mm7, %%mm4 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1701 "pmullw %%mm5, %%mm1 \n\t" // src[1,0] * dx*(s-dy) |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1702 "pmullw %%mm4, %%mm0 \n\t" // src[0,0] * (s-dx)*(s-dy) |
3250 | 1703 "paddw %5, %%mm1 \n\t" |
3248
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1704 "paddw %%mm3, %%mm2 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1705 "paddw %%mm1, %%mm0 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1706 "paddw %%mm2, %%mm0 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1707 |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1708 "psrlw %6, %%mm0 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1709 "packuswb %%mm0, %%mm0 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1710 "movd %%mm0, %0 \n\t" |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1711 |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1712 : "=m"(dst[x+y*stride]) |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1713 : "m"(src[0]), "m"(src[1]), |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1714 "m"(src[stride]), "m"(src[stride+1]), |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1715 "m"(*r4), "m"(shift2) |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1716 ); |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1717 src += stride; |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1718 } |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1719 src += 4-h*stride; |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1720 } |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1721 } |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
1722 |
3215
06f98047ff26
prefetch pixels for future motion compensation. 2-5% faster h264.
lorenm
parents:
3213
diff
changeset
|
1723 #define PREFETCH(name, op) \ |
4172 | 1724 static void name(void *mem, int stride, int h){\ |
3215
06f98047ff26
prefetch pixels for future motion compensation. 2-5% faster h264.
lorenm
parents:
3213
diff
changeset
|
1725 const uint8_t *p= mem;\ |
06f98047ff26
prefetch pixels for future motion compensation. 2-5% faster h264.
lorenm
parents:
3213
diff
changeset
|
1726 do{\ |
8031 | 1727 __asm__ volatile(#op" %0" :: "m"(*p));\ |
3215
06f98047ff26
prefetch pixels for future motion compensation. 2-5% faster h264.
lorenm
parents:
3213
diff
changeset
|
1728 p+= stride;\ |
06f98047ff26
prefetch pixels for future motion compensation. 2-5% faster h264.
lorenm
parents:
3213
diff
changeset
|
1729 }while(--h);\ |
06f98047ff26
prefetch pixels for future motion compensation. 2-5% faster h264.
lorenm
parents:
3213
diff
changeset
|
1730 } |
06f98047ff26
prefetch pixels for future motion compensation. 2-5% faster h264.
lorenm
parents:
3213
diff
changeset
|
1731 PREFETCH(prefetch_mmx2, prefetcht0) |
06f98047ff26
prefetch pixels for future motion compensation. 2-5% faster h264.
lorenm
parents:
3213
diff
changeset
|
1732 PREFETCH(prefetch_3dnow, prefetch) |
06f98047ff26
prefetch pixels for future motion compensation. 2-5% faster h264.
lorenm
parents:
3213
diff
changeset
|
1733 #undef PREFETCH |
06f98047ff26
prefetch pixels for future motion compensation. 2-5% faster h264.
lorenm
parents:
3213
diff
changeset
|
1734 |
2754 | 1735 #include "h264dsp_mmx.c" |
2967 | 1736 |
6009 | 1737 /* CAVS specific */ |
3524 | 1738 void ff_cavsdsp_init_mmx2(DSPContext* c, AVCodecContext *avctx); |
6522
dfa76e0734e5
Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx()
zuxy
parents:
6513
diff
changeset
|
1739 void ff_cavsdsp_init_3dnow(DSPContext* c, AVCodecContext *avctx); |
3524 | 1740 |
1741 void ff_put_cavs_qpel8_mc00_mmx2(uint8_t *dst, uint8_t *src, int stride) { | |
1742 put_pixels8_mmx(dst, src, stride, 8); | |
1743 } | |
1744 void ff_avg_cavs_qpel8_mc00_mmx2(uint8_t *dst, uint8_t *src, int stride) { | |
1745 avg_pixels8_mmx(dst, src, stride, 8); | |
1746 } | |
1747 void ff_put_cavs_qpel16_mc00_mmx2(uint8_t *dst, uint8_t *src, int stride) { | |
1748 put_pixels16_mmx(dst, src, stride, 16); | |
1749 } | |
1750 void ff_avg_cavs_qpel16_mc00_mmx2(uint8_t *dst, uint8_t *src, int stride) { | |
1751 avg_pixels16_mmx(dst, src, stride, 16); | |
1752 } | |
1753 | |
5948 | 1754 /* VC1 specific */ |
1755 void ff_vc1dsp_init_mmx(DSPContext* dsp, AVCodecContext *avctx); | |
1756 | |
1757 void ff_put_vc1_mspel_mc00_mmx(uint8_t *dst, const uint8_t *src, int stride, int rnd) { | |
1758 put_pixels8_mmx(dst, src, stride, 8); | |
1759 } | |
1760 | |
1092 | 1761 /* external functions, from idct_mmx.c */ |
1762 void ff_mmx_idct(DCTELEM *block); | |
1763 void ff_mmxext_idct(DCTELEM *block); | |
1764 | |
1765 /* XXX: those functions should be suppressed ASAP when all IDCTs are | |
1766 converted */ | |
4020
723818b5de0f
Put libmpeg2 IDCT functions under CONFIG_GPL, fixes link failure
diego
parents:
4001
diff
changeset
|
1767 #ifdef CONFIG_GPL |
1092 | 1768 static void ff_libmpeg2mmx_idct_put(uint8_t *dest, int line_size, DCTELEM *block) |
1769 { | |
1770 ff_mmx_idct (block); | |
1771 put_pixels_clamped_mmx(block, dest, line_size); | |
1772 } | |
1773 static void ff_libmpeg2mmx_idct_add(uint8_t *dest, int line_size, DCTELEM *block) | |
1774 { | |
1775 ff_mmx_idct (block); | |
1776 add_pixels_clamped_mmx(block, dest, line_size); | |
1777 } | |
1778 static void ff_libmpeg2mmx2_idct_put(uint8_t *dest, int line_size, DCTELEM *block) | |
1779 { | |
1780 ff_mmxext_idct (block); | |
1781 put_pixels_clamped_mmx(block, dest, line_size); | |
1782 } | |
1783 static void ff_libmpeg2mmx2_idct_add(uint8_t *dest, int line_size, DCTELEM *block) | |
1784 { | |
1785 ff_mmxext_idct (block); | |
1786 add_pixels_clamped_mmx(block, dest, line_size); | |
1787 } | |
4020
723818b5de0f
Put libmpeg2 IDCT functions under CONFIG_GPL, fixes link failure
diego
parents:
4001
diff
changeset
|
1788 #endif |
2868 | 1789 static void ff_idct_xvid_mmx_put(uint8_t *dest, int line_size, DCTELEM *block) |
1790 { | |
1791 ff_idct_xvid_mmx (block); | |
1792 put_pixels_clamped_mmx(block, dest, line_size); | |
1793 } | |
1794 static void ff_idct_xvid_mmx_add(uint8_t *dest, int line_size, DCTELEM *block) | |
1795 { | |
1796 ff_idct_xvid_mmx (block); | |
1797 add_pixels_clamped_mmx(block, dest, line_size); | |
1798 } | |
1799 static void ff_idct_xvid_mmx2_put(uint8_t *dest, int line_size, DCTELEM *block) | |
1800 { | |
1801 ff_idct_xvid_mmx2 (block); | |
1802 put_pixels_clamped_mmx(block, dest, line_size); | |
1803 } | |
1804 static void ff_idct_xvid_mmx2_add(uint8_t *dest, int line_size, DCTELEM *block) | |
1805 { | |
1806 ff_idct_xvid_mmx2 (block); | |
1807 add_pixels_clamped_mmx(block, dest, line_size); | |
1808 } | |
2967 | 1809 |
3541
3fbddeb13686
10l, vorbis_inverse_coupling_sse() was really 3dnow
lorenm
parents:
3536
diff
changeset
|
1810 static void vorbis_inverse_coupling_3dnow(float *mag, float *ang, int blocksize) |
3536
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1811 { |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1812 int i; |
8031 | 1813 __asm__ volatile("pxor %%mm7, %%mm7":); |
3536
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1814 for(i=0; i<blocksize; i+=2) { |
8031 | 1815 __asm__ volatile( |
3536
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1816 "movq %0, %%mm0 \n\t" |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1817 "movq %1, %%mm1 \n\t" |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1818 "movq %%mm0, %%mm2 \n\t" |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1819 "movq %%mm1, %%mm3 \n\t" |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1820 "pfcmpge %%mm7, %%mm2 \n\t" // m <= 0.0 |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1821 "pfcmpge %%mm7, %%mm3 \n\t" // a <= 0.0 |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1822 "pslld $31, %%mm2 \n\t" // keep only the sign bit |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1823 "pxor %%mm2, %%mm1 \n\t" |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1824 "movq %%mm3, %%mm4 \n\t" |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1825 "pand %%mm1, %%mm3 \n\t" |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1826 "pandn %%mm1, %%mm4 \n\t" |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1827 "pfadd %%mm0, %%mm3 \n\t" // a = m + ((a<0) & (a ^ sign(m))) |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1828 "pfsub %%mm4, %%mm0 \n\t" // m = m + ((a>0) & (a ^ sign(m))) |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1829 "movq %%mm3, %1 \n\t" |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1830 "movq %%mm0, %0 \n\t" |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1831 :"+m"(mag[i]), "+m"(ang[i]) |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1832 ::"memory" |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1833 ); |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1834 } |
8031 | 1835 __asm__ volatile("femms"); |
3536
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1836 } |
3557
8e13ec0f8aa3
change vorbis_inverse_coupling_sse2() so it works on sse1 cpus
michael
parents:
3541
diff
changeset
|
1837 static void vorbis_inverse_coupling_sse(float *mag, float *ang, int blocksize) |
3536
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1838 { |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1839 int i; |
3557
8e13ec0f8aa3
change vorbis_inverse_coupling_sse2() so it works on sse1 cpus
michael
parents:
3541
diff
changeset
|
1840 |
8031 | 1841 __asm__ volatile( |
3557
8e13ec0f8aa3
change vorbis_inverse_coupling_sse2() so it works on sse1 cpus
michael
parents:
3541
diff
changeset
|
1842 "movaps %0, %%xmm5 \n\t" |
8e13ec0f8aa3
change vorbis_inverse_coupling_sse2() so it works on sse1 cpus
michael
parents:
3541
diff
changeset
|
1843 ::"m"(ff_pdw_80000000[0]) |
8e13ec0f8aa3
change vorbis_inverse_coupling_sse2() so it works on sse1 cpus
michael
parents:
3541
diff
changeset
|
1844 ); |
3536
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1845 for(i=0; i<blocksize; i+=4) { |
8031 | 1846 __asm__ volatile( |
3536
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1847 "movaps %0, %%xmm0 \n\t" |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1848 "movaps %1, %%xmm1 \n\t" |
3557
8e13ec0f8aa3
change vorbis_inverse_coupling_sse2() so it works on sse1 cpus
michael
parents:
3541
diff
changeset
|
1849 "xorps %%xmm2, %%xmm2 \n\t" |
8e13ec0f8aa3
change vorbis_inverse_coupling_sse2() so it works on sse1 cpus
michael
parents:
3541
diff
changeset
|
1850 "xorps %%xmm3, %%xmm3 \n\t" |
3536
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1851 "cmpleps %%xmm0, %%xmm2 \n\t" // m <= 0.0 |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1852 "cmpleps %%xmm1, %%xmm3 \n\t" // a <= 0.0 |
3557
8e13ec0f8aa3
change vorbis_inverse_coupling_sse2() so it works on sse1 cpus
michael
parents:
3541
diff
changeset
|
1853 "andps %%xmm5, %%xmm2 \n\t" // keep only the sign bit |
8e13ec0f8aa3
change vorbis_inverse_coupling_sse2() so it works on sse1 cpus
michael
parents:
3541
diff
changeset
|
1854 "xorps %%xmm2, %%xmm1 \n\t" |
3536
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1855 "movaps %%xmm3, %%xmm4 \n\t" |
3557
8e13ec0f8aa3
change vorbis_inverse_coupling_sse2() so it works on sse1 cpus
michael
parents:
3541
diff
changeset
|
1856 "andps %%xmm1, %%xmm3 \n\t" |
8e13ec0f8aa3
change vorbis_inverse_coupling_sse2() so it works on sse1 cpus
michael
parents:
3541
diff
changeset
|
1857 "andnps %%xmm1, %%xmm4 \n\t" |
3536
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1858 "addps %%xmm0, %%xmm3 \n\t" // a = m + ((a<0) & (a ^ sign(m))) |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1859 "subps %%xmm4, %%xmm0 \n\t" // m = m + ((a>0) & (a ^ sign(m))) |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1860 "movaps %%xmm3, %1 \n\t" |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1861 "movaps %%xmm0, %0 \n\t" |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1862 :"+m"(mag[i]), "+m"(ang[i]) |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1863 ::"memory" |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1864 ); |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1865 } |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1866 } |
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
1867 |
7563 | 1868 #define IF1(x) x |
1869 #define IF0(x) | |
1870 | |
1871 #define MIX5(mono,stereo)\ | |
8031 | 1872 __asm__ volatile(\ |
7563 | 1873 "movss 0(%2), %%xmm5 \n"\ |
1874 "movss 8(%2), %%xmm6 \n"\ | |
1875 "movss 24(%2), %%xmm7 \n"\ | |
1876 "shufps $0, %%xmm5, %%xmm5 \n"\ | |
1877 "shufps $0, %%xmm6, %%xmm6 \n"\ | |
1878 "shufps $0, %%xmm7, %%xmm7 \n"\ | |
1879 "1: \n"\ | |
1880 "movaps (%0,%1), %%xmm0 \n"\ | |
1881 "movaps 0x400(%0,%1), %%xmm1 \n"\ | |
1882 "movaps 0x800(%0,%1), %%xmm2 \n"\ | |
1883 "movaps 0xc00(%0,%1), %%xmm3 \n"\ | |
1884 "movaps 0x1000(%0,%1), %%xmm4 \n"\ | |
1885 "mulps %%xmm5, %%xmm0 \n"\ | |
1886 "mulps %%xmm6, %%xmm1 \n"\ | |
1887 "mulps %%xmm5, %%xmm2 \n"\ | |
1888 "mulps %%xmm7, %%xmm3 \n"\ | |
1889 "mulps %%xmm7, %%xmm4 \n"\ | |
1890 stereo("addps %%xmm1, %%xmm0 \n")\ | |
1891 "addps %%xmm1, %%xmm2 \n"\ | |
1892 "addps %%xmm3, %%xmm0 \n"\ | |
1893 "addps %%xmm4, %%xmm2 \n"\ | |
1894 mono("addps %%xmm2, %%xmm0 \n")\ | |
1895 "movaps %%xmm0, (%0,%1) \n"\ | |
1896 stereo("movaps %%xmm2, 0x400(%0,%1) \n")\ | |
1897 "add $16, %0 \n"\ | |
1898 "jl 1b \n"\ | |
1899 :"+&r"(i)\ | |
1900 :"r"(samples[0]+len), "r"(matrix)\ | |
1901 :"memory"\ | |
1902 ); | |
1903 | |
1904 #define MIX_MISC(stereo)\ | |
8031 | 1905 __asm__ volatile(\ |
7563 | 1906 "1: \n"\ |
1907 "movaps (%3,%0), %%xmm0 \n"\ | |
1908 stereo("movaps %%xmm0, %%xmm1 \n")\ | |
1909 "mulps %%xmm6, %%xmm0 \n"\ | |
1910 stereo("mulps %%xmm7, %%xmm1 \n")\ | |
1911 "lea 1024(%3,%0), %1 \n"\ | |
1912 "mov %5, %2 \n"\ | |
1913 "2: \n"\ | |
1914 "movaps (%1), %%xmm2 \n"\ | |
1915 stereo("movaps %%xmm2, %%xmm3 \n")\ | |
1916 "mulps (%4,%2), %%xmm2 \n"\ | |
1917 stereo("mulps 16(%4,%2), %%xmm3 \n")\ | |
1918 "addps %%xmm2, %%xmm0 \n"\ | |
1919 stereo("addps %%xmm3, %%xmm1 \n")\ | |
1920 "add $1024, %1 \n"\ | |
1921 "add $32, %2 \n"\ | |
1922 "jl 2b \n"\ | |
1923 "movaps %%xmm0, (%3,%0) \n"\ | |
1924 stereo("movaps %%xmm1, 1024(%3,%0) \n")\ | |
1925 "add $16, %0 \n"\ | |
1926 "jl 1b \n"\ | |
1927 :"+&r"(i), "=&r"(j), "=&r"(k)\ | |
1928 :"r"(samples[0]+len), "r"(matrix_simd+in_ch), "g"((intptr_t)-32*(in_ch-1))\ | |
1929 :"memory"\ | |
1930 ); | |
1931 | |
1932 static void ac3_downmix_sse(float (*samples)[256], float (*matrix)[2], int out_ch, int in_ch, int len) | |
1933 { | |
1934 int (*matrix_cmp)[2] = (int(*)[2])matrix; | |
1935 intptr_t i,j,k; | |
1936 | |
1937 i = -len*sizeof(float); | |
1938 if(in_ch == 5 && out_ch == 2 && !(matrix_cmp[0][1]|matrix_cmp[2][0]|matrix_cmp[3][1]|matrix_cmp[4][0]|(matrix_cmp[1][0]^matrix_cmp[1][1])|(matrix_cmp[0][0]^matrix_cmp[2][1]))) { | |
1939 MIX5(IF0,IF1); | |
1940 } else if(in_ch == 5 && out_ch == 1 && matrix_cmp[0][0]==matrix_cmp[2][0] && matrix_cmp[3][0]==matrix_cmp[4][0]) { | |
1941 MIX5(IF1,IF0); | |
1942 } else { | |
1943 DECLARE_ALIGNED_16(float, matrix_simd[in_ch][2][4]); | |
1944 j = 2*in_ch*sizeof(float); | |
8031 | 1945 __asm__ volatile( |
7563 | 1946 "1: \n" |
1947 "sub $8, %0 \n" | |
1948 "movss (%2,%0), %%xmm6 \n" | |
1949 "movss 4(%2,%0), %%xmm7 \n" | |
1950 "shufps $0, %%xmm6, %%xmm6 \n" | |
1951 "shufps $0, %%xmm7, %%xmm7 \n" | |
1952 "movaps %%xmm6, (%1,%0,4) \n" | |
1953 "movaps %%xmm7, 16(%1,%0,4) \n" | |
1954 "jg 1b \n" | |
1955 :"+&r"(j) | |
1956 :"r"(matrix_simd), "r"(matrix) | |
1957 :"memory" | |
1958 ); | |
1959 if(out_ch == 2) { | |
1960 MIX_MISC(IF1); | |
1961 } else { | |
1962 MIX_MISC(IF0); | |
1963 } | |
1964 } | |
1965 } | |
1966 | |
3568
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
1967 static void vector_fmul_3dnow(float *dst, const float *src, int len){ |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
1968 x86_reg i = (len-4)*4; |
8031 | 1969 __asm__ volatile( |
3574 | 1970 "1: \n\t" |
1971 "movq (%1,%0), %%mm0 \n\t" | |
1972 "movq 8(%1,%0), %%mm1 \n\t" | |
1973 "pfmul (%2,%0), %%mm0 \n\t" | |
1974 "pfmul 8(%2,%0), %%mm1 \n\t" | |
1975 "movq %%mm0, (%1,%0) \n\t" | |
1976 "movq %%mm1, 8(%1,%0) \n\t" | |
1977 "sub $16, %0 \n\t" | |
1978 "jge 1b \n\t" | |
1979 "femms \n\t" | |
1980 :"+r"(i) | |
1981 :"r"(dst), "r"(src) | |
1982 :"memory" | |
1983 ); | |
3568
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
1984 } |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
1985 static void vector_fmul_sse(float *dst, const float *src, int len){ |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
1986 x86_reg i = (len-8)*4; |
8031 | 1987 __asm__ volatile( |
3574 | 1988 "1: \n\t" |
1989 "movaps (%1,%0), %%xmm0 \n\t" | |
1990 "movaps 16(%1,%0), %%xmm1 \n\t" | |
1991 "mulps (%2,%0), %%xmm0 \n\t" | |
1992 "mulps 16(%2,%0), %%xmm1 \n\t" | |
1993 "movaps %%xmm0, (%1,%0) \n\t" | |
1994 "movaps %%xmm1, 16(%1,%0) \n\t" | |
1995 "sub $32, %0 \n\t" | |
1996 "jge 1b \n\t" | |
1997 :"+r"(i) | |
1998 :"r"(dst), "r"(src) | |
1999 :"memory" | |
2000 ); | |
3568
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2001 } |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2002 |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2003 static void vector_fmul_reverse_3dnow2(float *dst, const float *src0, const float *src1, int len){ |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
2004 x86_reg i = len*4-16; |
8031 | 2005 __asm__ volatile( |
3568
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2006 "1: \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2007 "pswapd 8(%1), %%mm0 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2008 "pswapd (%1), %%mm1 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2009 "pfmul (%3,%0), %%mm0 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2010 "pfmul 8(%3,%0), %%mm1 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2011 "movq %%mm0, (%2,%0) \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2012 "movq %%mm1, 8(%2,%0) \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2013 "add $16, %1 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2014 "sub $16, %0 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2015 "jge 1b \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2016 :"+r"(i), "+r"(src1) |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2017 :"r"(dst), "r"(src0) |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2018 ); |
8031 | 2019 __asm__ volatile("femms"); |
3568
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2020 } |
3569
c42c03f3b402
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse
michael
parents:
3568
diff
changeset
|
2021 static void vector_fmul_reverse_sse(float *dst, const float *src0, const float *src1, int len){ |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
2022 x86_reg i = len*4-32; |
8031 | 2023 __asm__ volatile( |
3568
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2024 "1: \n\t" |
3569
c42c03f3b402
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse
michael
parents:
3568
diff
changeset
|
2025 "movaps 16(%1), %%xmm0 \n\t" |
c42c03f3b402
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse
michael
parents:
3568
diff
changeset
|
2026 "movaps (%1), %%xmm1 \n\t" |
c42c03f3b402
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse
michael
parents:
3568
diff
changeset
|
2027 "shufps $0x1b, %%xmm0, %%xmm0 \n\t" |
c42c03f3b402
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse
michael
parents:
3568
diff
changeset
|
2028 "shufps $0x1b, %%xmm1, %%xmm1 \n\t" |
3568
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2029 "mulps (%3,%0), %%xmm0 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2030 "mulps 16(%3,%0), %%xmm1 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2031 "movaps %%xmm0, (%2,%0) \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2032 "movaps %%xmm1, 16(%2,%0) \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2033 "add $32, %1 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2034 "sub $32, %0 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2035 "jge 1b \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2036 :"+r"(i), "+r"(src1) |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2037 :"r"(dst), "r"(src0) |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2038 ); |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2039 } |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2040 |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2041 static void vector_fmul_add_add_3dnow(float *dst, const float *src0, const float *src1, |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2042 const float *src2, int src3, int len, int step){ |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
2043 x86_reg i = (len-4)*4; |
3568
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2044 if(step == 2 && src3 == 0){ |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2045 dst += (len-4)*2; |
8031 | 2046 __asm__ volatile( |
3568
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2047 "1: \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2048 "movq (%2,%0), %%mm0 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2049 "movq 8(%2,%0), %%mm1 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2050 "pfmul (%3,%0), %%mm0 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2051 "pfmul 8(%3,%0), %%mm1 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2052 "pfadd (%4,%0), %%mm0 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2053 "pfadd 8(%4,%0), %%mm1 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2054 "movd %%mm0, (%1) \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2055 "movd %%mm1, 16(%1) \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2056 "psrlq $32, %%mm0 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2057 "psrlq $32, %%mm1 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2058 "movd %%mm0, 8(%1) \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2059 "movd %%mm1, 24(%1) \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2060 "sub $32, %1 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2061 "sub $16, %0 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2062 "jge 1b \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2063 :"+r"(i), "+r"(dst) |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2064 :"r"(src0), "r"(src1), "r"(src2) |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2065 :"memory" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2066 ); |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2067 } |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2068 else if(step == 1 && src3 == 0){ |
8031 | 2069 __asm__ volatile( |
3574 | 2070 "1: \n\t" |
2071 "movq (%2,%0), %%mm0 \n\t" | |
2072 "movq 8(%2,%0), %%mm1 \n\t" | |
2073 "pfmul (%3,%0), %%mm0 \n\t" | |
2074 "pfmul 8(%3,%0), %%mm1 \n\t" | |
2075 "pfadd (%4,%0), %%mm0 \n\t" | |
2076 "pfadd 8(%4,%0), %%mm1 \n\t" | |
2077 "movq %%mm0, (%1,%0) \n\t" | |
2078 "movq %%mm1, 8(%1,%0) \n\t" | |
2079 "sub $16, %0 \n\t" | |
2080 "jge 1b \n\t" | |
2081 :"+r"(i) | |
2082 :"r"(dst), "r"(src0), "r"(src1), "r"(src2) | |
2083 :"memory" | |
2084 ); | |
3568
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2085 } |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2086 else |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2087 ff_vector_fmul_add_add_c(dst, src0, src1, src2, src3, len, step); |
8031 | 2088 __asm__ volatile("femms"); |
3568
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2089 } |
3569
c42c03f3b402
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse
michael
parents:
3568
diff
changeset
|
2090 static void vector_fmul_add_add_sse(float *dst, const float *src0, const float *src1, |
3574 | 2091 const float *src2, int src3, int len, int step){ |
6755
33896780c612
Do not misuse long as the size of a register in x86.
ramiro
parents:
6601
diff
changeset
|
2092 x86_reg i = (len-8)*4; |
3568
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2093 if(step == 2 && src3 == 0){ |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2094 dst += (len-8)*2; |
8031 | 2095 __asm__ volatile( |
3568
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2096 "1: \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2097 "movaps (%2,%0), %%xmm0 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2098 "movaps 16(%2,%0), %%xmm1 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2099 "mulps (%3,%0), %%xmm0 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2100 "mulps 16(%3,%0), %%xmm1 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2101 "addps (%4,%0), %%xmm0 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2102 "addps 16(%4,%0), %%xmm1 \n\t" |
3569
c42c03f3b402
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse
michael
parents:
3568
diff
changeset
|
2103 "movss %%xmm0, (%1) \n\t" |
c42c03f3b402
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse
michael
parents:
3568
diff
changeset
|
2104 "movss %%xmm1, 32(%1) \n\t" |
c42c03f3b402
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse
michael
parents:
3568
diff
changeset
|
2105 "movhlps %%xmm0, %%xmm2 \n\t" |
c42c03f3b402
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse
michael
parents:
3568
diff
changeset
|
2106 "movhlps %%xmm1, %%xmm3 \n\t" |
c42c03f3b402
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse
michael
parents:
3568
diff
changeset
|
2107 "movss %%xmm2, 16(%1) \n\t" |
c42c03f3b402
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse
michael
parents:
3568
diff
changeset
|
2108 "movss %%xmm3, 48(%1) \n\t" |
c42c03f3b402
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse
michael
parents:
3568
diff
changeset
|
2109 "shufps $0xb1, %%xmm0, %%xmm0 \n\t" |
c42c03f3b402
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse
michael
parents:
3568
diff
changeset
|
2110 "shufps $0xb1, %%xmm1, %%xmm1 \n\t" |
c42c03f3b402
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse
michael
parents:
3568
diff
changeset
|
2111 "movss %%xmm0, 8(%1) \n\t" |
c42c03f3b402
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse
michael
parents:
3568
diff
changeset
|
2112 "movss %%xmm1, 40(%1) \n\t" |
c42c03f3b402
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse
michael
parents:
3568
diff
changeset
|
2113 "movhlps %%xmm0, %%xmm2 \n\t" |
c42c03f3b402
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse
michael
parents:
3568
diff
changeset
|
2114 "movhlps %%xmm1, %%xmm3 \n\t" |
c42c03f3b402
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse
michael
parents:
3568
diff
changeset
|
2115 "movss %%xmm2, 24(%1) \n\t" |
c42c03f3b402
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse
michael
parents:
3568
diff
changeset
|
2116 "movss %%xmm3, 56(%1) \n\t" |
3568
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2117 "sub $64, %1 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2118 "sub $32, %0 \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2119 "jge 1b \n\t" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2120 :"+r"(i), "+r"(dst) |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2121 :"r"(src0), "r"(src1), "r"(src2) |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2122 :"memory" |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2123 ); |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2124 } |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2125 else if(step == 1 && src3 == 0){ |
8031 | 2126 __asm__ volatile( |
3574 | 2127 "1: \n\t" |
2128 "movaps (%2,%0), %%xmm0 \n\t" | |
2129 "movaps 16(%2,%0), %%xmm1 \n\t" | |
2130 "mulps (%3,%0), %%xmm0 \n\t" | |
2131 "mulps 16(%3,%0), %%xmm1 \n\t" | |
2132 "addps (%4,%0), %%xmm0 \n\t" | |
2133 "addps 16(%4,%0), %%xmm1 \n\t" | |
2134 "movaps %%xmm0, (%1,%0) \n\t" | |
2135 "movaps %%xmm1, 16(%1,%0) \n\t" | |
2136 "sub $32, %0 \n\t" | |
2137 "jge 1b \n\t" | |
2138 :"+r"(i) | |
2139 :"r"(dst), "r"(src0), "r"(src1), "r"(src2) | |
2140 :"memory" | |
2141 ); | |
3568
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2142 } |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2143 else |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2144 ff_vector_fmul_add_add_c(dst, src0, src1, src2, src3, len, step); |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2145 } |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2146 |
7263 | 2147 static void vector_fmul_window_3dnow2(float *dst, const float *src0, const float *src1, |
2148 const float *win, float add_bias, int len){ | |
2149 #ifdef HAVE_6REGS | |
2150 if(add_bias == 0){ | |
2151 x86_reg i = -len*4; | |
2152 x86_reg j = len*4-8; | |
8031 | 2153 __asm__ volatile( |
7263 | 2154 "1: \n" |
2155 "pswapd (%5,%1), %%mm1 \n" | |
2156 "movq (%5,%0), %%mm0 \n" | |
2157 "pswapd (%4,%1), %%mm5 \n" | |
2158 "movq (%3,%0), %%mm4 \n" | |
2159 "movq %%mm0, %%mm2 \n" | |
2160 "movq %%mm1, %%mm3 \n" | |
2161 "pfmul %%mm4, %%mm2 \n" // src0[len+i]*win[len+i] | |
2162 "pfmul %%mm5, %%mm3 \n" // src1[ j]*win[len+j] | |
2163 "pfmul %%mm4, %%mm1 \n" // src0[len+i]*win[len+j] | |
2164 "pfmul %%mm5, %%mm0 \n" // src1[ j]*win[len+i] | |
2165 "pfadd %%mm3, %%mm2 \n" | |
2166 "pfsub %%mm0, %%mm1 \n" | |
2167 "pswapd %%mm2, %%mm2 \n" | |
2168 "movq %%mm1, (%2,%0) \n" | |
2169 "movq %%mm2, (%2,%1) \n" | |
2170 "sub $8, %1 \n" | |
2171 "add $8, %0 \n" | |
2172 "jl 1b \n" | |
2173 "femms \n" | |
2174 :"+r"(i), "+r"(j) | |
2175 :"r"(dst+len), "r"(src0+len), "r"(src1), "r"(win+len) | |
2176 ); | |
2177 }else | |
2178 #endif | |
2179 ff_vector_fmul_window_c(dst, src0, src1, win, add_bias, len); | |
2180 } | |
2181 | |
7261 | 2182 static void vector_fmul_window_sse(float *dst, const float *src0, const float *src1, |
2183 const float *win, float add_bias, int len){ | |
2184 #ifdef HAVE_6REGS | |
2185 if(add_bias == 0){ | |
7263 | 2186 x86_reg i = -len*4; |
2187 x86_reg j = len*4-16; | |
8031 | 2188 __asm__ volatile( |
7261 | 2189 "1: \n" |
7263 | 2190 "movaps (%5,%1), %%xmm1 \n" |
7261 | 2191 "movaps (%5,%0), %%xmm0 \n" |
7263 | 2192 "movaps (%4,%1), %%xmm5 \n" |
2193 "movaps (%3,%0), %%xmm4 \n" | |
2194 "shufps $0x1b, %%xmm1, %%xmm1 \n" | |
2195 "shufps $0x1b, %%xmm5, %%xmm5 \n" | |
7261 | 2196 "movaps %%xmm0, %%xmm2 \n" |
2197 "movaps %%xmm1, %%xmm3 \n" | |
7263 | 2198 "mulps %%xmm4, %%xmm2 \n" // src0[len+i]*win[len+i] |
2199 "mulps %%xmm5, %%xmm3 \n" // src1[ j]*win[len+j] | |
2200 "mulps %%xmm4, %%xmm1 \n" // src0[len+i]*win[len+j] | |
2201 "mulps %%xmm5, %%xmm0 \n" // src1[ j]*win[len+i] | |
2202 "addps %%xmm3, %%xmm2 \n" | |
2203 "subps %%xmm0, %%xmm1 \n" | |
7261 | 2204 "shufps $0x1b, %%xmm2, %%xmm2 \n" |
7263 | 2205 "movaps %%xmm1, (%2,%0) \n" |
2206 "movaps %%xmm2, (%2,%1) \n" | |
7261 | 2207 "sub $16, %1 \n" |
2208 "add $16, %0 \n" | |
2209 "jl 1b \n" | |
2210 :"+r"(i), "+r"(j) | |
7263 | 2211 :"r"(dst+len), "r"(src0+len), "r"(src1), "r"(win+len) |
7261 | 2212 ); |
2213 }else | |
2214 #endif | |
2215 ff_vector_fmul_window_c(dst, src0, src1, win, add_bias, len); | |
2216 } | |
2217 | |
7564 | 2218 static void int32_to_float_fmul_scalar_sse(float *dst, const int *src, float mul, int len) |
2219 { | |
2220 x86_reg i = -4*len; | |
8031 | 2221 __asm__ volatile( |
7564 | 2222 "movss %3, %%xmm4 \n" |
2223 "shufps $0, %%xmm4, %%xmm4 \n" | |
2224 "1: \n" | |
2225 "cvtpi2ps (%2,%0), %%xmm0 \n" | |
2226 "cvtpi2ps 8(%2,%0), %%xmm1 \n" | |
2227 "cvtpi2ps 16(%2,%0), %%xmm2 \n" | |
2228 "cvtpi2ps 24(%2,%0), %%xmm3 \n" | |
2229 "movlhps %%xmm1, %%xmm0 \n" | |
2230 "movlhps %%xmm3, %%xmm2 \n" | |
2231 "mulps %%xmm4, %%xmm0 \n" | |
2232 "mulps %%xmm4, %%xmm2 \n" | |
2233 "movaps %%xmm0, (%1,%0) \n" | |
2234 "movaps %%xmm2, 16(%1,%0) \n" | |
2235 "add $32, %0 \n" | |
2236 "jl 1b \n" | |
2237 :"+r"(i) | |
7567
75841957d08b
gcc chokes on xmm constraints, so pessimize int32_to_float_fmul_scalar_sse a little
lorenm
parents:
7565
diff
changeset
|
2238 :"r"(dst+len), "r"(src+len), "m"(mul) |
7564 | 2239 ); |
2240 } | |
2241 | |
2242 static void int32_to_float_fmul_scalar_sse2(float *dst, const int *src, float mul, int len) | |
2243 { | |
2244 x86_reg i = -4*len; | |
8031 | 2245 __asm__ volatile( |
7564 | 2246 "movss %3, %%xmm4 \n" |
2247 "shufps $0, %%xmm4, %%xmm4 \n" | |
2248 "1: \n" | |
2249 "cvtdq2ps (%2,%0), %%xmm0 \n" | |
2250 "cvtdq2ps 16(%2,%0), %%xmm1 \n" | |
2251 "mulps %%xmm4, %%xmm0 \n" | |
2252 "mulps %%xmm4, %%xmm1 \n" | |
2253 "movaps %%xmm0, (%1,%0) \n" | |
2254 "movaps %%xmm1, 16(%1,%0) \n" | |
2255 "add $32, %0 \n" | |
2256 "jl 1b \n" | |
2257 :"+r"(i) | |
7567
75841957d08b
gcc chokes on xmm constraints, so pessimize int32_to_float_fmul_scalar_sse a little
lorenm
parents:
7565
diff
changeset
|
2258 :"r"(dst+len), "r"(src+len), "m"(mul) |
7564 | 2259 ); |
2260 } | |
2261 | |
7218 | 2262 static void float_to_int16_3dnow(int16_t *dst, const float *src, long len){ |
8041
24761747ac3d
Use x86_reg type instead of long in float_to_int16 MMX/SSE functions.
reimar
parents:
8035
diff
changeset
|
2263 x86_reg reglen = len; |
3568
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2264 // not bit-exact: pf2id uses different rounding than C and SSE |
8031 | 2265 __asm__ volatile( |
7217
726770da3234
dont use C-asm loops and unroll once float_to_int16_3dnow()
michael
parents:
7087
diff
changeset
|
2266 "add %0 , %0 \n\t" |
726770da3234
dont use C-asm loops and unroll once float_to_int16_3dnow()
michael
parents:
7087
diff
changeset
|
2267 "lea (%2,%0,2) , %2 \n\t" |
726770da3234
dont use C-asm loops and unroll once float_to_int16_3dnow()
michael
parents:
7087
diff
changeset
|
2268 "add %0 , %1 \n\t" |
726770da3234
dont use C-asm loops and unroll once float_to_int16_3dnow()
michael
parents:
7087
diff
changeset
|
2269 "neg %0 \n\t" |
726770da3234
dont use C-asm loops and unroll once float_to_int16_3dnow()
michael
parents:
7087
diff
changeset
|
2270 "1: \n\t" |
726770da3234
dont use C-asm loops and unroll once float_to_int16_3dnow()
michael
parents:
7087
diff
changeset
|
2271 "pf2id (%2,%0,2) , %%mm0 \n\t" |
726770da3234
dont use C-asm loops and unroll once float_to_int16_3dnow()
michael
parents:
7087
diff
changeset
|
2272 "pf2id 8(%2,%0,2) , %%mm1 \n\t" |
726770da3234
dont use C-asm loops and unroll once float_to_int16_3dnow()
michael
parents:
7087
diff
changeset
|
2273 "pf2id 16(%2,%0,2) , %%mm2 \n\t" |
726770da3234
dont use C-asm loops and unroll once float_to_int16_3dnow()
michael
parents:
7087
diff
changeset
|
2274 "pf2id 24(%2,%0,2) , %%mm3 \n\t" |
726770da3234
dont use C-asm loops and unroll once float_to_int16_3dnow()
michael
parents:
7087
diff
changeset
|
2275 "packssdw %%mm1 , %%mm0 \n\t" |
726770da3234
dont use C-asm loops and unroll once float_to_int16_3dnow()
michael
parents:
7087
diff
changeset
|
2276 "packssdw %%mm3 , %%mm2 \n\t" |
726770da3234
dont use C-asm loops and unroll once float_to_int16_3dnow()
michael
parents:
7087
diff
changeset
|
2277 "movq %%mm0 , (%1,%0) \n\t" |
726770da3234
dont use C-asm loops and unroll once float_to_int16_3dnow()
michael
parents:
7087
diff
changeset
|
2278 "movq %%mm2 , 8(%1,%0) \n\t" |
726770da3234
dont use C-asm loops and unroll once float_to_int16_3dnow()
michael
parents:
7087
diff
changeset
|
2279 "add $16 , %0 \n\t" |
726770da3234
dont use C-asm loops and unroll once float_to_int16_3dnow()
michael
parents:
7087
diff
changeset
|
2280 " js 1b \n\t" |
726770da3234
dont use C-asm loops and unroll once float_to_int16_3dnow()
michael
parents:
7087
diff
changeset
|
2281 "femms \n\t" |
8041
24761747ac3d
Use x86_reg type instead of long in float_to_int16 MMX/SSE functions.
reimar
parents:
8035
diff
changeset
|
2282 :"+r"(reglen), "+r"(dst), "+r"(src) |
7217
726770da3234
dont use C-asm loops and unroll once float_to_int16_3dnow()
michael
parents:
7087
diff
changeset
|
2283 ); |
3568
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2284 } |
7218 | 2285 static void float_to_int16_sse(int16_t *dst, const float *src, long len){ |
8041
24761747ac3d
Use x86_reg type instead of long in float_to_int16 MMX/SSE functions.
reimar
parents:
8035
diff
changeset
|
2286 x86_reg reglen = len; |
8031 | 2287 __asm__ volatile( |
7219
f72ef5b28253
1 c-asm loop less and 1x unroll of float_to_int16_sse()
michael
parents:
7218
diff
changeset
|
2288 "add %0 , %0 \n\t" |
f72ef5b28253
1 c-asm loop less and 1x unroll of float_to_int16_sse()
michael
parents:
7218
diff
changeset
|
2289 "lea (%2,%0,2) , %2 \n\t" |
f72ef5b28253
1 c-asm loop less and 1x unroll of float_to_int16_sse()
michael
parents:
7218
diff
changeset
|
2290 "add %0 , %1 \n\t" |
f72ef5b28253
1 c-asm loop less and 1x unroll of float_to_int16_sse()
michael
parents:
7218
diff
changeset
|
2291 "neg %0 \n\t" |
f72ef5b28253
1 c-asm loop less and 1x unroll of float_to_int16_sse()
michael
parents:
7218
diff
changeset
|
2292 "1: \n\t" |
f72ef5b28253
1 c-asm loop less and 1x unroll of float_to_int16_sse()
michael
parents:
7218
diff
changeset
|
2293 "cvtps2pi (%2,%0,2) , %%mm0 \n\t" |
f72ef5b28253
1 c-asm loop less and 1x unroll of float_to_int16_sse()
michael
parents:
7218
diff
changeset
|
2294 "cvtps2pi 8(%2,%0,2) , %%mm1 \n\t" |
f72ef5b28253
1 c-asm loop less and 1x unroll of float_to_int16_sse()
michael
parents:
7218
diff
changeset
|
2295 "cvtps2pi 16(%2,%0,2) , %%mm2 \n\t" |
f72ef5b28253
1 c-asm loop less and 1x unroll of float_to_int16_sse()
michael
parents:
7218
diff
changeset
|
2296 "cvtps2pi 24(%2,%0,2) , %%mm3 \n\t" |
f72ef5b28253
1 c-asm loop less and 1x unroll of float_to_int16_sse()
michael
parents:
7218
diff
changeset
|
2297 "packssdw %%mm1 , %%mm0 \n\t" |
f72ef5b28253
1 c-asm loop less and 1x unroll of float_to_int16_sse()
michael
parents:
7218
diff
changeset
|
2298 "packssdw %%mm3 , %%mm2 \n\t" |
f72ef5b28253
1 c-asm loop less and 1x unroll of float_to_int16_sse()
michael
parents:
7218
diff
changeset
|
2299 "movq %%mm0 , (%1,%0) \n\t" |
f72ef5b28253
1 c-asm loop less and 1x unroll of float_to_int16_sse()
michael
parents:
7218
diff
changeset
|
2300 "movq %%mm2 , 8(%1,%0) \n\t" |
f72ef5b28253
1 c-asm loop less and 1x unroll of float_to_int16_sse()
michael
parents:
7218
diff
changeset
|
2301 "add $16 , %0 \n\t" |
f72ef5b28253
1 c-asm loop less and 1x unroll of float_to_int16_sse()
michael
parents:
7218
diff
changeset
|
2302 " js 1b \n\t" |
f72ef5b28253
1 c-asm loop less and 1x unroll of float_to_int16_sse()
michael
parents:
7218
diff
changeset
|
2303 "emms \n\t" |
8041
24761747ac3d
Use x86_reg type instead of long in float_to_int16 MMX/SSE functions.
reimar
parents:
8035
diff
changeset
|
2304 :"+r"(reglen), "+r"(dst), "+r"(src) |
7219
f72ef5b28253
1 c-asm loop less and 1x unroll of float_to_int16_sse()
michael
parents:
7218
diff
changeset
|
2305 ); |
3568
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2306 } |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2307 |
7226 | 2308 static void float_to_int16_sse2(int16_t *dst, const float *src, long len){ |
8041
24761747ac3d
Use x86_reg type instead of long in float_to_int16 MMX/SSE functions.
reimar
parents:
8035
diff
changeset
|
2309 x86_reg reglen = len; |
8031 | 2310 __asm__ volatile( |
7226 | 2311 "add %0 , %0 \n\t" |
2312 "lea (%2,%0,2) , %2 \n\t" | |
2313 "add %0 , %1 \n\t" | |
2314 "neg %0 \n\t" | |
2315 "1: \n\t" | |
2316 "cvtps2dq (%2,%0,2) , %%xmm0 \n\t" | |
2317 "cvtps2dq 16(%2,%0,2) , %%xmm1 \n\t" | |
2318 "packssdw %%xmm1 , %%xmm0 \n\t" | |
2319 "movdqa %%xmm0 , (%1,%0) \n\t" | |
2320 "add $16 , %0 \n\t" | |
2321 " js 1b \n\t" | |
8041
24761747ac3d
Use x86_reg type instead of long in float_to_int16 MMX/SSE functions.
reimar
parents:
8035
diff
changeset
|
2322 :"+r"(reglen), "+r"(dst), "+r"(src) |
7226 | 2323 ); |
2324 } | |
2325 | |
7568
bb76ecde9318
gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm
lorenm
parents:
7567
diff
changeset
|
2326 #ifdef HAVE_YASM |
bb76ecde9318
gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm
lorenm
parents:
7567
diff
changeset
|
2327 void ff_float_to_int16_interleave6_sse(int16_t *dst, const float **src, int len); |
bb76ecde9318
gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm
lorenm
parents:
7567
diff
changeset
|
2328 void ff_float_to_int16_interleave6_3dnow(int16_t *dst, const float **src, int len); |
bb76ecde9318
gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm
lorenm
parents:
7567
diff
changeset
|
2329 void ff_float_to_int16_interleave6_3dn2(int16_t *dst, const float **src, int len); |
7565
474c7ae4b431
special case 6 channel version of float_to_int16_interleave
lorenm
parents:
7564
diff
changeset
|
2330 #else |
7568
bb76ecde9318
gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm
lorenm
parents:
7567
diff
changeset
|
2331 #define ff_float_to_int16_interleave6_sse(a,b,c) float_to_int16_interleave_misc_sse(a,b,c,6) |
bb76ecde9318
gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm
lorenm
parents:
7567
diff
changeset
|
2332 #define ff_float_to_int16_interleave6_3dnow(a,b,c) float_to_int16_interleave_misc_3dnow(a,b,c,6) |
bb76ecde9318
gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm
lorenm
parents:
7567
diff
changeset
|
2333 #define ff_float_to_int16_interleave6_3dn2(a,b,c) float_to_int16_interleave_misc_3dnow(a,b,c,6) |
7565
474c7ae4b431
special case 6 channel version of float_to_int16_interleave
lorenm
parents:
7564
diff
changeset
|
2334 #endif |
7568
bb76ecde9318
gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm
lorenm
parents:
7567
diff
changeset
|
2335 #define ff_float_to_int16_interleave6_sse2 ff_float_to_int16_interleave6_sse |
7565
474c7ae4b431
special case 6 channel version of float_to_int16_interleave
lorenm
parents:
7564
diff
changeset
|
2336 |
7261 | 2337 #define FLOAT_TO_INT16_INTERLEAVE(cpu, body) \ |
2338 /* gcc pessimizes register allocation if this is in the same function as float_to_int16_interleave_sse2*/\ | |
7565
474c7ae4b431
special case 6 channel version of float_to_int16_interleave
lorenm
parents:
7564
diff
changeset
|
2339 static av_noinline void float_to_int16_interleave_misc_##cpu(int16_t *dst, const float **src, long len, int channels){\ |
7286
e267f2519248
float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous.
lorenm
parents:
7278
diff
changeset
|
2340 DECLARE_ALIGNED_16(int16_t, tmp[len]);\ |
7261 | 2341 int i,j,c;\ |
2342 for(c=0; c<channels; c++){\ | |
7286
e267f2519248
float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous.
lorenm
parents:
7278
diff
changeset
|
2343 float_to_int16_##cpu(tmp, src[c], len);\ |
7261 | 2344 for(i=0, j=c; i<len; i++, j+=channels)\ |
7286
e267f2519248
float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous.
lorenm
parents:
7278
diff
changeset
|
2345 dst[j] = tmp[i];\ |
7261 | 2346 }\ |
2347 }\ | |
2348 \ | |
7286
e267f2519248
float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous.
lorenm
parents:
7278
diff
changeset
|
2349 static void float_to_int16_interleave_##cpu(int16_t *dst, const float **src, long len, int channels){\ |
7261 | 2350 if(channels==1)\ |
7286
e267f2519248
float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous.
lorenm
parents:
7278
diff
changeset
|
2351 float_to_int16_##cpu(dst, src[0], len);\ |
7565
474c7ae4b431
special case 6 channel version of float_to_int16_interleave
lorenm
parents:
7564
diff
changeset
|
2352 else if(channels==2){\ |
8041
24761747ac3d
Use x86_reg type instead of long in float_to_int16 MMX/SSE functions.
reimar
parents:
8035
diff
changeset
|
2353 x86_reg reglen = len; \ |
7286
e267f2519248
float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous.
lorenm
parents:
7278
diff
changeset
|
2354 const float *src0 = src[0];\ |
e267f2519248
float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous.
lorenm
parents:
7278
diff
changeset
|
2355 const float *src1 = src[1];\ |
8031 | 2356 __asm__ volatile(\ |
7261 | 2357 "shl $2, %0 \n"\ |
2358 "add %0, %1 \n"\ | |
2359 "add %0, %2 \n"\ | |
7286
e267f2519248
float_to_int16_interleave: change src to an array of pointers instead of assuming it's contiguous.
lorenm
parents:
7278
diff
changeset
|
2360 "add %0, %3 \n"\ |
7261 | 2361 "neg %0 \n"\ |
2362 body\ | |
8041
24761747ac3d
Use x86_reg type instead of long in float_to_int16 MMX/SSE functions.
reimar
parents:
8035
diff
changeset
|
2363 :"+r"(reglen), "+r"(dst), "+r"(src0), "+r"(src1)\ |
7261 | 2364 );\ |
7565
474c7ae4b431
special case 6 channel version of float_to_int16_interleave
lorenm
parents:
7564
diff
changeset
|
2365 }else if(channels==6){\ |
7568
bb76ecde9318
gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm
lorenm
parents:
7567
diff
changeset
|
2366 ff_float_to_int16_interleave6_##cpu(dst, src, len);\ |
7565
474c7ae4b431
special case 6 channel version of float_to_int16_interleave
lorenm
parents:
7564
diff
changeset
|
2367 }else\ |
474c7ae4b431
special case 6 channel version of float_to_int16_interleave
lorenm
parents:
7564
diff
changeset
|
2368 float_to_int16_interleave_misc_##cpu(dst, src, len, channels);\ |
7261 | 2369 } |
2370 | |
2371 FLOAT_TO_INT16_INTERLEAVE(3dnow, | |
2372 "1: \n" | |
2373 "pf2id (%2,%0), %%mm0 \n" | |
2374 "pf2id 8(%2,%0), %%mm1 \n" | |
2375 "pf2id (%3,%0), %%mm2 \n" | |
2376 "pf2id 8(%3,%0), %%mm3 \n" | |
2377 "packssdw %%mm1, %%mm0 \n" | |
2378 "packssdw %%mm3, %%mm2 \n" | |
2379 "movq %%mm0, %%mm1 \n" | |
2380 "punpcklwd %%mm2, %%mm0 \n" | |
2381 "punpckhwd %%mm2, %%mm1 \n" | |
2382 "movq %%mm0, (%1,%0)\n" | |
7278
6c140c15ee8c
10l, float_to_int16_interleave_sse/3dnow wrote the wrong samples
lorenm
parents:
7263
diff
changeset
|
2383 "movq %%mm1, 8(%1,%0)\n" |
7261 | 2384 "add $16, %0 \n" |
2385 "js 1b \n" | |
2386 "femms \n" | |
2387 ) | |
2388 | |
2389 FLOAT_TO_INT16_INTERLEAVE(sse, | |
2390 "1: \n" | |
2391 "cvtps2pi (%2,%0), %%mm0 \n" | |
2392 "cvtps2pi 8(%2,%0), %%mm1 \n" | |
2393 "cvtps2pi (%3,%0), %%mm2 \n" | |
2394 "cvtps2pi 8(%3,%0), %%mm3 \n" | |
2395 "packssdw %%mm1, %%mm0 \n" | |
2396 "packssdw %%mm3, %%mm2 \n" | |
2397 "movq %%mm0, %%mm1 \n" | |
2398 "punpcklwd %%mm2, %%mm0 \n" | |
2399 "punpckhwd %%mm2, %%mm1 \n" | |
2400 "movq %%mm0, (%1,%0)\n" | |
7278
6c140c15ee8c
10l, float_to_int16_interleave_sse/3dnow wrote the wrong samples
lorenm
parents:
7263
diff
changeset
|
2401 "movq %%mm1, 8(%1,%0)\n" |
7261 | 2402 "add $16, %0 \n" |
2403 "js 1b \n" | |
2404 "emms \n" | |
2405 ) | |
2406 | |
2407 FLOAT_TO_INT16_INTERLEAVE(sse2, | |
2408 "1: \n" | |
2409 "cvtps2dq (%2,%0), %%xmm0 \n" | |
2410 "cvtps2dq (%3,%0), %%xmm1 \n" | |
2411 "packssdw %%xmm1, %%xmm0 \n" | |
2412 "movhlps %%xmm0, %%xmm1 \n" | |
2413 "punpcklwd %%xmm1, %%xmm0 \n" | |
2414 "movdqa %%xmm0, (%1,%0) \n" | |
2415 "add $16, %0 \n" | |
2416 "js 1b \n" | |
2417 ) | |
2418 | |
7568
bb76ecde9318
gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm
lorenm
parents:
7567
diff
changeset
|
2419 static void float_to_int16_interleave_3dn2(int16_t *dst, const float **src, long len, int channels){ |
bb76ecde9318
gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm
lorenm
parents:
7567
diff
changeset
|
2420 if(channels==6) |
bb76ecde9318
gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm
lorenm
parents:
7567
diff
changeset
|
2421 ff_float_to_int16_interleave6_3dn2(dst, src, len); |
bb76ecde9318
gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm
lorenm
parents:
7567
diff
changeset
|
2422 else |
bb76ecde9318
gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm
lorenm
parents:
7567
diff
changeset
|
2423 float_to_int16_interleave_3dnow(dst, src, len, channels); |
bb76ecde9318
gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm
lorenm
parents:
7567
diff
changeset
|
2424 } |
bb76ecde9318
gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm
lorenm
parents:
7567
diff
changeset
|
2425 |
7261 | 2426 |
8250 | 2427 void ff_snow_horizontal_compose97i_sse2(IDWTELEM *b, int width); |
2428 void ff_snow_horizontal_compose97i_mmx(IDWTELEM *b, int width); | |
2429 void ff_snow_vertical_compose97i_sse2(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5, int width); | |
2430 void ff_snow_vertical_compose97i_mmx(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, IDWTELEM *b3, IDWTELEM *b4, IDWTELEM *b5, int width); | |
2431 void ff_snow_inner_add_yblock_sse2(const uint8_t *obmc, const int obmc_stride, uint8_t * * block, int b_w, int b_h, | |
2432 int src_x, int src_y, int src_stride, slice_buffer * sb, int add, uint8_t * dst8); | |
2433 void ff_snow_inner_add_yblock_mmx(const uint8_t *obmc, const int obmc_stride, uint8_t * * block, int b_w, int b_h, | |
2434 int src_x, int src_y, int src_stride, slice_buffer * sb, int add, uint8_t * dst8); | |
3207
33110c1008a4
Add the mmx and sse2 implementations of ff_snow_vertical_compose().
gpoirier
parents:
3174
diff
changeset
|
2435 |
7238
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2436 |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2437 static void add_int16_sse2(int16_t * v1, int16_t * v2, int order) |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2438 { |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2439 x86_reg o = -(order << 1); |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2440 v1 += order; |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2441 v2 += order; |
8031 | 2442 __asm__ volatile( |
7238
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2443 "1: \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2444 "movdqu (%1,%2), %%xmm0 \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2445 "movdqu 16(%1,%2), %%xmm1 \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2446 "paddw (%0,%2), %%xmm0 \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2447 "paddw 16(%0,%2), %%xmm1 \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2448 "movdqa %%xmm0, (%0,%2) \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2449 "movdqa %%xmm1, 16(%0,%2) \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2450 "add $32, %2 \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2451 "js 1b \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2452 : "+r"(v1), "+r"(v2), "+r"(o) |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2453 ); |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2454 } |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2455 |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2456 static void sub_int16_sse2(int16_t * v1, int16_t * v2, int order) |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2457 { |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2458 x86_reg o = -(order << 1); |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2459 v1 += order; |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2460 v2 += order; |
8031 | 2461 __asm__ volatile( |
7238
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2462 "1: \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2463 "movdqa (%0,%2), %%xmm0 \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2464 "movdqa 16(%0,%2), %%xmm2 \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2465 "movdqu (%1,%2), %%xmm1 \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2466 "movdqu 16(%1,%2), %%xmm3 \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2467 "psubw %%xmm1, %%xmm0 \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2468 "psubw %%xmm3, %%xmm2 \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2469 "movdqa %%xmm0, (%0,%2) \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2470 "movdqa %%xmm2, 16(%0,%2) \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2471 "add $32, %2 \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2472 "js 1b \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2473 : "+r"(v1), "+r"(v2), "+r"(o) |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2474 ); |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2475 } |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2476 |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2477 static int32_t scalarproduct_int16_sse2(int16_t * v1, int16_t * v2, int order, int shift) |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2478 { |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2479 int res = 0; |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2480 DECLARE_ALIGNED_16(int64_t, sh); |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2481 x86_reg o = -(order << 1); |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2482 |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2483 v1 += order; |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2484 v2 += order; |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2485 sh = shift; |
8031 | 2486 __asm__ volatile( |
7238
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2487 "pxor %%xmm7, %%xmm7 \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2488 "1: \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2489 "movdqu (%0,%3), %%xmm0 \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2490 "movdqu 16(%0,%3), %%xmm1 \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2491 "pmaddwd (%1,%3), %%xmm0 \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2492 "pmaddwd 16(%1,%3), %%xmm1 \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2493 "paddd %%xmm0, %%xmm7 \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2494 "paddd %%xmm1, %%xmm7 \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2495 "add $32, %3 \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2496 "js 1b \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2497 "movhlps %%xmm7, %%xmm2 \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2498 "paddd %%xmm2, %%xmm7 \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2499 "psrad %4, %%xmm7 \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2500 "pshuflw $0x4E, %%xmm7,%%xmm2 \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2501 "paddd %%xmm2, %%xmm7 \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2502 "movd %%xmm7, %2 \n\t" |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2503 : "+r"(v1), "+r"(v2), "=r"(res), "+r"(o) |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2504 : "m"(sh) |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2505 ); |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2506 return res; |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2507 } |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2508 |
1092 | 2509 void dsputil_init_mmx(DSPContext* c, AVCodecContext *avctx) |
0 | 2510 { |
4197 | 2511 mm_flags = mm_support(); |
1115 | 2512 |
1122 | 2513 if (avctx->dsp_mask) { |
2979 | 2514 if (avctx->dsp_mask & FF_MM_FORCE) |
4197 | 2515 mm_flags |= (avctx->dsp_mask & 0xffff); |
2979 | 2516 else |
4197 | 2517 mm_flags &= ~(avctx->dsp_mask & 0xffff); |
1122 | 2518 } |
1115 | 2519 |
631
47a8964ba5cd
be less verbose patch by (Lennert Buytenhek <buytenh at math dot leidenuniv dot nl>)
michaelni
parents:
629
diff
changeset
|
2520 #if 0 |
1868 | 2521 av_log(avctx, AV_LOG_INFO, "libavcodec: CPU flags:"); |
8104
0d108ec85620
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
rathann
parents:
8073
diff
changeset
|
2522 if (mm_flags & FF_MM_MMX) |
1868 | 2523 av_log(avctx, AV_LOG_INFO, " mmx"); |
8104
0d108ec85620
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
rathann
parents:
8073
diff
changeset
|
2524 if (mm_flags & FF_MM_MMXEXT) |
1868 | 2525 av_log(avctx, AV_LOG_INFO, " mmxext"); |
8104
0d108ec85620
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
rathann
parents:
8073
diff
changeset
|
2526 if (mm_flags & FF_MM_3DNOW) |
1868 | 2527 av_log(avctx, AV_LOG_INFO, " 3dnow"); |
8104
0d108ec85620
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
rathann
parents:
8073
diff
changeset
|
2528 if (mm_flags & FF_MM_SSE) |
1868 | 2529 av_log(avctx, AV_LOG_INFO, " sse"); |
8104
0d108ec85620
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
rathann
parents:
8073
diff
changeset
|
2530 if (mm_flags & FF_MM_SSE2) |
1868 | 2531 av_log(avctx, AV_LOG_INFO, " sse2"); |
2532 av_log(avctx, AV_LOG_INFO, "\n"); | |
0 | 2533 #endif |
2534 | |
8104
0d108ec85620
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
rathann
parents:
8073
diff
changeset
|
2535 if (mm_flags & FF_MM_MMX) { |
1092 | 2536 const int idct_algo= avctx->idct_algo; |
2537 | |
2256 | 2538 if(avctx->lowres==0){ |
2539 if(idct_algo==FF_IDCT_AUTO || idct_algo==FF_IDCT_SIMPLEMMX){ | |
2540 c->idct_put= ff_simple_idct_put_mmx; | |
2541 c->idct_add= ff_simple_idct_add_mmx; | |
2542 c->idct = ff_simple_idct_mmx; | |
2543 c->idct_permutation_type= FF_SIMPLE_IDCT_PERM; | |
3717
ea9fe1c9d126
Remove the LGPL exception clause as discussed on ffmpeg-devel
diego
parents:
3712
diff
changeset
|
2544 #ifdef CONFIG_GPL |
2256 | 2545 }else if(idct_algo==FF_IDCT_LIBMPEG2MMX){ |
8104
0d108ec85620
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
rathann
parents:
8073
diff
changeset
|
2546 if(mm_flags & FF_MM_MMXEXT){ |
2256 | 2547 c->idct_put= ff_libmpeg2mmx2_idct_put; |
2548 c->idct_add= ff_libmpeg2mmx2_idct_add; | |
2549 c->idct = ff_mmxext_idct; | |
2550 }else{ | |
2551 c->idct_put= ff_libmpeg2mmx_idct_put; | |
2552 c->idct_add= ff_libmpeg2mmx_idct_add; | |
2553 c->idct = ff_mmx_idct; | |
2554 } | |
2555 c->idct_permutation_type= FF_LIBMPEG2_IDCT_PERM; | |
3717
ea9fe1c9d126
Remove the LGPL exception clause as discussed on ffmpeg-devel
diego
parents:
3712
diff
changeset
|
2556 #endif |
7880
2d3d9b4181d7
Ensure MMX/SSE2 VP3 IDCT selection isn't disabled when only Theora is enabled
conrad
parents:
7876
diff
changeset
|
2557 }else if((ENABLE_VP3_DECODER || ENABLE_VP5_DECODER || ENABLE_VP6_DECODER || ENABLE_THEORA_DECODER) && |
7876
3fd591f125b5
MMX/SSE2 VP3 IDCT are bitexact now that the dequantization matrices are permutated correctly
conrad
parents:
7759
diff
changeset
|
2558 idct_algo==FF_IDCT_VP3){ |
8104
0d108ec85620
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
rathann
parents:
8073
diff
changeset
|
2559 if(mm_flags & FF_MM_SSE2){ |
2696
9699d325049d
porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API
michael
parents:
2691
diff
changeset
|
2560 c->idct_put= ff_vp3_idct_put_sse2; |
9699d325049d
porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API
michael
parents:
2691
diff
changeset
|
2561 c->idct_add= ff_vp3_idct_add_sse2; |
9699d325049d
porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API
michael
parents:
2691
diff
changeset
|
2562 c->idct = ff_vp3_idct_sse2; |
9699d325049d
porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API
michael
parents:
2691
diff
changeset
|
2563 c->idct_permutation_type= FF_TRANSPOSE_IDCT_PERM; |
9699d325049d
porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API
michael
parents:
2691
diff
changeset
|
2564 }else{ |
9699d325049d
porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API
michael
parents:
2691
diff
changeset
|
2565 c->idct_put= ff_vp3_idct_put_mmx; |
9699d325049d
porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API
michael
parents:
2691
diff
changeset
|
2566 c->idct_add= ff_vp3_idct_add_mmx; |
9699d325049d
porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API
michael
parents:
2691
diff
changeset
|
2567 c->idct = ff_vp3_idct_mmx; |
9699d325049d
porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API
michael
parents:
2691
diff
changeset
|
2568 c->idct_permutation_type= FF_PARTTRANS_IDCT_PERM; |
9699d325049d
porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API
michael
parents:
2691
diff
changeset
|
2569 } |
3524 | 2570 }else if(idct_algo==FF_IDCT_CAVS){ |
2571 c->idct_permutation_type= FF_TRANSPOSE_IDCT_PERM; | |
2868 | 2572 }else if(idct_algo==FF_IDCT_XVIDMMX){ |
8104
0d108ec85620
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
rathann
parents:
8073
diff
changeset
|
2573 if(mm_flags & FF_MM_SSE2){ |
6601 | 2574 c->idct_put= ff_idct_xvid_sse2_put; |
2575 c->idct_add= ff_idct_xvid_sse2_add; | |
2576 c->idct = ff_idct_xvid_sse2; | |
2577 c->idct_permutation_type= FF_SSE2_IDCT_PERM; | |
8104
0d108ec85620
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
rathann
parents:
8073
diff
changeset
|
2578 }else if(mm_flags & FF_MM_MMXEXT){ |
2868 | 2579 c->idct_put= ff_idct_xvid_mmx2_put; |
2580 c->idct_add= ff_idct_xvid_mmx2_add; | |
2581 c->idct = ff_idct_xvid_mmx2; | |
2582 }else{ | |
2583 c->idct_put= ff_idct_xvid_mmx_put; | |
2584 c->idct_add= ff_idct_xvid_mmx_add; | |
2585 c->idct = ff_idct_xvid_mmx; | |
2586 } | |
1092 | 2587 } |
2588 } | |
1868 | 2589 |
853
eacc2dd8fd9d
* using DSPContext - so each codec could use its local (sub)set of CPU extension
kabi
parents:
706
diff
changeset
|
2590 c->put_pixels_clamped = put_pixels_clamped_mmx; |
1984
ef919e9ef73e
separate out put_signed_pixels_clamped() into its own function and
melanson
parents:
1977
diff
changeset
|
2591 c->put_signed_pixels_clamped = put_signed_pixels_clamped_mmx; |
853
eacc2dd8fd9d
* using DSPContext - so each codec could use its local (sub)set of CPU extension
kabi
parents:
706
diff
changeset
|
2592 c->add_pixels_clamped = add_pixels_clamped_mmx; |
8288 | 2593 c->clear_block = clear_block_mmx; |
853
eacc2dd8fd9d
* using DSPContext - so each codec could use its local (sub)set of CPU extension
kabi
parents:
706
diff
changeset
|
2594 c->clear_blocks = clear_blocks_mmx; |
8288 | 2595 if (mm_flags & FF_MM_SSE) |
2596 c->clear_block = clear_block_sse; | |
415 | 2597 |
6327 | 2598 #define SET_HPEL_FUNCS(PFX, IDX, SIZE, CPU) \ |
2599 c->PFX ## _pixels_tab[IDX][0] = PFX ## _pixels ## SIZE ## _ ## CPU; \ | |
2600 c->PFX ## _pixels_tab[IDX][1] = PFX ## _pixels ## SIZE ## _x2_ ## CPU; \ | |
2601 c->PFX ## _pixels_tab[IDX][2] = PFX ## _pixels ## SIZE ## _y2_ ## CPU; \ | |
2602 c->PFX ## _pixels_tab[IDX][3] = PFX ## _pixels ## SIZE ## _xy2_ ## CPU | |
2603 | |
2604 SET_HPEL_FUNCS(put, 0, 16, mmx); | |
2605 SET_HPEL_FUNCS(put_no_rnd, 0, 16, mmx); | |
2606 SET_HPEL_FUNCS(avg, 0, 16, mmx); | |
2607 SET_HPEL_FUNCS(avg_no_rnd, 0, 16, mmx); | |
2608 SET_HPEL_FUNCS(put, 1, 8, mmx); | |
2609 SET_HPEL_FUNCS(put_no_rnd, 1, 8, mmx); | |
2610 SET_HPEL_FUNCS(avg, 1, 8, mmx); | |
2611 SET_HPEL_FUNCS(avg_no_rnd, 1, 8, mmx); | |
2967 | 2612 |
3248
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
2613 c->gmc= gmc_mmx; |
7aa9f80e7954
mmx implementation of 3-point GMC. (5x faster than C)
lorenm
parents:
3215
diff
changeset
|
2614 |
866 | 2615 c->add_bytes= add_bytes_mmx; |
6384 | 2616 c->add_bytes_l2= add_bytes_l2_mmx; |
1647 | 2617 |
6437 | 2618 c->draw_edges = draw_edges_mmx; |
2619 | |
5277
7b3fcb7c61ce
Avoid linking with h263.c functions when the relevant codecs
aurel
parents:
5255
diff
changeset
|
2620 if (ENABLE_ANY_H263) { |
5278 | 2621 c->h263_v_loop_filter= h263_v_loop_filter_mmx; |
2622 c->h263_h_loop_filter= h263_h_loop_filter_mmx; | |
5277
7b3fcb7c61ce
Avoid linking with h263.c functions when the relevant codecs
aurel
parents:
5255
diff
changeset
|
2623 } |
6057
03febc8f506f
add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding.
gpoirier
parents:
6056
diff
changeset
|
2624 c->put_h264_chroma_pixels_tab[0]= put_h264_chroma_mc8_mmx_rnd; |
2922
d772011258ec
faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx.
lorenm
parents:
2902
diff
changeset
|
2625 c->put_h264_chroma_pixels_tab[1]= put_h264_chroma_mc4_mmx; |
6057
03febc8f506f
add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding.
gpoirier
parents:
6056
diff
changeset
|
2626 c->put_no_rnd_h264_chroma_pixels_tab[0]= put_h264_chroma_mc8_mmx_nornd; |
2967 | 2627 |
3173 | 2628 c->h264_idct_dc_add= |
2629 c->h264_idct_add= ff_h264_idct_add_mmx; | |
3174 | 2630 c->h264_idct8_dc_add= |
2631 c->h264_idct8_add= ff_h264_idct8_add_mmx; | |
8104
0d108ec85620
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
rathann
parents:
8073
diff
changeset
|
2632 if (mm_flags & FF_MM_SSE2) |
6320 | 2633 c->h264_idct8_add= ff_h264_idct8_add_sse2; |
3173 | 2634 |
8104
0d108ec85620
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
rathann
parents:
8073
diff
changeset
|
2635 if (mm_flags & FF_MM_MMXEXT) { |
3215
06f98047ff26
prefetch pixels for future motion compensation. 2-5% faster h264.
lorenm
parents:
3213
diff
changeset
|
2636 c->prefetch = prefetch_mmx2; |
06f98047ff26
prefetch pixels for future motion compensation. 2-5% faster h264.
lorenm
parents:
3213
diff
changeset
|
2637 |
853
eacc2dd8fd9d
* using DSPContext - so each codec could use its local (sub)set of CPU extension
kabi
parents:
706
diff
changeset
|
2638 c->put_pixels_tab[0][1] = put_pixels16_x2_mmx2; |
eacc2dd8fd9d
* using DSPContext - so each codec could use its local (sub)set of CPU extension
kabi
parents:
706
diff
changeset
|
2639 c->put_pixels_tab[0][2] = put_pixels16_y2_mmx2; |
651 | 2640 |
853
eacc2dd8fd9d
* using DSPContext - so each codec could use its local (sub)set of CPU extension
kabi
parents:
706
diff
changeset
|
2641 c->avg_pixels_tab[0][0] = avg_pixels16_mmx2; |
eacc2dd8fd9d
* using DSPContext - so each codec could use its local (sub)set of CPU extension
kabi
parents:
706
diff
changeset
|
2642 c->avg_pixels_tab[0][1] = avg_pixels16_x2_mmx2; |
eacc2dd8fd9d
* using DSPContext - so each codec could use its local (sub)set of CPU extension
kabi
parents:
706
diff
changeset
|
2643 c->avg_pixels_tab[0][2] = avg_pixels16_y2_mmx2; |
415 | 2644 |
853
eacc2dd8fd9d
* using DSPContext - so each codec could use its local (sub)set of CPU extension
kabi
parents:
706
diff
changeset
|
2645 c->put_pixels_tab[1][1] = put_pixels8_x2_mmx2; |
eacc2dd8fd9d
* using DSPContext - so each codec could use its local (sub)set of CPU extension
kabi
parents:
706
diff
changeset
|
2646 c->put_pixels_tab[1][2] = put_pixels8_y2_mmx2; |
651 | 2647 |
853
eacc2dd8fd9d
* using DSPContext - so each codec could use its local (sub)set of CPU extension
kabi
parents:
706
diff
changeset
|
2648 c->avg_pixels_tab[1][0] = avg_pixels8_mmx2; |
eacc2dd8fd9d
* using DSPContext - so each codec could use its local (sub)set of CPU extension
kabi
parents:
706
diff
changeset
|
2649 c->avg_pixels_tab[1][1] = avg_pixels8_x2_mmx2; |
eacc2dd8fd9d
* using DSPContext - so each codec could use its local (sub)set of CPU extension
kabi
parents:
706
diff
changeset
|
2650 c->avg_pixels_tab[1][2] = avg_pixels8_y2_mmx2; |
1092 | 2651 |
3105
2d35fb3cb940
h264: special case dc-only idct. ~1% faster overall
lorenm
parents:
3089
diff
changeset
|
2652 c->h264_idct_dc_add= ff_h264_idct_dc_add_mmx2; |
2d35fb3cb940
h264: special case dc-only idct. ~1% faster overall
lorenm
parents:
3089
diff
changeset
|
2653 c->h264_idct8_dc_add= ff_h264_idct8_dc_add_mmx2; |
2745 | 2654 |
1092 | 2655 if(!(avctx->flags & CODEC_FLAG_BITEXACT)){ |
2656 c->put_no_rnd_pixels_tab[0][1] = put_no_rnd_pixels16_x2_mmx2; | |
2657 c->put_no_rnd_pixels_tab[0][2] = put_no_rnd_pixels16_y2_mmx2; | |
2658 c->put_no_rnd_pixels_tab[1][1] = put_no_rnd_pixels8_x2_mmx2; | |
2659 c->put_no_rnd_pixels_tab[1][2] = put_no_rnd_pixels8_y2_mmx2; | |
2660 c->avg_pixels_tab[0][3] = avg_pixels16_xy2_mmx2; | |
2661 c->avg_pixels_tab[1][3] = avg_pixels8_xy2_mmx2; | |
959 | 2662 |
8035 | 2663 if (ENABLE_VP3_DECODER || ENABLE_THEORA_DECODER) { |
2664 c->vp3_v_loop_filter= ff_vp3_v_loop_filter_mmx2; | |
2665 c->vp3_h_loop_filter= ff_vp3_h_loop_filter_mmx2; | |
8034 | 2666 } |
8033 | 2667 } |
2668 | |
6327 | 2669 #define SET_QPEL_FUNCS(PFX, IDX, SIZE, CPU) \ |
2670 c->PFX ## _pixels_tab[IDX][ 0] = PFX ## SIZE ## _mc00_ ## CPU; \ | |
2671 c->PFX ## _pixels_tab[IDX][ 1] = PFX ## SIZE ## _mc10_ ## CPU; \ | |
2672 c->PFX ## _pixels_tab[IDX][ 2] = PFX ## SIZE ## _mc20_ ## CPU; \ | |
2673 c->PFX ## _pixels_tab[IDX][ 3] = PFX ## SIZE ## _mc30_ ## CPU; \ | |
2674 c->PFX ## _pixels_tab[IDX][ 4] = PFX ## SIZE ## _mc01_ ## CPU; \ | |
2675 c->PFX ## _pixels_tab[IDX][ 5] = PFX ## SIZE ## _mc11_ ## CPU; \ | |
2676 c->PFX ## _pixels_tab[IDX][ 6] = PFX ## SIZE ## _mc21_ ## CPU; \ | |
2677 c->PFX ## _pixels_tab[IDX][ 7] = PFX ## SIZE ## _mc31_ ## CPU; \ | |
2678 c->PFX ## _pixels_tab[IDX][ 8] = PFX ## SIZE ## _mc02_ ## CPU; \ | |
2679 c->PFX ## _pixels_tab[IDX][ 9] = PFX ## SIZE ## _mc12_ ## CPU; \ | |
2680 c->PFX ## _pixels_tab[IDX][10] = PFX ## SIZE ## _mc22_ ## CPU; \ | |
2681 c->PFX ## _pixels_tab[IDX][11] = PFX ## SIZE ## _mc32_ ## CPU; \ | |
2682 c->PFX ## _pixels_tab[IDX][12] = PFX ## SIZE ## _mc03_ ## CPU; \ | |
2683 c->PFX ## _pixels_tab[IDX][13] = PFX ## SIZE ## _mc13_ ## CPU; \ | |
2684 c->PFX ## _pixels_tab[IDX][14] = PFX ## SIZE ## _mc23_ ## CPU; \ | |
2685 c->PFX ## _pixels_tab[IDX][15] = PFX ## SIZE ## _mc33_ ## CPU | |
2686 | |
2687 SET_QPEL_FUNCS(put_qpel, 0, 16, mmx2); | |
2688 SET_QPEL_FUNCS(put_qpel, 1, 8, mmx2); | |
2689 SET_QPEL_FUNCS(put_no_rnd_qpel, 0, 16, mmx2); | |
2690 SET_QPEL_FUNCS(put_no_rnd_qpel, 1, 8, mmx2); | |
2691 SET_QPEL_FUNCS(avg_qpel, 0, 16, mmx2); | |
2692 SET_QPEL_FUNCS(avg_qpel, 1, 8, mmx2); | |
2693 | |
2694 SET_QPEL_FUNCS(put_h264_qpel, 0, 16, mmx2); | |
2695 SET_QPEL_FUNCS(put_h264_qpel, 1, 8, mmx2); | |
2696 SET_QPEL_FUNCS(put_h264_qpel, 2, 4, mmx2); | |
2697 SET_QPEL_FUNCS(avg_h264_qpel, 0, 16, mmx2); | |
2698 SET_QPEL_FUNCS(avg_h264_qpel, 1, 8, mmx2); | |
2699 SET_QPEL_FUNCS(avg_h264_qpel, 2, 4, mmx2); | |
2700 | |
2701 SET_QPEL_FUNCS(put_2tap_qpel, 0, 16, mmx2); | |
2702 SET_QPEL_FUNCS(put_2tap_qpel, 1, 8, mmx2); | |
2703 SET_QPEL_FUNCS(avg_2tap_qpel, 0, 16, mmx2); | |
2704 SET_QPEL_FUNCS(avg_2tap_qpel, 1, 8, mmx2); | |
2209 | 2705 |
6057
03febc8f506f
add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding.
gpoirier
parents:
6056
diff
changeset
|
2706 c->avg_h264_chroma_pixels_tab[0]= avg_h264_chroma_mc8_mmx2_rnd; |
2922
d772011258ec
faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx.
lorenm
parents:
2902
diff
changeset
|
2707 c->avg_h264_chroma_pixels_tab[1]= avg_h264_chroma_mc4_mmx2; |
3213 | 2708 c->avg_h264_chroma_pixels_tab[2]= avg_h264_chroma_mc2_mmx2; |
2709 c->put_h264_chroma_pixels_tab[2]= put_h264_chroma_mc2_mmx2; | |
2633 | 2710 c->h264_v_loop_filter_luma= h264_v_loop_filter_luma_mmx2; |
2711 c->h264_h_loop_filter_luma= h264_h_loop_filter_luma_mmx2; | |
2712 c->h264_v_loop_filter_chroma= h264_v_loop_filter_chroma_mmx2; | |
2713 c->h264_h_loop_filter_chroma= h264_h_loop_filter_chroma_mmx2; | |
2707
360024d31dab
H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cases to 8-bit math)
lorenm
parents:
2696
diff
changeset
|
2714 c->h264_v_loop_filter_chroma_intra= h264_v_loop_filter_chroma_intra_mmx2; |
360024d31dab
H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cases to 8-bit math)
lorenm
parents:
2696
diff
changeset
|
2715 c->h264_h_loop_filter_chroma_intra= h264_h_loop_filter_chroma_intra_mmx2; |
3645
47821be55b6c
mmx implementation of deblocking strength decision.
lorenm
parents:
3576
diff
changeset
|
2716 c->h264_loop_filter_strength= h264_loop_filter_strength_mmx2; |
2633 | 2717 |
2902
3c79bc9f3aa9
h264 mmx weighted prediction. up to 3% overall speedup.
lorenm
parents:
2899
diff
changeset
|
2718 c->weight_h264_pixels_tab[0]= ff_h264_weight_16x16_mmx2; |
3c79bc9f3aa9
h264 mmx weighted prediction. up to 3% overall speedup.
lorenm
parents:
2899
diff
changeset
|
2719 c->weight_h264_pixels_tab[1]= ff_h264_weight_16x8_mmx2; |
3c79bc9f3aa9
h264 mmx weighted prediction. up to 3% overall speedup.
lorenm
parents:
2899
diff
changeset
|
2720 c->weight_h264_pixels_tab[2]= ff_h264_weight_8x16_mmx2; |
3c79bc9f3aa9
h264 mmx weighted prediction. up to 3% overall speedup.
lorenm
parents:
2899
diff
changeset
|
2721 c->weight_h264_pixels_tab[3]= ff_h264_weight_8x8_mmx2; |
3c79bc9f3aa9
h264 mmx weighted prediction. up to 3% overall speedup.
lorenm
parents:
2899
diff
changeset
|
2722 c->weight_h264_pixels_tab[4]= ff_h264_weight_8x4_mmx2; |
3c79bc9f3aa9
h264 mmx weighted prediction. up to 3% overall speedup.
lorenm
parents:
2899
diff
changeset
|
2723 c->weight_h264_pixels_tab[5]= ff_h264_weight_4x8_mmx2; |
3c79bc9f3aa9
h264 mmx weighted prediction. up to 3% overall speedup.
lorenm
parents:
2899
diff
changeset
|
2724 c->weight_h264_pixels_tab[6]= ff_h264_weight_4x4_mmx2; |
3c79bc9f3aa9
h264 mmx weighted prediction. up to 3% overall speedup.
lorenm
parents:
2899
diff
changeset
|
2725 c->weight_h264_pixels_tab[7]= ff_h264_weight_4x2_mmx2; |
3c79bc9f3aa9
h264 mmx weighted prediction. up to 3% overall speedup.
lorenm
parents:
2899
diff
changeset
|
2726 |
3c79bc9f3aa9
h264 mmx weighted prediction. up to 3% overall speedup.
lorenm
parents:
2899
diff
changeset
|
2727 c->biweight_h264_pixels_tab[0]= ff_h264_biweight_16x16_mmx2; |
3c79bc9f3aa9
h264 mmx weighted prediction. up to 3% overall speedup.
lorenm
parents:
2899
diff
changeset
|
2728 c->biweight_h264_pixels_tab[1]= ff_h264_biweight_16x8_mmx2; |
3c79bc9f3aa9
h264 mmx weighted prediction. up to 3% overall speedup.
lorenm
parents:
2899
diff
changeset
|
2729 c->biweight_h264_pixels_tab[2]= ff_h264_biweight_8x16_mmx2; |
3c79bc9f3aa9
h264 mmx weighted prediction. up to 3% overall speedup.
lorenm
parents:
2899
diff
changeset
|
2730 c->biweight_h264_pixels_tab[3]= ff_h264_biweight_8x8_mmx2; |
3c79bc9f3aa9
h264 mmx weighted prediction. up to 3% overall speedup.
lorenm
parents:
2899
diff
changeset
|
2731 c->biweight_h264_pixels_tab[4]= ff_h264_biweight_8x4_mmx2; |
3c79bc9f3aa9
h264 mmx weighted prediction. up to 3% overall speedup.
lorenm
parents:
2899
diff
changeset
|
2732 c->biweight_h264_pixels_tab[5]= ff_h264_biweight_4x8_mmx2; |
3c79bc9f3aa9
h264 mmx weighted prediction. up to 3% overall speedup.
lorenm
parents:
2899
diff
changeset
|
2733 c->biweight_h264_pixels_tab[6]= ff_h264_biweight_4x4_mmx2; |
3c79bc9f3aa9
h264 mmx weighted prediction. up to 3% overall speedup.
lorenm
parents:
2899
diff
changeset
|
2734 c->biweight_h264_pixels_tab[7]= ff_h264_biweight_4x2_mmx2; |
3c79bc9f3aa9
h264 mmx weighted prediction. up to 3% overall speedup.
lorenm
parents:
2899
diff
changeset
|
2735 |
5949 | 2736 if (ENABLE_CAVS_DECODER) |
5950 | 2737 ff_cavsdsp_init_mmx2(c, avctx); |
5949 | 2738 |
2739 if (ENABLE_VC1_DECODER || ENABLE_WMV3_DECODER) | |
5950 | 2740 ff_vc1dsp_init_mmx(c, avctx); |
5933 | 2741 |
6384 | 2742 c->add_png_paeth_prediction= add_png_paeth_prediction_mmx2; |
8104
0d108ec85620
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
rathann
parents:
8073
diff
changeset
|
2743 } else if (mm_flags & FF_MM_3DNOW) { |
3215
06f98047ff26
prefetch pixels for future motion compensation. 2-5% faster h264.
lorenm
parents:
3213
diff
changeset
|
2744 c->prefetch = prefetch_3dnow; |
06f98047ff26
prefetch pixels for future motion compensation. 2-5% faster h264.
lorenm
parents:
3213
diff
changeset
|
2745 |
853
eacc2dd8fd9d
* using DSPContext - so each codec could use its local (sub)set of CPU extension
kabi
parents:
706
diff
changeset
|
2746 c->put_pixels_tab[0][1] = put_pixels16_x2_3dnow; |
eacc2dd8fd9d
* using DSPContext - so each codec could use its local (sub)set of CPU extension
kabi
parents:
706
diff
changeset
|
2747 c->put_pixels_tab[0][2] = put_pixels16_y2_3dnow; |
393 | 2748 |
853
eacc2dd8fd9d
* using DSPContext - so each codec could use its local (sub)set of CPU extension
kabi
parents:
706
diff
changeset
|
2749 c->avg_pixels_tab[0][0] = avg_pixels16_3dnow; |
eacc2dd8fd9d
* using DSPContext - so each codec could use its local (sub)set of CPU extension
kabi
parents:
706
diff
changeset
|
2750 c->avg_pixels_tab[0][1] = avg_pixels16_x2_3dnow; |
eacc2dd8fd9d
* using DSPContext - so each codec could use its local (sub)set of CPU extension
kabi
parents:
706
diff
changeset
|
2751 c->avg_pixels_tab[0][2] = avg_pixels16_y2_3dnow; |
651 | 2752 |
853
eacc2dd8fd9d
* using DSPContext - so each codec could use its local (sub)set of CPU extension
kabi
parents:
706
diff
changeset
|
2753 c->put_pixels_tab[1][1] = put_pixels8_x2_3dnow; |
eacc2dd8fd9d
* using DSPContext - so each codec could use its local (sub)set of CPU extension
kabi
parents:
706
diff
changeset
|
2754 c->put_pixels_tab[1][2] = put_pixels8_y2_3dnow; |
eacc2dd8fd9d
* using DSPContext - so each codec could use its local (sub)set of CPU extension
kabi
parents:
706
diff
changeset
|
2755 |
eacc2dd8fd9d
* using DSPContext - so each codec could use its local (sub)set of CPU extension
kabi
parents:
706
diff
changeset
|
2756 c->avg_pixels_tab[1][0] = avg_pixels8_3dnow; |
eacc2dd8fd9d
* using DSPContext - so each codec could use its local (sub)set of CPU extension
kabi
parents:
706
diff
changeset
|
2757 c->avg_pixels_tab[1][1] = avg_pixels8_x2_3dnow; |
eacc2dd8fd9d
* using DSPContext - so each codec could use its local (sub)set of CPU extension
kabi
parents:
706
diff
changeset
|
2758 c->avg_pixels_tab[1][2] = avg_pixels8_y2_3dnow; |
1092 | 2759 |
2760 if(!(avctx->flags & CODEC_FLAG_BITEXACT)){ | |
2761 c->put_no_rnd_pixels_tab[0][1] = put_no_rnd_pixels16_x2_3dnow; | |
2762 c->put_no_rnd_pixels_tab[0][2] = put_no_rnd_pixels16_y2_3dnow; | |
2763 c->put_no_rnd_pixels_tab[1][1] = put_no_rnd_pixels8_x2_3dnow; | |
2764 c->put_no_rnd_pixels_tab[1][2] = put_no_rnd_pixels8_y2_3dnow; | |
2765 c->avg_pixels_tab[0][3] = avg_pixels16_xy2_3dnow; | |
2766 c->avg_pixels_tab[1][3] = avg_pixels8_xy2_3dnow; | |
2767 } | |
984 | 2768 |
6327 | 2769 SET_QPEL_FUNCS(put_qpel, 0, 16, 3dnow); |
2770 SET_QPEL_FUNCS(put_qpel, 1, 8, 3dnow); | |
2771 SET_QPEL_FUNCS(put_no_rnd_qpel, 0, 16, 3dnow); | |
2772 SET_QPEL_FUNCS(put_no_rnd_qpel, 1, 8, 3dnow); | |
2773 SET_QPEL_FUNCS(avg_qpel, 0, 16, 3dnow); | |
2774 SET_QPEL_FUNCS(avg_qpel, 1, 8, 3dnow); | |
2775 | |
2776 SET_QPEL_FUNCS(put_h264_qpel, 0, 16, 3dnow); | |
2777 SET_QPEL_FUNCS(put_h264_qpel, 1, 8, 3dnow); | |
2778 SET_QPEL_FUNCS(put_h264_qpel, 2, 4, 3dnow); | |
2779 SET_QPEL_FUNCS(avg_h264_qpel, 0, 16, 3dnow); | |
2780 SET_QPEL_FUNCS(avg_h264_qpel, 1, 8, 3dnow); | |
2781 SET_QPEL_FUNCS(avg_h264_qpel, 2, 4, 3dnow); | |
2782 | |
2783 SET_QPEL_FUNCS(put_2tap_qpel, 0, 16, 3dnow); | |
2784 SET_QPEL_FUNCS(put_2tap_qpel, 1, 8, 3dnow); | |
2785 SET_QPEL_FUNCS(avg_2tap_qpel, 0, 16, 3dnow); | |
2786 SET_QPEL_FUNCS(avg_2tap_qpel, 1, 8, 3dnow); | |
3807
6a40092eb9e6
approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast.
lorenm
parents:
3777
diff
changeset
|
2787 |
6057
03febc8f506f
add MMX version for put_no_rnd_h264_chroma_mc8_c, used in VC-1 decoding.
gpoirier
parents:
6056
diff
changeset
|
2788 c->avg_h264_chroma_pixels_tab[0]= avg_h264_chroma_mc8_3dnow_rnd; |
2922
d772011258ec
faster h264_chroma_mc8_mmx, added h264_chroma_mc4_mmx.
lorenm
parents:
2902
diff
changeset
|
2789 c->avg_h264_chroma_pixels_tab[1]= avg_h264_chroma_mc4_3dnow; |
6522
dfa76e0734e5
Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx()
zuxy
parents:
6513
diff
changeset
|
2790 |
dfa76e0734e5
Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx()
zuxy
parents:
6513
diff
changeset
|
2791 if (ENABLE_CAVS_DECODER) |
dfa76e0734e5
Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx()
zuxy
parents:
6513
diff
changeset
|
2792 ff_cavsdsp_init_3dnow(c, avctx); |
0 | 2793 } |
3207
33110c1008a4
Add the mmx and sse2 implementations of ff_snow_vertical_compose().
gpoirier
parents:
3174
diff
changeset
|
2794 |
6336
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2795 |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2796 #define H264_QPEL_FUNCS(x, y, CPU)\ |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2797 c->put_h264_qpel_pixels_tab[0][x+y*4] = put_h264_qpel16_mc##x##y##_##CPU;\ |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2798 c->put_h264_qpel_pixels_tab[1][x+y*4] = put_h264_qpel8_mc##x##y##_##CPU;\ |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2799 c->avg_h264_qpel_pixels_tab[0][x+y*4] = avg_h264_qpel16_mc##x##y##_##CPU;\ |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2800 c->avg_h264_qpel_pixels_tab[1][x+y*4] = avg_h264_qpel8_mc##x##y##_##CPU; |
8104
0d108ec85620
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
rathann
parents:
8073
diff
changeset
|
2801 if((mm_flags & FF_MM_SSE2) && !(mm_flags & FF_MM_3DNOW)){ |
6331 | 2802 // these functions are slower than mmx on AMD, but faster on Intel |
6336
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2803 /* FIXME works in most codecs, but crashes svq1 due to unaligned chroma |
6331 | 2804 c->put_pixels_tab[0][0] = put_pixels16_sse2; |
2805 c->avg_pixels_tab[0][0] = avg_pixels16_sse2; | |
6336
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2806 */ |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2807 H264_QPEL_FUNCS(0, 0, sse2); |
6331 | 2808 } |
8104
0d108ec85620
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
rathann
parents:
8073
diff
changeset
|
2809 if(mm_flags & FF_MM_SSE2){ |
6336
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2810 H264_QPEL_FUNCS(0, 1, sse2); |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2811 H264_QPEL_FUNCS(0, 2, sse2); |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2812 H264_QPEL_FUNCS(0, 3, sse2); |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2813 H264_QPEL_FUNCS(1, 1, sse2); |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2814 H264_QPEL_FUNCS(1, 2, sse2); |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2815 H264_QPEL_FUNCS(1, 3, sse2); |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2816 H264_QPEL_FUNCS(2, 1, sse2); |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2817 H264_QPEL_FUNCS(2, 2, sse2); |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2818 H264_QPEL_FUNCS(2, 3, sse2); |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2819 H264_QPEL_FUNCS(3, 1, sse2); |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2820 H264_QPEL_FUNCS(3, 2, sse2); |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2821 H264_QPEL_FUNCS(3, 3, sse2); |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2822 } |
6331 | 2823 #ifdef HAVE_SSSE3 |
8104
0d108ec85620
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
rathann
parents:
8073
diff
changeset
|
2824 if(mm_flags & FF_MM_SSSE3){ |
6336
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2825 H264_QPEL_FUNCS(1, 0, ssse3); |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2826 H264_QPEL_FUNCS(1, 1, ssse3); |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2827 H264_QPEL_FUNCS(1, 2, ssse3); |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2828 H264_QPEL_FUNCS(1, 3, ssse3); |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2829 H264_QPEL_FUNCS(2, 0, ssse3); |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2830 H264_QPEL_FUNCS(2, 1, ssse3); |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2831 H264_QPEL_FUNCS(2, 2, ssse3); |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2832 H264_QPEL_FUNCS(2, 3, ssse3); |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2833 H264_QPEL_FUNCS(3, 0, ssse3); |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2834 H264_QPEL_FUNCS(3, 1, ssse3); |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2835 H264_QPEL_FUNCS(3, 2, ssse3); |
ef3fb5a7e275
sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3.
lorenm
parents:
6335
diff
changeset
|
2836 H264_QPEL_FUNCS(3, 3, ssse3); |
6557 | 2837 c->put_no_rnd_h264_chroma_pixels_tab[0]= put_h264_chroma_mc8_ssse3_nornd; |
2838 c->put_h264_chroma_pixels_tab[0]= put_h264_chroma_mc8_ssse3_rnd; | |
2839 c->avg_h264_chroma_pixels_tab[0]= avg_h264_chroma_mc8_ssse3_rnd; | |
2840 c->put_h264_chroma_pixels_tab[1]= put_h264_chroma_mc4_ssse3; | |
2841 c->avg_h264_chroma_pixels_tab[1]= avg_h264_chroma_mc4_ssse3; | |
6384 | 2842 c->add_png_paeth_prediction= add_png_paeth_prediction_ssse3; |
6331 | 2843 } |
2844 #endif | |
2845 | |
4589
30261f4ed12d
Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated.
diego
parents:
4436
diff
changeset
|
2846 #ifdef CONFIG_SNOW_DECODER |
8104
0d108ec85620
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
rathann
parents:
8073
diff
changeset
|
2847 if(mm_flags & FF_MM_SSE2 & 0){ |
3210 | 2848 c->horizontal_compose97i = ff_snow_horizontal_compose97i_sse2; |
5602 | 2849 #ifdef HAVE_7REGS |
3207
33110c1008a4
Add the mmx and sse2 implementations of ff_snow_vertical_compose().
gpoirier
parents:
3174
diff
changeset
|
2850 c->vertical_compose97i = ff_snow_vertical_compose97i_sse2; |
5601
b26025b9586d
workaround gcc bug, untested as my gcc is not complaining
michael
parents:
5594
diff
changeset
|
2851 #endif |
3211
b77b5e7072d6
add MMX and SSE versions of ff_snow_inner_add_yblock
gpoirier
parents:
3210
diff
changeset
|
2852 c->inner_add_yblock = ff_snow_inner_add_yblock_sse2; |
3207
33110c1008a4
Add the mmx and sse2 implementations of ff_snow_vertical_compose().
gpoirier
parents:
3174
diff
changeset
|
2853 } |
33110c1008a4
Add the mmx and sse2 implementations of ff_snow_vertical_compose().
gpoirier
parents:
3174
diff
changeset
|
2854 else{ |
8104
0d108ec85620
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
rathann
parents:
8073
diff
changeset
|
2855 if(mm_flags & FF_MM_MMXEXT){ |
3210 | 2856 c->horizontal_compose97i = ff_snow_horizontal_compose97i_mmx; |
5602 | 2857 #ifdef HAVE_7REGS |
3207
33110c1008a4
Add the mmx and sse2 implementations of ff_snow_vertical_compose().
gpoirier
parents:
3174
diff
changeset
|
2858 c->vertical_compose97i = ff_snow_vertical_compose97i_mmx; |
5601
b26025b9586d
workaround gcc bug, untested as my gcc is not complaining
michael
parents:
5594
diff
changeset
|
2859 #endif |
5594
384629ebcb93
avoid overflow in the 3rd lifting step, this now needs mmx2 at minimum
michael
parents:
5591
diff
changeset
|
2860 } |
3211
b77b5e7072d6
add MMX and SSE versions of ff_snow_inner_add_yblock
gpoirier
parents:
3210
diff
changeset
|
2861 c->inner_add_yblock = ff_snow_inner_add_yblock_mmx; |
3207
33110c1008a4
Add the mmx and sse2 implementations of ff_snow_vertical_compose().
gpoirier
parents:
3174
diff
changeset
|
2862 } |
33110c1008a4
Add the mmx and sse2 implementations of ff_snow_vertical_compose().
gpoirier
parents:
3174
diff
changeset
|
2863 #endif |
3536
545a15c19c91
sse & sse2 implementations of vorbis channel coupling.
lorenm
parents:
3524
diff
changeset
|
2864 |
8104
0d108ec85620
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
rathann
parents:
8073
diff
changeset
|
2865 if(mm_flags & FF_MM_3DNOW){ |
3568
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2866 c->vorbis_inverse_coupling = vorbis_inverse_coupling_3dnow; |
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2867 c->vector_fmul = vector_fmul_3dnow; |
7261 | 2868 if(!(avctx->flags & CODEC_FLAG_BITEXACT)){ |
3568
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2869 c->float_to_int16 = float_to_int16_3dnow; |
7261 | 2870 c->float_to_int16_interleave = float_to_int16_interleave_3dnow; |
2871 } | |
3568
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2872 } |
8104
0d108ec85620
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
rathann
parents:
8073
diff
changeset
|
2873 if(mm_flags & FF_MM_3DNOWEXT){ |
3568
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2874 c->vector_fmul_reverse = vector_fmul_reverse_3dnow2; |
7263 | 2875 c->vector_fmul_window = vector_fmul_window_3dnow2; |
7568
bb76ecde9318
gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm
lorenm
parents:
7567
diff
changeset
|
2876 if(!(avctx->flags & CODEC_FLAG_BITEXACT)){ |
bb76ecde9318
gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm
lorenm
parents:
7567
diff
changeset
|
2877 c->float_to_int16_interleave = float_to_int16_interleave_3dn2; |
bb76ecde9318
gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even inside HAVE_7REGS), so write it in yasm
lorenm
parents:
7567
diff
changeset
|
2878 } |
7263 | 2879 } |
8104
0d108ec85620
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
rathann
parents:
8073
diff
changeset
|
2880 if(mm_flags & FF_MM_SSE){ |
3557
8e13ec0f8aa3
change vorbis_inverse_coupling_sse2() so it works on sse1 cpus
michael
parents:
3541
diff
changeset
|
2881 c->vorbis_inverse_coupling = vorbis_inverse_coupling_sse; |
7563 | 2882 c->ac3_downmix = ac3_downmix_sse; |
3568
945caa35ee9a
sse and 3dnow implementations of float->int conversion and mdct windowing.
lorenm
parents:
3561
diff
changeset
|
2883 c->vector_fmul = vector_fmul_sse; |
3569
c42c03f3b402
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse
michael
parents:
3568
diff
changeset
|
2884 c->vector_fmul_reverse = vector_fmul_reverse_sse; |
c42c03f3b402
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse
michael
parents:
3568
diff
changeset
|
2885 c->vector_fmul_add_add = vector_fmul_add_add_sse; |
7261 | 2886 c->vector_fmul_window = vector_fmul_window_sse; |
7564 | 2887 c->int32_to_float_fmul_scalar = int32_to_float_fmul_scalar_sse; |
7548 | 2888 c->float_to_int16 = float_to_int16_sse; |
2889 c->float_to_int16_interleave = float_to_int16_interleave_sse; | |
7226 | 2890 } |
8104
0d108ec85620
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
rathann
parents:
8073
diff
changeset
|
2891 if(mm_flags & FF_MM_3DNOW) |
3574 | 2892 c->vector_fmul_add_add = vector_fmul_add_add_3dnow; // faster than sse |
8104
0d108ec85620
Remove duplicated MM_* macros for CPU capabilities from dsputil.h.
rathann
parents:
8073
diff
changeset
|
2893 if(mm_flags & FF_MM_SSE2){ |
7564 | 2894 c->int32_to_float_fmul_scalar = int32_to_float_fmul_scalar_sse2; |
7548 | 2895 c->float_to_int16 = float_to_int16_sse2; |
2896 c->float_to_int16_interleave = float_to_int16_interleave_sse2; | |
7238
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2897 c->add_int16 = add_int16_sse2; |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2898 c->sub_int16 = sub_int16_sse2; |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2899 c->scalarproduct_int16 = scalarproduct_int16_sse2; |
08cc6e202aa6
SSE2 optimizations for Monkey's Audio decoder vector functions
kostya
parents:
7226
diff
changeset
|
2900 } |
0 | 2901 } |
2967 | 2902 |
6403
9a736918fd90
split encoding part of dsputil_mmx into its own file
aurel
parents:
6391
diff
changeset
|
2903 if (ENABLE_ENCODERS) |
9a736918fd90
split encoding part of dsputil_mmx into its own file
aurel
parents:
6391
diff
changeset
|
2904 dsputilenc_init_mmx(c, avctx); |
9a736918fd90
split encoding part of dsputil_mmx into its own file
aurel
parents:
6391
diff
changeset
|
2905 |
247
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2906 #if 0 |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2907 // for speed testing |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2908 get_pixels = just_return; |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2909 put_pixels_clamped = just_return; |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2910 add_pixels_clamped = just_return; |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2911 |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2912 pix_abs16x16 = just_return; |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2913 pix_abs16x16_x2 = just_return; |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2914 pix_abs16x16_y2 = just_return; |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2915 pix_abs16x16_xy2 = just_return; |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2916 |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2917 put_pixels_tab[0] = just_return; |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2918 put_pixels_tab[1] = just_return; |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2919 put_pixels_tab[2] = just_return; |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2920 put_pixels_tab[3] = just_return; |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2921 |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2922 put_no_rnd_pixels_tab[0] = just_return; |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2923 put_no_rnd_pixels_tab[1] = just_return; |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2924 put_no_rnd_pixels_tab[2] = just_return; |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2925 put_no_rnd_pixels_tab[3] = just_return; |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2926 |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2927 avg_pixels_tab[0] = just_return; |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2928 avg_pixels_tab[1] = just_return; |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2929 avg_pixels_tab[2] = just_return; |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2930 avg_pixels_tab[3] = just_return; |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2931 |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2932 avg_no_rnd_pixels_tab[0] = just_return; |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2933 avg_no_rnd_pixels_tab[1] = just_return; |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2934 avg_no_rnd_pixels_tab[2] = just_return; |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2935 avg_no_rnd_pixels_tab[3] = just_return; |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2936 |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2937 //av_fdct = just_return; |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2938 //ff_idct = just_return; |
6f48cacd9ed9
* some modifications to allow gcc to compile same code for -fPIC
kabi
parents:
188
diff
changeset
|
2939 #endif |
0 | 2940 } |