Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/checkasm/looprestoration.c')
-rw-r--r--tests/checkasm/looprestoration.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/checkasm/looprestoration.c b/tests/checkasm/looprestoration.c
index c542901..d84f3c4 100644
--- a/tests/checkasm/looprestoration.c
+++ b/tests/checkasm/looprestoration.c
@@ -109,8 +109,8 @@ static void check_wiener(Dav1dLoopRestorationDSPContext *const c, const int bpc)
break;
}
}
- bench_new(a_dst, 448 * sizeof(pixel), left, h_edge,
- 256, 64, &params, 0xf HIGHBD_TAIL_SUFFIX);
+ bench_new(alternate(c_dst, a_dst), 448 * sizeof(pixel), left,
+ h_edge, 256, 64, &params, 0xf HIGHBD_TAIL_SUFFIX);
}
}
}
@@ -169,8 +169,8 @@ static void check_sgr(Dav1dLoopRestorationDSPContext *const c, const int bpc) {
break;
}
}
- bench_new(a_dst, 448 * sizeof(pixel), left, h_edge,
- 256, 64, &params, 0xf HIGHBD_TAIL_SUFFIX);
+ bench_new(alternate(c_dst, a_dst), 448 * sizeof(pixel), left,
+ h_edge, 256, 64, &params, 0xf HIGHBD_TAIL_SUFFIX);
}
}
}