set LIBYUV_WIDTH=65536
set LIBYUV_HEIGHT=256
out\release\libyuv_unittest.exe --gtest_catch_exceptions=0
--gtest_filter=libyuvTest.ScaleTo320x240_None
filter 3 - 15945 us C - 15891 us OPT
[ OK ] libyuvTest.ScaleFrom1x1_Box (64 ms)
[ RUN ] libyuvTest.ScaleTo1x1_Box_16
[ OK ] libyuvTest.ScaleTo1x1_Box_16 (514 ms)
[ RUN ] libyuvTest.ScaleFrom1x1_Box_16
[ OK ] libyuvTest.ScaleFrom1x1_Box_16 (73 ms)
[ RUN ] libyuvTest.ScaleTo320x240_None
TIMEX 681277.00 ms (681.28 seconds) (11.35 minutes), runyuv, returncode
-1073741819
scale uses 16.16 fixed point internally so 32767 is the maximum source size.
either scale should gracefully fail, or test should limit size.
Original issue reported on code.google.com by fbarch...@google.com on 9 Mar 2015 at 10:19
Original issue reported on code.google.com by
fbarch...@google.com
on 9 Mar 2015 at 10:19