Closed GoogleCodeExporter closed 8 years ago
fixed by scanning from start of buffer.
consider followup that avoids ValidateJpeg call in jpeg decoder. Have calling
code run Validate.
Original comment by fbarch...@chromium.org
on 7 Aug 2015 at 7:34
Original comment by fbarch...@chromium.org
on 14 Sep 2015 at 5:52
set LIBYUV_WIDTH=1280
set LIBYUV_HEIGHT=720
set LIBYUV_REPEAT=999
set LIBYUV_FLAGS=-1
out\release\libyuv_unittest --gtest_filter=*Valid*
On Win32
Was
libyuvTest.ValidateJpeg (3163 ms)
libyuvTest.ValidateJpegLarge (202 ms)
Now
libyuvTest.ValidateJpeg (7 ms)
libyuvTest.ValidateJpegLarge (247 ms)
Original comment by fbarch...@chromium.org
on 14 Sep 2015 at 6:07
On OSX 32 bit
LIBYUV_WIDTH=640 LIBYUV_HEIGHT=360 LIBYUV_REPEAT=4000
out/Release/libyuv_unittest --gtest_filter=*Valid*
Was
libyuvTest.ValidateJpeg (5581 ms)
Now
libyuvTest.ValidateJpeg (30 ms)
Original comment by phthor...@gmail.com
on 14 Sep 2015 at 6:09
Fixed in r1483
Original comment by fbarch...@chromium.org
on 14 Sep 2015 at 6:10
Original issue reported on code.google.com by
fbarch...@chromium.org
on 27 Jul 2015 at 11:11