Frank Barchard 2c7aa0070a remove I422ToBGRA and use I422ToRGBA internally
Removes low levels for I420ToBGRA and I420ToRAW and reimplements them as I420ToRGBA and I420ToRGB24 with transposed color matrix.

Adds unittests that do 1 step conversion vs 2 steps to test end swapping versions match direct conversions.

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

Review URL: https://codereview.chromium.org/1427993004 .
2015-11-02 10:24:12 -08:00
chromium
include remove I422ToBGRA and use I422ToRGBA internally 2015-11-02 10:24:12 -08:00
source
third_party/gflags
tools
unit_test
util
.gitignore
all.gyp
Android.mk
AUTHORS
BUILD.gn
CMakeLists.txt
codereview.settings
DEPS
download_vs_toolchain.py
drover.properties
gyp_libyuv
gyp_libyuv.py
libyuv_nacl.gyp
libyuv_test.gyp
libyuv.gyp
libyuv.gypi
LICENSE
LICENSE_THIRD_PARTY
linux.mk
OWNERS
PATENTS
PRESUBMIT.py
public.mk
README.chromium
setup_links.py
sync_chromium.py
winarm.mk

Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 1528
License: BSD
License File: LICENSE

Description:
libyuv is an open source project that includes YUV conversion and scaling functionality.