Frank Barchard fc02cc3806 Add I422ToRGB565
BUG=libyuv:699
TESTED=LibYUVConvertTest.I420ToARGB_RGB565_Opt

Change-Id: I87943bcad056fbbe051301f45c7dc0ae0620c837
Reviewed-on: https://chromium-review.googlesource.com/478578
Reviewed-by: Frank Barchard <fbarchard@google.com>
Commit-Queue: Frank Barchard <fbarchard@google.com>
2017-04-17 17:51:17 +00:00
build_overrides
docs
include Add I422ToRGB565 2017-04-17 17:51:17 +00:00
infra/config
source Add I422ToRGB565 2017-04-17 17:51:17 +00:00
tools_libyuv
unit_test Add I422ToRGB565 2017-04-17 17:51:17 +00:00
util
.clang-format
.gitignore Rename convert to yuvconvert to avoid name clash with linux util 2017-04-06 18:58:42 +00:00
.gn
all.gyp
Android.mk
AUTHORS
BUILD.gn
cleanup_links.py
CM_linux_packages.cmake
CMakeLists.txt
codereview.settings
DEPS
download_vs_toolchain.py
gyp_libyuv
gyp_libyuv.py
libyuv_nacl.gyp
libyuv_test.gyp
libyuv.gni
libyuv.gyp
libyuv.gypi
LICENSE Update Copyright notice to follow new chromium conventions. 2012-08-08 19:04:24 +00:00
LICENSE_THIRD_PARTY
linux.mk
OWNERS
PATENTS
PRESUBMIT.py
public.mk
pylintrc
README.chromium
README.md
winarm.mk

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

  • Scale YUV to prepare content for compression, with point, bilinear or box filter.
  • Convert to YUV from webcam formats.
  • Convert from YUV to formats for rendering/effects.
  • Rotate by 90/180/270 degrees to adjust for mobile devices in portrait mode.
  • Optimized for SSE2/SSSE3/AVX2 on x86/x64.
  • Optimized for Neon on Arm.
  • Optimized for DSP R2 on Mips.

Development

See [Getting started] 1 for instructions on how to get started developing.

You can also browse the [docs directory] 2 for more documentation.