libyuv/unit_test
Frank Barchard e365cdde3b I420Alpha row function in 1 pass.
API change - I420AlphaToARGB takes flag indicating if RGB should be
premultiplied by alpha.

This version implements an efficient SSSE3 version for Windows.
C version done in 2 steps.

Was
libyuvTest.I420AlphaToARGB_Any (1136 ms)
libyuvTest.I420AlphaToARGB_Unaligned (1210 ms)
libyuvTest.I420AlphaToARGB_Invert (966 ms)
libyuvTest.I420AlphaToARGB_Opt (1031 ms)
libyuvTest.I420AlphaToABGR_Any (1020 ms)
libyuvTest.I420AlphaToABGR_Unaligned (1359 ms)
libyuvTest.I420AlphaToABGR_Invert (1082 ms)
libyuvTest.I420AlphaToABGR_Opt (986 ms)

R=harryjin@google.com
BUG=libyuv:496

Review URL: https://codereview.chromium.org/1367093002 .
2015-09-25 10:29:20 -07:00
..
testdata Detect asimd as same as Neon for Arm features. Used on Juno aarch64 linux. 2014-09-22 18:30:17 +00:00
basictypes_test.cc if types are already defined, dont define them again. 2013-02-05 02:17:18 +00:00
color_test.cc Replace random with fastrand 2015-09-22 15:47:36 -07:00
compare_test.cc Replace random with fastrand 2015-09-22 15:47:36 -07:00
convert_test.cc I420Alpha row function in 1 pass. 2015-09-25 10:29:20 -07:00
cpu_test.cc Detect asimd as same as Neon for Arm features. Used on Juno aarch64 linux. 2014-09-22 18:30:17 +00:00
math_test.cc Replace random with fastrand 2015-09-22 15:47:36 -07:00
planar_test.cc Replace random with fastrand 2015-09-22 15:47:36 -07:00
rotate_argb_test.cc Replace random with fastrand 2015-09-22 15:47:36 -07:00
rotate_test.cc Replace random with fastrand 2015-09-22 15:47:36 -07:00
scale_argb_test.cc Replace random with fastrand 2015-09-22 15:47:36 -07:00
scale_color_test.cc Replace random with fastrand 2015-09-22 15:47:36 -07:00
scale_test.cc Replace random with fastrand 2015-09-22 15:47:36 -07:00
unit_test.cc Replace random with fastrand 2015-09-22 15:47:36 -07:00
unit_test.h Replace random with fastrand 2015-09-22 15:47:36 -07:00
version_test.cc disable version which fails under git 2015-06-16 10:02:41 -07:00
video_common_test.cc Remove Q420 fourcc support. 2015-02-11 18:20:54 +00:00