Lines Matching refs:TestFuncs

36 typedef libaom_test::FuncParam<ObmcVarF> TestFuncs;  typedef
137 TestFuncs(aom_obmc_variance128x128_c, aom_obmc_variance128x128_sse4_1),
138 TestFuncs(aom_obmc_variance128x64_c, aom_obmc_variance128x64_sse4_1),
139 TestFuncs(aom_obmc_variance64x128_c, aom_obmc_variance64x128_sse4_1),
140 TestFuncs(aom_obmc_variance64x64_c, aom_obmc_variance64x64_sse4_1),
141 TestFuncs(aom_obmc_variance64x32_c, aom_obmc_variance64x32_sse4_1),
142 TestFuncs(aom_obmc_variance32x64_c, aom_obmc_variance32x64_sse4_1),
143 TestFuncs(aom_obmc_variance32x32_c, aom_obmc_variance32x32_sse4_1),
144 TestFuncs(aom_obmc_variance32x16_c, aom_obmc_variance32x16_sse4_1),
145 TestFuncs(aom_obmc_variance16x32_c, aom_obmc_variance16x32_sse4_1),
146 TestFuncs(aom_obmc_variance16x16_c, aom_obmc_variance16x16_sse4_1),
147 TestFuncs(aom_obmc_variance16x8_c, aom_obmc_variance16x8_sse4_1),
148 TestFuncs(aom_obmc_variance8x16_c, aom_obmc_variance8x16_sse4_1),
149 TestFuncs(aom_obmc_variance8x8_c, aom_obmc_variance8x8_sse4_1),
150 TestFuncs(aom_obmc_variance8x4_c, aom_obmc_variance8x4_sse4_1),
151 TestFuncs(aom_obmc_variance4x8_c, aom_obmc_variance4x8_sse4_1),
152 TestFuncs(aom_obmc_variance4x4_c, aom_obmc_variance4x4_sse4_1),
154 TestFuncs(aom_obmc_variance64x16_c, aom_obmc_variance64x16_sse4_1),
155 TestFuncs(aom_obmc_variance16x64_c, aom_obmc_variance16x64_sse4_1),
156 TestFuncs(aom_obmc_variance32x8_c, aom_obmc_variance32x8_sse4_1),
157 TestFuncs(aom_obmc_variance8x32_c, aom_obmc_variance8x32_sse4_1),
158 TestFuncs(aom_obmc_variance16x4_c, aom_obmc_variance16x4_sse4_1),
159 TestFuncs(aom_obmc_variance4x16_c, aom_obmc_variance4x16_sse4_1),
168 TestFuncs(aom_obmc_variance128x128_c, aom_obmc_variance128x128_avx2),
169 TestFuncs(aom_obmc_variance128x64_c, aom_obmc_variance128x64_avx2),
170 TestFuncs(aom_obmc_variance64x128_c, aom_obmc_variance64x128_avx2),
171 TestFuncs(aom_obmc_variance64x64_c, aom_obmc_variance64x64_avx2),
172 TestFuncs(aom_obmc_variance64x32_c, aom_obmc_variance64x32_avx2),
173 TestFuncs(aom_obmc_variance32x64_c, aom_obmc_variance32x64_avx2),
174 TestFuncs(aom_obmc_variance32x32_c, aom_obmc_variance32x32_avx2),
175 TestFuncs(aom_obmc_variance32x16_c, aom_obmc_variance32x16_avx2),
176 TestFuncs(aom_obmc_variance16x32_c, aom_obmc_variance16x32_avx2),
177 TestFuncs(aom_obmc_variance16x16_c, aom_obmc_variance16x16_avx2),
178 TestFuncs(aom_obmc_variance16x8_c, aom_obmc_variance16x8_avx2),
179 TestFuncs(aom_obmc_variance8x16_c, aom_obmc_variance8x16_avx2),
180 TestFuncs(aom_obmc_variance8x8_c, aom_obmc_variance8x8_avx2),
181 TestFuncs(aom_obmc_variance8x4_c, aom_obmc_variance8x4_avx2),
182 TestFuncs(aom_obmc_variance4x8_c, aom_obmc_variance4x8_avx2),
183 TestFuncs(aom_obmc_variance4x4_c, aom_obmc_variance4x4_avx2),
185 TestFuncs(aom_obmc_variance64x16_c, aom_obmc_variance64x16_avx2),
186 TestFuncs(aom_obmc_variance16x64_c, aom_obmc_variance16x64_avx2),
187 TestFuncs(aom_obmc_variance32x8_c, aom_obmc_variance32x8_avx2),
188 TestFuncs(aom_obmc_variance8x32_c, aom_obmc_variance8x32_avx2),
189 TestFuncs(aom_obmc_variance16x4_c, aom_obmc_variance16x4_avx2),
190 TestFuncs(aom_obmc_variance4x16_c, aom_obmc_variance4x16_avx2),
199 TestFuncs(aom_obmc_variance128x128_c, aom_obmc_variance128x128_neon),
200 TestFuncs(aom_obmc_variance128x64_c, aom_obmc_variance128x64_neon),
201 TestFuncs(aom_obmc_variance64x128_c, aom_obmc_variance64x128_neon),
202 TestFuncs(aom_obmc_variance64x64_c, aom_obmc_variance64x64_neon),
203 TestFuncs(aom_obmc_variance64x32_c, aom_obmc_variance64x32_neon),
204 TestFuncs(aom_obmc_variance32x64_c, aom_obmc_variance32x64_neon),
205 TestFuncs(aom_obmc_variance32x32_c, aom_obmc_variance32x32_neon),
206 TestFuncs(aom_obmc_variance32x16_c, aom_obmc_variance32x16_neon),
207 TestFuncs(aom_obmc_variance16x32_c, aom_obmc_variance16x32_neon),
208 TestFuncs(aom_obmc_variance16x16_c, aom_obmc_variance16x16_neon),
209 TestFuncs(aom_obmc_variance16x8_c, aom_obmc_variance16x8_neon),
210 TestFuncs(aom_obmc_variance8x16_c, aom_obmc_variance8x16_neon),
211 TestFuncs(aom_obmc_variance8x8_c, aom_obmc_variance8x8_neon),
212 TestFuncs(aom_obmc_variance8x4_c, aom_obmc_variance8x4_neon),
213 TestFuncs(aom_obmc_variance4x8_c, aom_obmc_variance4x8_neon),
214 TestFuncs(aom_obmc_variance4x4_c, aom_obmc_variance4x4_neon),
216 TestFuncs(aom_obmc_variance64x16_c, aom_obmc_variance64x16_neon),
217 TestFuncs(aom_obmc_variance16x64_c, aom_obmc_variance16x64_neon),
218 TestFuncs(aom_obmc_variance32x8_c, aom_obmc_variance32x8_neon),
219 TestFuncs(aom_obmc_variance8x32_c, aom_obmc_variance8x32_neon),
220 TestFuncs(aom_obmc_variance16x4_c, aom_obmc_variance16x4_neon),
221 TestFuncs(aom_obmc_variance4x16_c, aom_obmc_variance4x16_neon),
292 TestFuncs(aom_highbd_8_obmc_variance128x128_c,
294 TestFuncs(aom_highbd_8_obmc_variance128x64_c,
296 TestFuncs(aom_highbd_8_obmc_variance64x128_c,
298 TestFuncs(aom_highbd_8_obmc_variance64x64_c,
300 TestFuncs(aom_highbd_8_obmc_variance64x32_c,
302 TestFuncs(aom_highbd_8_obmc_variance32x64_c,
304 TestFuncs(aom_highbd_8_obmc_variance32x32_c,
306 TestFuncs(aom_highbd_8_obmc_variance32x16_c,
308 TestFuncs(aom_highbd_8_obmc_variance16x32_c,
310 TestFuncs(aom_highbd_8_obmc_variance16x16_c,
312 TestFuncs(aom_highbd_8_obmc_variance16x8_c,
314 TestFuncs(aom_highbd_8_obmc_variance8x16_c,
316 TestFuncs(aom_highbd_8_obmc_variance8x8_c, aom_highbd_8_obmc_variance8x8_neon,
318 TestFuncs(aom_highbd_8_obmc_variance8x4_c, aom_highbd_8_obmc_variance8x4_neon,
320 TestFuncs(aom_highbd_8_obmc_variance4x8_c, aom_highbd_8_obmc_variance4x8_neon,
322 TestFuncs(aom_highbd_8_obmc_variance4x4_c, aom_highbd_8_obmc_variance4x4_neon,
324 TestFuncs(aom_highbd_10_obmc_variance128x128_c,
326 TestFuncs(aom_highbd_10_obmc_variance128x64_c,
328 TestFuncs(aom_highbd_10_obmc_variance64x128_c,
330 TestFuncs(aom_highbd_10_obmc_variance64x64_c,
332 TestFuncs(aom_highbd_10_obmc_variance64x32_c,
334 TestFuncs(aom_highbd_10_obmc_variance32x64_c,
336 TestFuncs(aom_highbd_10_obmc_variance32x32_c,
338 TestFuncs(aom_highbd_10_obmc_variance32x16_c,
340 TestFuncs(aom_highbd_10_obmc_variance16x32_c,
342 TestFuncs(aom_highbd_10_obmc_variance16x16_c,
344 TestFuncs(aom_highbd_10_obmc_variance16x8_c,
346 TestFuncs(aom_highbd_10_obmc_variance8x16_c,
348 TestFuncs(aom_highbd_10_obmc_variance8x8_c,
350 TestFuncs(aom_highbd_10_obmc_variance8x4_c,
352 TestFuncs(aom_highbd_10_obmc_variance4x8_c,
354 TestFuncs(aom_highbd_10_obmc_variance4x4_c,
356 TestFuncs(aom_highbd_12_obmc_variance128x128_c,
358 TestFuncs(aom_highbd_12_obmc_variance128x64_c,
360 TestFuncs(aom_highbd_12_obmc_variance64x128_c,
362 TestFuncs(aom_highbd_12_obmc_variance64x64_c,
364 TestFuncs(aom_highbd_12_obmc_variance64x32_c,
366 TestFuncs(aom_highbd_12_obmc_variance32x64_c,
368 TestFuncs(aom_highbd_12_obmc_variance32x32_c,
370 TestFuncs(aom_highbd_12_obmc_variance32x16_c,
372 TestFuncs(aom_highbd_12_obmc_variance16x32_c,
374 TestFuncs(aom_highbd_12_obmc_variance16x16_c,
376 TestFuncs(aom_highbd_12_obmc_variance16x8_c,
378 TestFuncs(aom_highbd_12_obmc_variance8x16_c,
380 TestFuncs(aom_highbd_12_obmc_variance8x8_c,
382 TestFuncs(aom_highbd_12_obmc_variance8x4_c,
384 TestFuncs(aom_highbd_12_obmc_variance4x8_c,
386 TestFuncs(aom_highbd_12_obmc_variance4x4_c,
388 TestFuncs(aom_highbd_8_obmc_variance64x16_c,
390 TestFuncs(aom_highbd_8_obmc_variance16x64_c,
392 TestFuncs(aom_highbd_8_obmc_variance32x8_c,
394 TestFuncs(aom_highbd_8_obmc_variance8x32_c,
396 TestFuncs(aom_highbd_8_obmc_variance16x4_c,
398 TestFuncs(aom_highbd_8_obmc_variance4x16_c,
400 TestFuncs(aom_highbd_10_obmc_variance64x16_c,
402 TestFuncs(aom_highbd_10_obmc_variance16x64_c,
404 TestFuncs(aom_highbd_10_obmc_variance32x8_c,
406 TestFuncs(aom_highbd_10_obmc_variance8x32_c,
408 TestFuncs(aom_highbd_10_obmc_variance16x4_c,
410 TestFuncs(aom_highbd_10_obmc_variance4x16_c,
412 TestFuncs(aom_highbd_12_obmc_variance64x16_c,
414 TestFuncs(aom_highbd_12_obmc_variance16x64_c,
416 TestFuncs(aom_highbd_12_obmc_variance32x8_c,
418 TestFuncs(aom_highbd_12_obmc_variance8x32_c,
420 TestFuncs(aom_highbd_12_obmc_variance16x4_c,
422 TestFuncs(aom_highbd_12_obmc_variance4x16_c,
432 TestFuncs(aom_highbd_8_obmc_variance128x128_c,
434 TestFuncs(aom_highbd_8_obmc_variance128x64_c,
436 TestFuncs(aom_highbd_8_obmc_variance64x128_c,
438 TestFuncs(aom_highbd_8_obmc_variance64x64_c,
440 TestFuncs(aom_highbd_8_obmc_variance64x32_c,
442 TestFuncs(aom_highbd_8_obmc_variance32x64_c,
444 TestFuncs(aom_highbd_8_obmc_variance32x32_c,
446 TestFuncs(aom_highbd_8_obmc_variance32x16_c,
448 TestFuncs(aom_highbd_8_obmc_variance16x32_c,
450 TestFuncs(aom_highbd_8_obmc_variance16x16_c,
452 TestFuncs(aom_highbd_8_obmc_variance16x8_c,
454 TestFuncs(aom_highbd_8_obmc_variance8x16_c,
456 TestFuncs(aom_highbd_8_obmc_variance8x8_c,
458 TestFuncs(aom_highbd_8_obmc_variance8x4_c,
460 TestFuncs(aom_highbd_8_obmc_variance4x8_c,
462 TestFuncs(aom_highbd_8_obmc_variance4x4_c,
464 TestFuncs(aom_highbd_10_obmc_variance128x128_c,
466 TestFuncs(aom_highbd_10_obmc_variance128x64_c,
468 TestFuncs(aom_highbd_10_obmc_variance64x128_c,
470 TestFuncs(aom_highbd_10_obmc_variance64x64_c,
472 TestFuncs(aom_highbd_10_obmc_variance64x32_c,
474 TestFuncs(aom_highbd_10_obmc_variance32x64_c,
476 TestFuncs(aom_highbd_10_obmc_variance32x32_c,
478 TestFuncs(aom_highbd_10_obmc_variance32x16_c,
480 TestFuncs(aom_highbd_10_obmc_variance16x32_c,
482 TestFuncs(aom_highbd_10_obmc_variance16x16_c,
484 TestFuncs(aom_highbd_10_obmc_variance16x8_c,
486 TestFuncs(aom_highbd_10_obmc_variance8x16_c,
488 TestFuncs(aom_highbd_10_obmc_variance8x8_c,
490 TestFuncs(aom_highbd_10_obmc_variance8x4_c,
492 TestFuncs(aom_highbd_10_obmc_variance4x8_c,
494 TestFuncs(aom_highbd_10_obmc_variance4x4_c,
496 TestFuncs(aom_highbd_12_obmc_variance128x128_c,
498 TestFuncs(aom_highbd_12_obmc_variance128x64_c,
500 TestFuncs(aom_highbd_12_obmc_variance64x128_c,
502 TestFuncs(aom_highbd_12_obmc_variance64x64_c,
504 TestFuncs(aom_highbd_12_obmc_variance64x32_c,
506 TestFuncs(aom_highbd_12_obmc_variance32x64_c,
508 TestFuncs(aom_highbd_12_obmc_variance32x32_c,
510 TestFuncs(aom_highbd_12_obmc_variance32x16_c,
512 TestFuncs(aom_highbd_12_obmc_variance16x32_c,
514 TestFuncs(aom_highbd_12_obmc_variance16x16_c,
516 TestFuncs(aom_highbd_12_obmc_variance16x8_c,
518 TestFuncs(aom_highbd_12_obmc_variance8x16_c,
520 TestFuncs(aom_highbd_12_obmc_variance8x8_c,
522 TestFuncs(aom_highbd_12_obmc_variance8x4_c,
524 TestFuncs(aom_highbd_12_obmc_variance4x8_c,
526 TestFuncs(aom_highbd_12_obmc_variance4x4_c,
529 TestFuncs(aom_highbd_8_obmc_variance64x16_c,
531 TestFuncs(aom_highbd_8_obmc_variance16x64_c,
533 TestFuncs(aom_highbd_8_obmc_variance32x8_c,
535 TestFuncs(aom_highbd_8_obmc_variance8x32_c,
537 TestFuncs(aom_highbd_8_obmc_variance16x4_c,
539 TestFuncs(aom_highbd_8_obmc_variance4x16_c,
541 TestFuncs(aom_highbd_10_obmc_variance64x16_c,
543 TestFuncs(aom_highbd_10_obmc_variance16x64_c,
545 TestFuncs(aom_highbd_10_obmc_variance32x8_c,
547 TestFuncs(aom_highbd_10_obmc_variance8x32_c,
549 TestFuncs(aom_highbd_10_obmc_variance16x4_c,
551 TestFuncs(aom_highbd_10_obmc_variance4x16_c,
553 TestFuncs(aom_highbd_12_obmc_variance64x16_c,
555 TestFuncs(aom_highbd_12_obmc_variance16x64_c,
557 TestFuncs(aom_highbd_12_obmc_variance32x8_c,
559 TestFuncs(aom_highbd_12_obmc_variance8x32_c,
561 TestFuncs(aom_highbd_12_obmc_variance16x4_c,
563 TestFuncs(aom_highbd_12_obmc_variance4x16_c,