[x265] [PATCH 2 of 2] ipfilterharness.cpp uncrustified
shazeb at multicorewareinc.com
shazeb at multicorewareinc.com
Fri Aug 2 08:18:53 CEST 2013
# HG changeset patch
# User Shazeb N Khan
# Date 1375424133 -19800
# Fri Aug 02 11:45:33 2013 +0530
# Node ID 674d75bc2e2eabe8e7ff7e666d1008d6afb98fe9
# Parent 204e77ff8764bdecc89fcb9157d1c8495f16597c
ipfilterharness.cpp uncrustified
diff -r 204e77ff8764 -r 674d75bc2e2e source/test/ipfilterharness.cpp
--- a/source/test/ipfilterharness.cpp Fri Aug 02 11:40:43 2013 +0530
+++ b/source/test/ipfilterharness.cpp Fri Aug 02 11:45:33 2013 +0530
@@ -443,7 +443,7 @@
if (memcmp(dstAvec, dstAref, 100 * 100 * sizeof(short)) || memcmp(dstEvec, dstEref, 100 * 100 * sizeof(short)) ||
memcmp(dstIvec, dstIref, 100 * 100 * sizeof(short)) || memcmp(dstPvec, dstPref, 100 * 100 * sizeof(short)) ||
- memcmp(pDstFvec, pDstFref, 200 * 200 * sizeof(pixel)) || memcmp(pDstAvec, pDstAref, 200 * 200 * sizeof(pixel)) ||
+ memcmp(pDstFvec, pDstFref, 200 * 200 * sizeof(pixel)) || memcmp(pDstAvec, pDstAref, 200 * 200 * sizeof(pixel)) ||
memcmp(pDstBvec, pDstBref, 200 * 200 * sizeof(pixel)) || memcmp(pDstCvec, pDstCref, 200 * 200 * sizeof(pixel))
)
{
@@ -602,10 +602,10 @@
int shift = rand() % 12;
int round = shift ? (1 << (shift - 1)) : 0;
int offset = (rand() % 256) - 128;
- printf("Filter-H-multiplane");
+ printf("Filter-H-multiplaneWeighted");
REPORT_SPEEDUP(opt.filterHwghtd, ref.filterHwghtd,
pixel_buff + 8 * srcStride, srcStride, IPF_vec_output_s, IPF_C_output_s, IPF_vec_output_s,
IPF_C_output_s, dstStride, IPF_vec_output_p + 64 * 200 + 64, IPF_vec_output_p + 64 * 200 + 64,
- IPF_C_output_p + 64 * 200 + 64, IPF_vec_output_p + 64 * 200 + 64, dstStride, width, height, 64, 64, w, round, shift, offset );
+ IPF_C_output_p + 64 * 200 + 64, IPF_vec_output_p + 64 * 200 + 64, dstStride, width, height, 64, 64, w, round, shift, offset);
}
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x265-2.patch
Type: text/x-patch
Size: 1969 bytes
Desc: not available
URL: <http://mailman.videolan.org/private/x265-devel/attachments/20130802/711646de/attachment.bin>
More information about the x265-devel
mailing list