[x265] [PATCH] testbench: change in stride value
Steve Borho
steve at borho.org
Mon Feb 23 16:04:13 CET 2015
On 02/23, Divya Manivannan wrote:
> # HG changeset patch
> # User Divya Manivannan <divya at multicorewareinc.com>
> # Date 1424690659 -19800
> # Mon Feb 23 16:54:19 2015 +0530
> # Node ID 8a52badaad366e6e214b111eec79e3793bdb5f9e
> # Parent d179686d7b8d79a125b51fc3f8799152add0fd9f
> testbench: change in stride value
queued
> diff -r d179686d7b8d -r 8a52badaad36 source/test/pixelharness.cpp
> --- a/source/test/pixelharness.cpp Thu Feb 19 14:44:16 2015 -0800
> +++ b/source/test/pixelharness.cpp Mon Feb 23 16:54:19 2015 +0530
> @@ -1688,7 +1688,7 @@
> if (opt.pu[part].copy_pp)
> {
> HEADER("copy_pp[%s]", lumaPartStr[part]);
> - REPORT_SPEEDUP(opt.pu[part].copy_pp, ref.pu[part].copy_pp, pbuf1, 64, pbuf2, 128);
> + REPORT_SPEEDUP(opt.pu[part].copy_pp, ref.pu[part].copy_pp, pbuf1, 64, pbuf2, 64);
> }
>
> if (opt.pu[part].addAvg)
> @@ -1723,7 +1723,7 @@
> if (opt.cu[part].copy_ss)
> {
> HEADER("copy_ss[%s]", lumaPartStr[part]);
> - REPORT_SPEEDUP(opt.cu[part].copy_ss, ref.cu[part].copy_ss, sbuf1, 64, sbuf2, 128);
> + REPORT_SPEEDUP(opt.cu[part].copy_ss, ref.cu[part].copy_ss, sbuf1, 128, sbuf2, 128);
> }
> if (opt.cu[part].copy_sp)
> {
> @@ -1733,7 +1733,7 @@
> if (opt.cu[part].copy_ps)
> {
> HEADER("copy_ps[%s]", lumaPartStr[part]);
> - REPORT_SPEEDUP(opt.cu[part].copy_ps, ref.cu[part].copy_ps, sbuf1, 64, pbuf1, 128);
> + REPORT_SPEEDUP(opt.cu[part].copy_ps, ref.cu[part].copy_ps, sbuf1, 128, pbuf1, 64);
> }
> }
>
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel
--
Steve Borho
More information about the x265-devel
mailing list