Home
last modified time | relevance | path

Searched refs:TestSSEFuncs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libvpx/test/
H A Dsum_squares_test.cc146 struct TestSSEFuncs { struct
147 TestSSEFuncs(SSEFunc ref = nullptr, SSEFunc tst = nullptr, int depth = 0) in TestSSEFuncs() function
154 typedef std::tuple<TestSSEFuncs, int> SSETestParam;
216 TestSSEFuncs params_;
308 TestSSEFuncs sse_neon[] = {
309 TestSSEFuncs(&vpx_sse_c, &vpx_sse_neon),
311 TestSSEFuncs(&vpx_highbd_sse_c, &vpx_highbd_sse_neon)
319 TestSSEFuncs sse_neon_dotprod[] = {
320 TestSSEFuncs(&vpx_sse_c, &vpx_sse_neon_dotprod),
327 TestSSEFuncs sse_sse4[] = {
[all …]
/aosp_15_r20/external/libaom/test/
H A Dsum_squares_test.cc266 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),
[all …]