watery01 / libyuv

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

M420ToARGB is slow on Neon #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
sudo LIBYUV_REPEAT=1000 nice --5 ./libyuv_unittest --gtest_filter=*M420* | sed 
's/\(.*(\)\([0-9]*\)\( ms)\)/\2 - \1\2\3/g' | sort -rn | grep ms
34956 - [       OK ] libyuvTest.M420ToARGB_Any (34956 ms)
34692 - [       OK ] libyuvTest.M420ToARGB_Opt (34692 ms)
34689 - [       OK ] libyuvTest.M420ToARGB_Invert (34689 ms)
34599 - [       OK ] libyuvTest.M420ToARGB_Unaligned (34599 ms)
[==========] 4 tests from 1 test case ran. (138938 ms total)

Original issue reported on code.google.com by fbarch...@chromium.org on 30 Oct 2012 at 12:39

GoogleCodeExporter commented 9 years ago
Fixed in r456
3710 - [       OK ] libyuvTest.M420ToARGB_Any (3710 ms)
3691 - [       OK ] libyuvTest.M420ToARGB_Unaligned (3691 ms)
3656 - [       OK ] libyuvTest.M420ToARGB_Opt (3656 ms)
3584 - [       OK ] libyuvTest.M420ToARGB_Invert (3584 ms)

Original comment by fbarch...@chromium.org on 30 Oct 2012 at 4:22