Lines Matching refs:TestFuncs

33 typedef libaom_test::FuncParam<ObmcSadF> TestFuncs;  typedef
90 TestFuncs(aom_obmc_sad128x128_c, aom_obmc_sad128x128_sse4_1),
91 TestFuncs(aom_obmc_sad128x64_c, aom_obmc_sad128x64_sse4_1),
92 TestFuncs(aom_obmc_sad64x128_c, aom_obmc_sad64x128_sse4_1),
93 TestFuncs(aom_obmc_sad64x64_c, aom_obmc_sad64x64_sse4_1),
94 TestFuncs(aom_obmc_sad64x32_c, aom_obmc_sad64x32_sse4_1),
95 TestFuncs(aom_obmc_sad32x64_c, aom_obmc_sad32x64_sse4_1),
96 TestFuncs(aom_obmc_sad32x32_c, aom_obmc_sad32x32_sse4_1),
97 TestFuncs(aom_obmc_sad32x16_c, aom_obmc_sad32x16_sse4_1),
98 TestFuncs(aom_obmc_sad16x32_c, aom_obmc_sad16x32_sse4_1),
99 TestFuncs(aom_obmc_sad16x16_c, aom_obmc_sad16x16_sse4_1),
100 TestFuncs(aom_obmc_sad16x8_c, aom_obmc_sad16x8_sse4_1),
101 TestFuncs(aom_obmc_sad8x16_c, aom_obmc_sad8x16_sse4_1),
102 TestFuncs(aom_obmc_sad8x8_c, aom_obmc_sad8x8_sse4_1),
103 TestFuncs(aom_obmc_sad8x4_c, aom_obmc_sad8x4_sse4_1),
104 TestFuncs(aom_obmc_sad4x8_c, aom_obmc_sad4x8_sse4_1),
105 TestFuncs(aom_obmc_sad4x4_c, aom_obmc_sad4x4_sse4_1),
107 TestFuncs(aom_obmc_sad64x16_c, aom_obmc_sad64x16_sse4_1),
108 TestFuncs(aom_obmc_sad16x64_c, aom_obmc_sad16x64_sse4_1),
109 TestFuncs(aom_obmc_sad32x8_c, aom_obmc_sad32x8_sse4_1),
110 TestFuncs(aom_obmc_sad8x32_c, aom_obmc_sad8x32_sse4_1),
111 TestFuncs(aom_obmc_sad16x4_c, aom_obmc_sad16x4_sse4_1),
112 TestFuncs(aom_obmc_sad4x16_c, aom_obmc_sad4x16_sse4_1),
121 TestFuncs(aom_obmc_sad128x128_c, aom_obmc_sad128x128_avx2),
122 TestFuncs(aom_obmc_sad128x64_c, aom_obmc_sad128x64_avx2),
123 TestFuncs(aom_obmc_sad64x128_c, aom_obmc_sad64x128_avx2),
124 TestFuncs(aom_obmc_sad64x64_c, aom_obmc_sad64x64_avx2),
125 TestFuncs(aom_obmc_sad64x32_c, aom_obmc_sad64x32_avx2),
126 TestFuncs(aom_obmc_sad32x64_c, aom_obmc_sad32x64_avx2),
127 TestFuncs(aom_obmc_sad32x32_c, aom_obmc_sad32x32_avx2),
128 TestFuncs(aom_obmc_sad32x16_c, aom_obmc_sad32x16_avx2),
129 TestFuncs(aom_obmc_sad16x32_c, aom_obmc_sad16x32_avx2),
130 TestFuncs(aom_obmc_sad16x16_c, aom_obmc_sad16x16_avx2),
131 TestFuncs(aom_obmc_sad16x8_c, aom_obmc_sad16x8_avx2),
132 TestFuncs(aom_obmc_sad8x16_c, aom_obmc_sad8x16_avx2),
133 TestFuncs(aom_obmc_sad8x8_c, aom_obmc_sad8x8_avx2),
134 TestFuncs(aom_obmc_sad8x4_c, aom_obmc_sad8x4_avx2),
135 TestFuncs(aom_obmc_sad4x8_c, aom_obmc_sad4x8_avx2),
136 TestFuncs(aom_obmc_sad4x4_c, aom_obmc_sad4x4_avx2),
138 TestFuncs(aom_obmc_sad64x16_c, aom_obmc_sad64x16_avx2),
139 TestFuncs(aom_obmc_sad16x64_c, aom_obmc_sad16x64_avx2),
140 TestFuncs(aom_obmc_sad32x8_c, aom_obmc_sad32x8_avx2),
141 TestFuncs(aom_obmc_sad8x32_c, aom_obmc_sad8x32_avx2),
142 TestFuncs(aom_obmc_sad16x4_c, aom_obmc_sad16x4_avx2),
143 TestFuncs(aom_obmc_sad4x16_c, aom_obmc_sad4x16_avx2),
152 TestFuncs(aom_obmc_sad128x128_c, aom_obmc_sad128x128_neon),
153 TestFuncs(aom_obmc_sad128x64_c, aom_obmc_sad128x64_neon),
154 TestFuncs(aom_obmc_sad64x128_c, aom_obmc_sad64x128_neon),
155 TestFuncs(aom_obmc_sad64x64_c, aom_obmc_sad64x64_neon),
156 TestFuncs(aom_obmc_sad64x32_c, aom_obmc_sad64x32_neon),
157 TestFuncs(aom_obmc_sad32x64_c, aom_obmc_sad32x64_neon),
158 TestFuncs(aom_obmc_sad32x32_c, aom_obmc_sad32x32_neon),
159 TestFuncs(aom_obmc_sad32x16_c, aom_obmc_sad32x16_neon),
160 TestFuncs(aom_obmc_sad16x32_c, aom_obmc_sad16x32_neon),
161 TestFuncs(aom_obmc_sad16x16_c, aom_obmc_sad16x16_neon),
162 TestFuncs(aom_obmc_sad16x8_c, aom_obmc_sad16x8_neon),
163 TestFuncs(aom_obmc_sad8x16_c, aom_obmc_sad8x16_neon),
164 TestFuncs(aom_obmc_sad8x8_c, aom_obmc_sad8x8_neon),
165 TestFuncs(aom_obmc_sad8x4_c, aom_obmc_sad8x4_neon),
166 TestFuncs(aom_obmc_sad4x8_c, aom_obmc_sad4x8_neon),
167 TestFuncs(aom_obmc_sad4x4_c, aom_obmc_sad4x4_neon),
169 TestFuncs(aom_obmc_sad64x16_c, aom_obmc_sad64x16_neon),
170 TestFuncs(aom_obmc_sad16x64_c, aom_obmc_sad16x64_neon),
171 TestFuncs(aom_obmc_sad32x8_c, aom_obmc_sad32x8_neon),
172 TestFuncs(aom_obmc_sad8x32_c, aom_obmc_sad8x32_neon),
173 TestFuncs(aom_obmc_sad16x4_c, aom_obmc_sad16x4_neon),
174 TestFuncs(aom_obmc_sad4x16_c, aom_obmc_sad4x16_neon),
241 TestFuncs(aom_highbd_obmc_sad128x128_c, aom_highbd_obmc_sad128x128_neon),
242 TestFuncs(aom_highbd_obmc_sad128x64_c, aom_highbd_obmc_sad128x64_neon),
243 TestFuncs(aom_highbd_obmc_sad64x128_c, aom_highbd_obmc_sad64x128_neon),
244 TestFuncs(aom_highbd_obmc_sad64x64_c, aom_highbd_obmc_sad64x64_neon),
245 TestFuncs(aom_highbd_obmc_sad64x32_c, aom_highbd_obmc_sad64x32_neon),
246 TestFuncs(aom_highbd_obmc_sad32x64_c, aom_highbd_obmc_sad32x64_neon),
247 TestFuncs(aom_highbd_obmc_sad32x32_c, aom_highbd_obmc_sad32x32_neon),
248 TestFuncs(aom_highbd_obmc_sad32x16_c, aom_highbd_obmc_sad32x16_neon),
249 TestFuncs(aom_highbd_obmc_sad16x32_c, aom_highbd_obmc_sad16x32_neon),
250 TestFuncs(aom_highbd_obmc_sad16x16_c, aom_highbd_obmc_sad16x16_neon),
251 TestFuncs(aom_highbd_obmc_sad16x8_c, aom_highbd_obmc_sad16x8_neon),
252 TestFuncs(aom_highbd_obmc_sad8x16_c, aom_highbd_obmc_sad8x16_neon),
253 TestFuncs(aom_highbd_obmc_sad8x8_c, aom_highbd_obmc_sad8x8_neon),
254 TestFuncs(aom_highbd_obmc_sad8x4_c, aom_highbd_obmc_sad8x4_neon),
255 TestFuncs(aom_highbd_obmc_sad4x8_c, aom_highbd_obmc_sad4x8_neon),
256 TestFuncs(aom_highbd_obmc_sad4x4_c, aom_highbd_obmc_sad4x4_neon),
258 TestFuncs(aom_highbd_obmc_sad64x16_c, aom_highbd_obmc_sad64x16_neon),
259 TestFuncs(aom_highbd_obmc_sad16x64_c, aom_highbd_obmc_sad16x64_neon),
260 TestFuncs(aom_highbd_obmc_sad32x8_c, aom_highbd_obmc_sad32x8_neon),
261 TestFuncs(aom_highbd_obmc_sad8x32_c, aom_highbd_obmc_sad8x32_neon),
262 TestFuncs(aom_highbd_obmc_sad16x4_c, aom_highbd_obmc_sad16x4_neon),
263 TestFuncs(aom_highbd_obmc_sad4x16_c, aom_highbd_obmc_sad4x16_neon),
273 TestFuncs(aom_highbd_obmc_sad128x128_c, aom_highbd_obmc_sad128x128_sse4_1),
274 TestFuncs(aom_highbd_obmc_sad128x64_c, aom_highbd_obmc_sad128x64_sse4_1),
275 TestFuncs(aom_highbd_obmc_sad64x128_c, aom_highbd_obmc_sad64x128_sse4_1),
276 TestFuncs(aom_highbd_obmc_sad64x64_c, aom_highbd_obmc_sad64x64_sse4_1),
277 TestFuncs(aom_highbd_obmc_sad64x32_c, aom_highbd_obmc_sad64x32_sse4_1),
278 TestFuncs(aom_highbd_obmc_sad32x64_c, aom_highbd_obmc_sad32x64_sse4_1),
279 TestFuncs(aom_highbd_obmc_sad32x32_c, aom_highbd_obmc_sad32x32_sse4_1),
280 TestFuncs(aom_highbd_obmc_sad32x16_c, aom_highbd_obmc_sad32x16_sse4_1),
281 TestFuncs(aom_highbd_obmc_sad16x32_c, aom_highbd_obmc_sad16x32_sse4_1),
282 TestFuncs(aom_highbd_obmc_sad16x16_c, aom_highbd_obmc_sad16x16_sse4_1),
283 TestFuncs(aom_highbd_obmc_sad16x8_c, aom_highbd_obmc_sad16x8_sse4_1),
284 TestFuncs(aom_highbd_obmc_sad8x16_c, aom_highbd_obmc_sad8x16_sse4_1),
285 TestFuncs(aom_highbd_obmc_sad8x8_c, aom_highbd_obmc_sad8x8_sse4_1),
286 TestFuncs(aom_highbd_obmc_sad8x4_c, aom_highbd_obmc_sad8x4_sse4_1),
287 TestFuncs(aom_highbd_obmc_sad4x8_c, aom_highbd_obmc_sad4x8_sse4_1),
288 TestFuncs(aom_highbd_obmc_sad4x4_c, aom_highbd_obmc_sad4x4_sse4_1),
290 TestFuncs(aom_highbd_obmc_sad64x16_c, aom_highbd_obmc_sad64x16_sse4_1),
291 TestFuncs(aom_highbd_obmc_sad16x64_c, aom_highbd_obmc_sad16x64_sse4_1),
292 TestFuncs(aom_highbd_obmc_sad32x8_c, aom_highbd_obmc_sad32x8_sse4_1),
293 TestFuncs(aom_highbd_obmc_sad8x32_c, aom_highbd_obmc_sad8x32_sse4_1),
294 TestFuncs(aom_highbd_obmc_sad16x4_c, aom_highbd_obmc_sad16x4_sse4_1),
295 TestFuncs(aom_highbd_obmc_sad4x16_c, aom_highbd_obmc_sad4x16_sse4_1),
304 TestFuncs(aom_highbd_obmc_sad128x128_c, aom_highbd_obmc_sad128x128_avx2),
305 TestFuncs(aom_highbd_obmc_sad128x64_c, aom_highbd_obmc_sad128x64_avx2),
306 TestFuncs(aom_highbd_obmc_sad64x128_c, aom_highbd_obmc_sad64x128_avx2),
307 TestFuncs(aom_highbd_obmc_sad64x64_c, aom_highbd_obmc_sad64x64_avx2),
308 TestFuncs(aom_highbd_obmc_sad64x32_c, aom_highbd_obmc_sad64x32_avx2),
309 TestFuncs(aom_highbd_obmc_sad32x64_c, aom_highbd_obmc_sad32x64_avx2),
310 TestFuncs(aom_highbd_obmc_sad32x32_c, aom_highbd_obmc_sad32x32_avx2),
311 TestFuncs(aom_highbd_obmc_sad32x16_c, aom_highbd_obmc_sad32x16_avx2),
312 TestFuncs(aom_highbd_obmc_sad16x32_c, aom_highbd_obmc_sad16x32_avx2),
313 TestFuncs(aom_highbd_obmc_sad16x16_c, aom_highbd_obmc_sad16x16_avx2),
314 TestFuncs(aom_highbd_obmc_sad16x8_c, aom_highbd_obmc_sad16x8_avx2),
315 TestFuncs(aom_highbd_obmc_sad8x16_c, aom_highbd_obmc_sad8x16_avx2),
316 TestFuncs(aom_highbd_obmc_sad8x8_c, aom_highbd_obmc_sad8x8_avx2),
317 TestFuncs(aom_highbd_obmc_sad8x4_c, aom_highbd_obmc_sad8x4_avx2),
318 TestFuncs(aom_highbd_obmc_sad4x8_c, aom_highbd_obmc_sad4x8_avx2),
319 TestFuncs(aom_highbd_obmc_sad4x4_c, aom_highbd_obmc_sad4x4_avx2),
321 TestFuncs(aom_highbd_obmc_sad64x16_c, aom_highbd_obmc_sad64x16_avx2),
322 TestFuncs(aom_highbd_obmc_sad16x64_c, aom_highbd_obmc_sad16x64_avx2),
323 TestFuncs(aom_highbd_obmc_sad32x8_c, aom_highbd_obmc_sad32x8_avx2),
324 TestFuncs(aom_highbd_obmc_sad8x32_c, aom_highbd_obmc_sad8x32_avx2),
325 TestFuncs(aom_highbd_obmc_sad16x4_c, aom_highbd_obmc_sad16x4_avx2),
326 TestFuncs(aom_highbd_obmc_sad4x16_c, aom_highbd_obmc_sad4x16_avx2),