Narendrabrsoft / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

ARGBToUV411Row_C unexpected. Should be AVX2 #552

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
ARGBToUV411Row_C  unexpected.  Should be AVX2

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

Original issue reported on code.google.com by fbarch...@google.com on 26 Jan 2016 at 1:42

GoogleCodeExporter commented 8 years ago

Original comment by fbarch...@google.com on 26 Jan 2016 at 1:49

GoogleCodeExporter commented 8 years ago
LIBYUV_FLAGS=-1 LIBYUV_WIDTH=1280 LIBYUV_HEIGHT=720 LIBYUV_REPEAT=1000 perf 
record out/Release/libyuv_unittest --gtest_filter=*
perf report | grep Row_C
     0.65%  libyuv_unittest  libyuv_unittest      [.] ARGBToUV411Row_C

Original comment by fbarch...@google.com on 12 Feb 2016 at 9:43