Mercurial > libavcodec.hg
annotate x86/x86util.asm @ 12530:63edd10ad4bc libavcodec tip
Try to fix crashes introduced by r25218
r25218 made assumptions about the existence of past reference frames that
weren't necessarily true.
| author | darkshikari |
|---|---|
| date | Tue, 28 Sep 2010 09:06:22 +0000 |
| parents | c997f09d1e10 |
| children |
| rev | line source |
|---|---|
| 8510 | 1 ;***************************************************************************** |
|
8804
ba83a0c57e9f
Fix wrong file name in header, noticed by David DeHaven, dave sagetv com.
diego
parents:
8510
diff
changeset
|
2 ;* x86util.asm |
| 8510 | 3 ;***************************************************************************** |
|
12005
88563eada57f
Make x86util.asm LGPL so we can use it in LGPL asm
darkshikari
parents:
11931
diff
changeset
|
4 ;* Copyright (C) 2008-2010 x264 project |
| 8510 | 5 ;* |
|
12005
88563eada57f
Make x86util.asm LGPL so we can use it in LGPL asm
darkshikari
parents:
11931
diff
changeset
|
6 ;* Authors: Loren Merritt <lorenm@u.washington.edu> |
|
88563eada57f
Make x86util.asm LGPL so we can use it in LGPL asm
darkshikari
parents:
11931
diff
changeset
|
7 ;* Holger Lubitz <holger@lubitz.org> |
|
88563eada57f
Make x86util.asm LGPL so we can use it in LGPL asm
darkshikari
parents:
11931
diff
changeset
|
8 ;* |
|
88563eada57f
Make x86util.asm LGPL so we can use it in LGPL asm
darkshikari
parents:
11931
diff
changeset
|
9 ;* This file is part of FFmpeg. |
| 8510 | 10 ;* |
|
12005
88563eada57f
Make x86util.asm LGPL so we can use it in LGPL asm
darkshikari
parents:
11931
diff
changeset
|
11 ;* FFmpeg is free software; you can redistribute it and/or |
|
88563eada57f
Make x86util.asm LGPL so we can use it in LGPL asm
darkshikari
parents:
11931
diff
changeset
|
12 ;* modify it under the terms of the GNU Lesser General Public |
|
88563eada57f
Make x86util.asm LGPL so we can use it in LGPL asm
darkshikari
parents:
11931
diff
changeset
|
13 ;* License as published by the Free Software Foundation; either |
|
88563eada57f
Make x86util.asm LGPL so we can use it in LGPL asm
darkshikari
parents:
11931
diff
changeset
|
14 ;* version 2.1 of the License, or (at your option) any later version. |
| 8510 | 15 ;* |
|
12005
88563eada57f
Make x86util.asm LGPL so we can use it in LGPL asm
darkshikari
parents:
11931
diff
changeset
|
16 ;* FFmpeg is distributed in the hope that it will be useful, |
|
88563eada57f
Make x86util.asm LGPL so we can use it in LGPL asm
darkshikari
parents:
11931
diff
changeset
|
17 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
88563eada57f
Make x86util.asm LGPL so we can use it in LGPL asm
darkshikari
parents:
11931
diff
changeset
|
18 ;* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
88563eada57f
Make x86util.asm LGPL so we can use it in LGPL asm
darkshikari
parents:
11931
diff
changeset
|
19 ;* Lesser General Public License for more details. |
|
88563eada57f
Make x86util.asm LGPL so we can use it in LGPL asm
darkshikari
parents:
11931
diff
changeset
|
20 ;* |
|
88563eada57f
Make x86util.asm LGPL so we can use it in LGPL asm
darkshikari
parents:
11931
diff
changeset
|
21 ;* You should have received a copy of the GNU Lesser General Public |
|
88563eada57f
Make x86util.asm LGPL so we can use it in LGPL asm
darkshikari
parents:
11931
diff
changeset
|
22 ;* License along with FFmpeg; if not, write to the Free Software |
|
88563eada57f
Make x86util.asm LGPL so we can use it in LGPL asm
darkshikari
parents:
11931
diff
changeset
|
23 ;* 51, Inc., Foundation Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
|
88563eada57f
Make x86util.asm LGPL so we can use it in LGPL asm
darkshikari
parents:
11931
diff
changeset
|
24 ;****************************************************************************** |
|
11931
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
25 |
| 8510 | 26 %macro SBUTTERFLY 4 |
| 27 mova m%4, m%2 | |
| 28 punpckl%1 m%2, m%3 | |
| 29 punpckh%1 m%4, m%3 | |
| 30 SWAP %3, %4 | |
| 31 %endmacro | |
| 32 | |
|
11931
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
33 %macro SBUTTERFLY2 4 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
34 mova m%4, m%2 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
35 punpckh%1 m%2, m%3 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
36 punpckl%1 m%4, m%3 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
37 SWAP %2, %4, %3 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
38 %endmacro |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
39 |
|
12086
d780ae746855
Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros).
rbultje
parents:
12013
diff
changeset
|
40 %macro TRANSPOSE4x4B 5 |
|
d780ae746855
Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros).
rbultje
parents:
12013
diff
changeset
|
41 SBUTTERFLY bw, %1, %2, %5 |
|
d780ae746855
Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros).
rbultje
parents:
12013
diff
changeset
|
42 SBUTTERFLY bw, %3, %4, %5 |
|
d780ae746855
Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros).
rbultje
parents:
12013
diff
changeset
|
43 SBUTTERFLY wd, %1, %3, %5 |
|
d780ae746855
Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros).
rbultje
parents:
12013
diff
changeset
|
44 SBUTTERFLY wd, %2, %4, %5 |
|
d780ae746855
Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros).
rbultje
parents:
12013
diff
changeset
|
45 SWAP %2, %3 |
|
d780ae746855
Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros).
rbultje
parents:
12013
diff
changeset
|
46 %endmacro |
|
d780ae746855
Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros).
rbultje
parents:
12013
diff
changeset
|
47 |
| 8510 | 48 %macro TRANSPOSE4x4W 5 |
| 49 SBUTTERFLY wd, %1, %2, %5 | |
| 50 SBUTTERFLY wd, %3, %4, %5 | |
| 51 SBUTTERFLY dq, %1, %3, %5 | |
| 52 SBUTTERFLY dq, %2, %4, %5 | |
| 53 SWAP %2, %3 | |
| 54 %endmacro | |
| 55 | |
| 56 %macro TRANSPOSE2x4x4W 5 | |
| 57 SBUTTERFLY wd, %1, %2, %5 | |
| 58 SBUTTERFLY wd, %3, %4, %5 | |
| 59 SBUTTERFLY dq, %1, %3, %5 | |
| 60 SBUTTERFLY dq, %2, %4, %5 | |
| 61 SBUTTERFLY qdq, %1, %2, %5 | |
| 62 SBUTTERFLY qdq, %3, %4, %5 | |
| 63 %endmacro | |
| 64 | |
| 65 %macro TRANSPOSE4x4D 5 | |
| 66 SBUTTERFLY dq, %1, %2, %5 | |
| 67 SBUTTERFLY dq, %3, %4, %5 | |
| 68 SBUTTERFLY qdq, %1, %3, %5 | |
| 69 SBUTTERFLY qdq, %2, %4, %5 | |
| 70 SWAP %2, %3 | |
| 71 %endmacro | |
| 72 | |
| 73 %macro TRANSPOSE8x8W 9-11 | |
| 74 %ifdef ARCH_X86_64 | |
| 75 SBUTTERFLY wd, %1, %2, %9 | |
| 76 SBUTTERFLY wd, %3, %4, %9 | |
| 77 SBUTTERFLY wd, %5, %6, %9 | |
| 78 SBUTTERFLY wd, %7, %8, %9 | |
| 79 SBUTTERFLY dq, %1, %3, %9 | |
| 80 SBUTTERFLY dq, %2, %4, %9 | |
| 81 SBUTTERFLY dq, %5, %7, %9 | |
| 82 SBUTTERFLY dq, %6, %8, %9 | |
| 83 SBUTTERFLY qdq, %1, %5, %9 | |
| 84 SBUTTERFLY qdq, %2, %6, %9 | |
| 85 SBUTTERFLY qdq, %3, %7, %9 | |
| 86 SBUTTERFLY qdq, %4, %8, %9 | |
| 87 SWAP %2, %5 | |
| 88 SWAP %4, %7 | |
| 89 %else | |
| 90 ; in: m0..m7, unless %11 in which case m6 is in %9 | |
| 91 ; out: m0..m7, unless %11 in which case m4 is in %10 | |
| 92 ; spills into %9 and %10 | |
| 93 %if %0<11 | |
| 94 movdqa %9, m%7 | |
| 95 %endif | |
| 96 SBUTTERFLY wd, %1, %2, %7 | |
| 97 movdqa %10, m%2 | |
| 98 movdqa m%7, %9 | |
| 99 SBUTTERFLY wd, %3, %4, %2 | |
| 100 SBUTTERFLY wd, %5, %6, %2 | |
| 101 SBUTTERFLY wd, %7, %8, %2 | |
| 102 SBUTTERFLY dq, %1, %3, %2 | |
| 103 movdqa %9, m%3 | |
| 104 movdqa m%2, %10 | |
| 105 SBUTTERFLY dq, %2, %4, %3 | |
| 106 SBUTTERFLY dq, %5, %7, %3 | |
| 107 SBUTTERFLY dq, %6, %8, %3 | |
| 108 SBUTTERFLY qdq, %1, %5, %3 | |
| 109 SBUTTERFLY qdq, %2, %6, %3 | |
| 110 movdqa %10, m%2 | |
| 111 movdqa m%3, %9 | |
| 112 SBUTTERFLY qdq, %3, %7, %2 | |
| 113 SBUTTERFLY qdq, %4, %8, %2 | |
| 114 SWAP %2, %5 | |
| 115 SWAP %4, %7 | |
|
10019
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
116 %if %0<11 |
| 8510 | 117 movdqa m%5, %10 |
| 118 %endif | |
| 119 %endif | |
| 120 %endmacro | |
| 121 | |
| 12144 | 122 ; PABSW macros assume %1 != %2, while ABS1/2 macros work in-place |
| 123 %macro PABSW_MMX 2 | |
| 124 pxor %1, %1 | |
| 125 pcmpgtw %1, %2 | |
| 126 pxor %2, %1 | |
| 127 psubw %2, %1 | |
| 128 SWAP %1, %2 | |
| 129 %endmacro | |
| 130 | |
| 131 %macro PSIGNW_MMX 2 | |
| 132 pxor %1, %2 | |
| 133 psubw %1, %2 | |
| 134 %endmacro | |
| 135 | |
| 136 %macro PABSW_MMX2 2 | |
| 137 pxor %1, %1 | |
| 138 psubw %1, %2 | |
| 139 pmaxsw %1, %2 | |
| 140 %endmacro | |
| 141 | |
| 142 %macro PABSW_SSSE3 2 | |
| 143 pabsw %1, %2 | |
| 144 %endmacro | |
| 145 | |
| 146 %macro PSIGNW_SSSE3 2 | |
| 147 psignw %1, %2 | |
| 148 %endmacro | |
| 149 | |
| 8510 | 150 %macro ABS1_MMX 2 ; a, tmp |
|
12498
c997f09d1e10
Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,
rbultje
parents:
12144
diff
changeset
|
151 pxor %2, %2 |
|
c997f09d1e10
Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,
rbultje
parents:
12144
diff
changeset
|
152 pcmpgtw %2, %1 |
|
c997f09d1e10
Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,
rbultje
parents:
12144
diff
changeset
|
153 pxor %1, %2 |
|
c997f09d1e10
Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,
rbultje
parents:
12144
diff
changeset
|
154 psubw %1, %2 |
|
c997f09d1e10
Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,
rbultje
parents:
12144
diff
changeset
|
155 %endmacro |
|
c997f09d1e10
Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,
rbultje
parents:
12144
diff
changeset
|
156 |
|
c997f09d1e10
Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,
rbultje
parents:
12144
diff
changeset
|
157 %macro ABS2_MMX 4 ; a, b, tmp0, tmp1 |
|
c997f09d1e10
Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,
rbultje
parents:
12144
diff
changeset
|
158 pxor %3, %3 |
|
c997f09d1e10
Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,
rbultje
parents:
12144
diff
changeset
|
159 pxor %4, %4 |
|
c997f09d1e10
Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,
rbultje
parents:
12144
diff
changeset
|
160 pcmpgtw %3, %1 |
|
c997f09d1e10
Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,
rbultje
parents:
12144
diff
changeset
|
161 pcmpgtw %4, %2 |
|
c997f09d1e10
Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,
rbultje
parents:
12144
diff
changeset
|
162 pxor %1, %3 |
|
c997f09d1e10
Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,
rbultje
parents:
12144
diff
changeset
|
163 pxor %2, %4 |
|
c997f09d1e10
Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,
rbultje
parents:
12144
diff
changeset
|
164 psubw %1, %3 |
|
c997f09d1e10
Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,
rbultje
parents:
12144
diff
changeset
|
165 psubw %2, %4 |
|
c997f09d1e10
Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,
rbultje
parents:
12144
diff
changeset
|
166 %endmacro |
|
c997f09d1e10
Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,
rbultje
parents:
12144
diff
changeset
|
167 |
|
c997f09d1e10
Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,
rbultje
parents:
12144
diff
changeset
|
168 %macro ABS1_MMX2 2 ; a, tmp |
| 8510 | 169 pxor %2, %2 |
| 170 psubw %2, %1 | |
| 171 pmaxsw %1, %2 | |
| 172 %endmacro | |
| 173 | |
|
12498
c997f09d1e10
Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm,
rbultje
parents:
12144
diff
changeset
|
174 %macro ABS2_MMX2 4 ; a, b, tmp0, tmp1 |
| 8510 | 175 pxor %3, %3 |
| 176 pxor %4, %4 | |
| 177 psubw %3, %1 | |
| 178 psubw %4, %2 | |
| 179 pmaxsw %1, %3 | |
| 180 pmaxsw %2, %4 | |
| 181 %endmacro | |
| 182 | |
| 183 %macro ABS1_SSSE3 2 | |
| 184 pabsw %1, %1 | |
| 185 %endmacro | |
| 186 | |
| 187 %macro ABS2_SSSE3 4 | |
| 188 pabsw %1, %1 | |
| 189 pabsw %2, %2 | |
| 190 %endmacro | |
| 191 | |
|
11931
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
192 %macro ABSB_MMX 2 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
193 pxor %2, %2 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
194 psubb %2, %1 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
195 pminub %1, %2 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
196 %endmacro |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
197 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
198 %macro ABSB2_MMX 4 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
199 pxor %3, %3 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
200 pxor %4, %4 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
201 psubb %3, %1 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
202 psubb %4, %2 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
203 pminub %1, %3 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
204 pminub %2, %4 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
205 %endmacro |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
206 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
207 %macro ABSB_SSSE3 2 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
208 pabsb %1, %1 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
209 %endmacro |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
210 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
211 %macro ABSB2_SSSE3 4 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
212 pabsb %1, %1 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
213 pabsb %2, %2 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
214 %endmacro |
| 8510 | 215 |
| 216 %macro ABS4 6 | |
| 217 ABS2 %1, %2, %5, %6 | |
| 218 ABS2 %3, %4, %5, %6 | |
| 219 %endmacro | |
| 220 | |
|
11931
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
221 %define ABS1 ABS1_MMX |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
222 %define ABS2 ABS2_MMX |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
223 %define ABSB ABSB_MMX |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
224 %define ABSB2 ABSB2_MMX |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
225 |
| 8510 | 226 %macro SPLATB_MMX 3 |
| 227 movd %1, [%2-3] ;to avoid crossing a cacheline | |
| 228 punpcklbw %1, %1 | |
| 229 %if mmsize==16 | |
| 230 pshuflw %1, %1, 0xff | |
| 231 punpcklqdq %1, %1 | |
| 232 %else | |
| 233 pshufw %1, %1, 0xff | |
| 234 %endif | |
| 235 %endmacro | |
| 236 | |
| 237 %macro SPLATB_SSSE3 3 | |
| 238 movd %1, [%2-3] | |
| 239 pshufb %1, %3 | |
| 240 %endmacro | |
| 241 | |
| 242 %macro PALIGNR_MMX 4 | |
| 243 %ifnidn %4, %2 | |
| 244 mova %4, %2 | |
| 245 %endif | |
| 246 %if mmsize == 8 | |
| 247 psllq %1, (8-%3)*8 | |
| 248 psrlq %4, %3*8 | |
| 249 %else | |
| 250 pslldq %1, 16-%3 | |
| 251 psrldq %4, %3 | |
| 252 %endif | |
| 253 por %1, %4 | |
| 254 %endmacro | |
| 255 | |
| 256 %macro PALIGNR_SSSE3 4 | |
| 257 palignr %1, %2, %3 | |
| 258 %endmacro | |
| 259 | |
|
10019
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
260 %macro DEINTB 5 ; mask, reg1, mask, reg2, optional src to fill masks from |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
261 %ifnum %5 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
262 mova m%1, m%5 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
263 mova m%3, m%5 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
264 %else |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
265 mova m%1, %5 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
266 mova m%3, m%1 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
267 %endif |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
268 pand m%1, m%2 ; dst .. y6 .. y4 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
269 pand m%3, m%4 ; src .. y6 .. y4 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
270 psrlw m%2, 8 ; dst .. y7 .. y5 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
271 psrlw m%4, 8 ; src .. y7 .. y5 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
272 %endmacro |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
273 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
274 %macro SUMSUB_BA 2-3 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
275 %if %0==2 |
| 8510 | 276 paddw %1, %2 |
| 277 paddw %2, %2 | |
| 278 psubw %2, %1 | |
|
10019
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
279 %else |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
280 mova %3, %1 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
281 paddw %1, %2 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
282 psubw %2, %3 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
283 %endif |
| 8510 | 284 %endmacro |
| 285 | |
|
10019
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
286 %macro SUMSUB_BADC 4-5 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
287 %if %0==5 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
288 SUMSUB_BA %1, %2, %5 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
289 SUMSUB_BA %3, %4, %5 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
290 %else |
| 8510 | 291 paddw %1, %2 |
| 292 paddw %3, %4 | |
| 293 paddw %2, %2 | |
| 294 paddw %4, %4 | |
| 295 psubw %2, %1 | |
| 296 psubw %4, %3 | |
|
10019
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
297 %endif |
| 8510 | 298 %endmacro |
| 299 | |
| 300 %macro SUMSUB2_AB 3 | |
| 301 mova %3, %1 | |
| 302 paddw %1, %1 | |
| 303 paddw %1, %2 | |
| 304 psubw %3, %2 | |
| 305 psubw %3, %2 | |
| 306 %endmacro | |
| 307 | |
|
10019
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
308 %macro SUMSUB2_BA 3 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
309 mova m%3, m%1 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
310 paddw m%1, m%2 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
311 paddw m%1, m%2 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
312 psubw m%2, m%3 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
313 psubw m%2, m%3 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
314 %endmacro |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
315 |
| 8510 | 316 %macro SUMSUBD2_AB 4 |
| 317 mova %4, %1 | |
| 318 mova %3, %2 | |
|
11931
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
319 psraw %2, 1 ; %2: %2>>1 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
320 psraw %1, 1 ; %1: %1>>1 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
321 paddw %2, %4 ; %2: %2>>1+%1 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
322 psubw %1, %3 ; %1: %1>>1-%2 |
|
10019
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
323 %endmacro |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
324 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
325 %macro DCT4_1D 5 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
326 %ifnum %5 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
327 SUMSUB_BADC m%4, m%1, m%3, m%2; m%5 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
328 SUMSUB_BA m%3, m%4, m%5 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
329 SUMSUB2_AB m%1, m%2, m%5 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
330 SWAP %1, %3, %4, %5, %2 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
331 %else |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
332 SUMSUB_BADC m%4, m%1, m%3, m%2 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
333 SUMSUB_BA m%3, m%4 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
334 mova [%5], m%2 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
335 SUMSUB2_AB m%1, [%5], m%2 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
336 SWAP %1, %3, %4, %2 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
337 %endif |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
338 %endmacro |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
339 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
340 %macro IDCT4_1D 5-6 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
341 %ifnum %5 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
342 SUMSUBD2_AB m%2, m%4, m%6, m%5 |
|
11931
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
343 ; %2: %2>>1-%4 %4: %2+%4>>1 |
|
10019
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
344 SUMSUB_BA m%3, m%1, m%6 |
|
11931
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
345 ; %3: %1+%3 %1: %1-%3 |
|
10019
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
346 SUMSUB_BADC m%4, m%3, m%2, m%1, m%6 |
|
11931
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
347 ; %4: %1+%3 + (%2+%4>>1) |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
348 ; %3: %1+%3 - (%2+%4>>1) |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
349 ; %2: %1-%3 + (%2>>1-%4) |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
350 ; %1: %1-%3 - (%2>>1-%4) |
|
10019
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
351 %else |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
352 SUMSUBD2_AB m%2, m%4, [%5], [%5+16] |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
353 SUMSUB_BA m%3, m%1 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
354 SUMSUB_BADC m%4, m%3, m%2, m%1 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
355 %endif |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
356 SWAP %1, %4, %3 |
|
11931
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
357 ; %1: %1+%3 + (%2+%4>>1) row0 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
358 ; %2: %1-%3 + (%2>>1-%4) row1 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
359 ; %3: %1-%3 - (%2>>1-%4) row2 |
|
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
360 ; %4: %1+%3 - (%2+%4>>1) row3 |
| 8510 | 361 %endmacro |
| 362 | |
|
11931
980030a3e315
Update x264asm header files to latest versions.
darkshikari
parents:
10019
diff
changeset
|
363 |
| 8510 | 364 %macro LOAD_DIFF 5 |
| 365 %ifidn %3, none | |
| 366 movh %1, %4 | |
| 367 movh %2, %5 | |
| 368 punpcklbw %1, %2 | |
| 369 punpcklbw %2, %2 | |
| 370 psubw %1, %2 | |
| 371 %else | |
| 372 movh %1, %4 | |
| 373 punpcklbw %1, %3 | |
| 374 movh %2, %5 | |
| 375 punpcklbw %2, %3 | |
| 376 psubw %1, %2 | |
| 377 %endif | |
| 378 %endmacro | |
| 379 | |
|
10019
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
380 %macro STORE_DCT 6 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
381 movq [%5+%6+ 0], m%1 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
382 movq [%5+%6+ 8], m%2 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
383 movq [%5+%6+16], m%3 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
384 movq [%5+%6+24], m%4 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
385 movhps [%5+%6+32], m%1 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
386 movhps [%5+%6+40], m%2 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
387 movhps [%5+%6+48], m%3 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
388 movhps [%5+%6+56], m%4 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
389 %endmacro |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
390 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
391 %macro LOAD_DIFF_8x4P 7-10 r0,r2,0 ; 4x dest, 2x temp, 2x pointer, increment? |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
392 LOAD_DIFF m%1, m%5, m%7, [%8], [%9] |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
393 LOAD_DIFF m%2, m%6, m%7, [%8+r1], [%9+r3] |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
394 LOAD_DIFF m%3, m%5, m%7, [%8+2*r1], [%9+2*r3] |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
395 LOAD_DIFF m%4, m%6, m%7, [%8+r4], [%9+r5] |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
396 %if %10 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
397 lea %8, [%8+4*r1] |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
398 lea %9, [%9+4*r3] |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
399 %endif |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
400 %endmacro |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
401 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
402 %macro DIFFx2 6-7 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
403 movh %3, %5 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
404 punpcklbw %3, %4 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
405 psraw %1, 6 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
406 paddsw %1, %3 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
407 movh %3, %6 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
408 punpcklbw %3, %4 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
409 psraw %2, 6 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
410 paddsw %2, %3 |
|
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
411 packuswb %2, %1 |
| 8510 | 412 %endmacro |
| 413 | |
| 414 %macro STORE_DIFF 4 | |
| 415 movh %2, %4 | |
| 416 punpcklbw %2, %3 | |
|
10019
c08ca946c80a
Update x264 asm code to latest to add support for 64-bit Windows.
darkshikari
parents:
8804
diff
changeset
|
417 psraw %1, 6 |
| 8510 | 418 paddsw %1, %2 |
| 419 packuswb %1, %1 | |
| 420 movh %4, %1 | |
| 421 %endmacro | |
| 12013 | 422 |
| 423 %macro STORE_DIFFx2 8 ; add1, add2, reg1, reg2, zero, shift, source, stride | |
| 424 movh %3, [%7] | |
| 425 movh %4, [%7+%8] | |
| 426 punpcklbw %3, %5 | |
| 427 punpcklbw %4, %5 | |
| 428 psraw %1, %6 | |
| 429 psraw %2, %6 | |
| 430 paddw %3, %1 | |
| 431 paddw %4, %2 | |
| 432 packuswb %3, %5 | |
| 433 packuswb %4, %5 | |
| 434 movh [%7], %3 | |
| 435 movh [%7+%8], %4 | |
| 436 %endmacro |
