watery01 / libyuv

Automatically exported from code.google.com/p/libyuv
0 stars 0 forks source link

ARGBBlend is slow on Arm #161

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
chronos@localhost $ ./runyuv10 *ARGBBlend*
sudo LIBYUV_REPEAT=1000 nice --5 ./libyuv_unittest --gtest_filter=**ARGBBlend* 
| sed 's/\(.*(\)\([0-9]*\)\( ms)\)/\2 - \1\2\3/g' | sort -rn | grep ms
7117 - [       OK ] libyuvTest.ARGBBlend_Opt (7117 ms)
7062 - [       OK ] libyuvTest.ARGBBlend_Any (7062 ms)
6980 - [       OK ] libyuvTest.ARGBBlend_Unaligned (6980 ms)
6925 - [       OK ] libyuvTest.ARGBBlend_Invert (6925 ms)
[==========] 4 tests from 1 test case ran. (28087 ms total)

Original issue reported on code.google.com by fbarch...@google.com on 20 Nov 2012 at 6:24

GoogleCodeExporter commented 9 years ago
fixed in r501
3912 - [       OK ] libyuvTest.ARGBBlend_Opt (3912 ms)
3877 - [       OK ] libyuvTest.ARGBBlend_Any (3877 ms)
3858 - [       OK ] libyuvTest.ARGBBlend_Unaligned (3858 ms)
3829 - [       OK ] libyuvTest.ARGBBlend_Invert (3829 ms)

Original comment by fbarch...@google.com on 21 Nov 2012 at 4:51