On 14/11/2016 22:46, Martin Storsjö wrote:
> The dc-only mode is already checked to work correctly above, but this
> allows benchmarking this mode for performance tuning, and allows making
> sure that it actually is correctly hooked up.
> ---
> tests/checkasm/vp9dsp.c | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/tests/checkasm/vp9dsp.c b/tests/checkasm/vp9dsp.c
> index 690e0cf..b9d1c73 100644
> --- a/tests/checkasm/vp9dsp.c
> +++ b/tests/checkasm/vp9dsp.c
> @@ -297,6 +297,12 @@ static void check_itxfm(void)
> }
> bench_new(dst, sz * SIZEOF_PIXEL, coef, sz * sz);
> }
> + if (txtp == 0 && tx != 4) {
> + if (check_func(dsp.itxfm_add[tx][txtp],
> "vp9_inv_%s_%dx%d_dc_add",
> + txtp_types[txtp], sz, sz)) {
> + bench_new(dst, sz * SIZEOF_PIXEL, coef, 1);
> + }
> + }
> }
> }
> report("itxfm");
>
Probably Ok.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel