[x265] [PATCH 1 of 2] test: new test data for Main12 intraCost overflow bug in assembly version of mbtree_propagate_cost

Min Chen chenm003 at 163.com
Wed Nov 11 17:42:32 CET 2015


# HG changeset patch
# User Min Chen <chenm003 at 163.com>
# Date 1447257897 21600
# Node ID a74493c5b7ab137c3f082d9a661a7498a883baad
# Parent  45ea73c63c12c66e5e5e777e80853c8b3cadf101
test: new test data for Main12 intraCost overflow bug in assembly version of mbtree_propagate_cost

diff -r 45ea73c63c12 -r a74493c5b7ab source/test/regression-tests.txt
--- a/source/test/regression-tests.txt	Fri Nov 06 11:55:27 2015 +0530
+++ b/source/test/regression-tests.txt	Wed Nov 11 10:04:57 2015 -0600
@@ -127,6 +127,9 @@
 FourPeople_1280x720_60.y4m,--preset ultrafast --recon-y4m-exec "ffplay -i pipe:0 -autoexit"
 FourPeople_1280x720_60.y4m,--preset veryslow --recon-y4m-exec "ffplay -i pipe:0 -autoexit"
 
+# Main12 intraCost overflow bug test
+720p50_parkrun_ter.y4m,--preset medium
+
 # interlace test, even though input YUV is not field seperated
 CrowdRun_1920x1080_50_10bit_422.yuv,--preset fast --interlace bff
 CrowdRun_1920x1080_50_10bit_422.yuv,--preset faster --interlace tff
diff -r 45ea73c63c12 -r a74493c5b7ab source/test/smoke-tests.txt
--- a/source/test/smoke-tests.txt	Fri Nov 06 11:55:27 2015 +0530
+++ b/source/test/smoke-tests.txt	Wed Nov 11 10:04:57 2015 -0600
@@ -19,3 +19,6 @@
 CrowdRun_1920x1080_50_10bit_444.yuv,--preset=medium --max-tu-size 16
 DucksAndLegs_1920x1080_60_10bit_422.yuv,--preset=veryfast --min-cu 16
 DucksAndLegs_1920x1080_60_10bit_422.yuv,--preset=fast --weightb --interlace bff
+
+# Main12 intraCost overflow bug test
+720p50_parkrun_ter.y4m,--preset medium



More information about the x265-devel mailing list