Lines Matching refs:TestSSEFuncs
266 typedef libaom_test::FuncParam<SSEFunc> TestSSEFuncs; typedef
268 typedef std::tuple<TestSSEFuncs, int> SSETestParam;
330 TestSSEFuncs params_;
420 TestSSEFuncs sse_neon[] = {
421 TestSSEFuncs(&aom_sse_c, &aom_sse_neon),
423 TestSSEFuncs(&aom_highbd_sse_c, &aom_highbd_sse_neon)
431 TestSSEFuncs sse_neon_dotprod[] = {
432 TestSSEFuncs(&aom_sse_c, &aom_sse_neon_dotprod),
439 TestSSEFuncs sse_sse4[] = {
440 TestSSEFuncs(&aom_sse_c, &aom_sse_sse4_1),
442 TestSSEFuncs(&aom_highbd_sse_c, &aom_highbd_sse_sse4_1)
451 TestSSEFuncs sse_avx2[] = {
452 TestSSEFuncs(&aom_sse_c, &aom_sse_avx2),
454 TestSSEFuncs(&aom_highbd_sse_c, &aom_highbd_sse_avx2)
463 TestSSEFuncs sse_sve[] = { TestSSEFuncs(&aom_highbd_sse_c,