[x265-commits] [x265] pixelharness: remove dead primitive test
Steve Borho
steve at borho.org
Thu Jan 23 19:45:45 CET 2014
details: http://hg.videolan.org/x265/rev/177421068f53
branches:
changeset: 5868:177421068f53
user: Steve Borho <steve at borho.org>
date: Thu Jan 23 12:45:30 2014 -0600
description:
pixelharness: remove dead primitive test
diffstat:
source/test/pixelharness.cpp | 15 ---------------
1 files changed, 0 insertions(+), 15 deletions(-)
diffs (32 lines):
diff -r 356ec7ff8a68 -r 177421068f53 source/test/pixelharness.cpp
--- a/source/test/pixelharness.cpp Thu Jan 23 19:01:38 2014 +0530
+++ b/source/test/pixelharness.cpp Thu Jan 23 12:45:30 2014 -0600
@@ -968,15 +968,6 @@ bool PixelHarness::testPartition(int par
}
}
- if (opt.chroma_addAvg[part])
- {
- if (!check_addAvg(ref.chroma_addAvg[part], opt.chroma_addAvg[part]))
- {
- printf("chroma_addAvg[%s] failed\n", chromaPartStr[part]);
- return false;
- }
- }
-
return true;
}
@@ -1306,12 +1297,6 @@ void PixelHarness::measurePartition(int
REPORT_SPEEDUP(opt.luma_addAvg[part], ref.luma_addAvg[part], pbuf1, STRIDE, sbuf1, STRIDE, sbuf2, STRIDE);
}
- if (opt.chroma_addAvg[part])
- {
- printf("chroma_addAvg[%s]", chromaPartStr[part]);
- REPORT_SPEEDUP(opt.chroma_addAvg[part], ref.chroma_addAvg[part], pbuf1, STRIDE, sbuf1, STRIDE, sbuf2, STRIDE);
- }
-
#undef HEADER
}
More information about the x265-commits
mailing list