Run conversion tests
LIBYUV_FLAGS=-1 LIBYUV_WIDTH=1280 LIBYUV_HEIGHT=720 LIBYUV_REPEAT=1000 perf
record out/Release/libyuv_unittest --gtest_filter=*ConvertTest*
perf report
Note that I422ToYUY2Row_SSE2 is a top bottle neck for functions not ported.
Easy port to AVX2.
Original issue reported on code.google.com by fbarch...@google.com on 26 Jan 2016 at 1:47
Original issue reported on code.google.com by
fbarch...@google.com
on 26 Jan 2016 at 1:47