Home | History | Annotate | only in /external/libyuv/files
Up to higher level directory
NameDateSize
.gitignore05-Oct-20172K
.gn05-Oct-20171.9K
all.gyp05-Oct-2017646
Android.mk05-Oct-20172K
AUTHORS05-Oct-201798
BUILD.gn05-Oct-20177.8K
build_overrides/05-Oct-2017
chromium/05-Oct-2017
cleanup_links.py05-Oct-20173.8K
CM_linux_packages.cmake05-Oct-20172.6K
CMakeLists.txt05-Oct-20172.9K
codereview.settings05-Oct-2017229
DEPS05-Oct-201715.3K
docs/05-Oct-2017
download_vs_toolchain.py05-Oct-2017982
gyp_libyuv05-Oct-20173.4K
gyp_libyuv.py05-Oct-20171.1K
include/05-Oct-2017
infra/05-Oct-2017
libyuv.gni05-Oct-2017806
libyuv.gyp05-Oct-20174.7K
libyuv.gypi05-Oct-20172.5K
libyuv_nacl.gyp05-Oct-2017963
libyuv_test.gyp05-Oct-20175.3K
LICENSE05-Oct-20171.5K
LICENSE_THIRD_PARTY05-Oct-2017297
linux.mk05-Oct-20172.3K
OWNERS05-Oct-2017370
PATENTS05-Oct-20171.4K
PRESUBMIT.py05-Oct-20172.5K
public.mk05-Oct-2017328
pylintrc05-Oct-2017704
README.chromium05-Oct-2017203
README.md05-Oct-2017772
setup_links.py05-Oct-201716.5K
source/05-Oct-2017
sync_chromium.py05-Oct-20175.4K
third_party/05-Oct-2017
tools/05-Oct-2017
tools_libyuv/05-Oct-2017
unit_test/05-Oct-2017
util/05-Oct-2017
winarm.mk05-Oct-20171.1K

README.chromium

      1 Name: libyuv
      2 URL: http://code.google.com/p/libyuv/
      3 Version: 1649
      4 License: BSD
      5 License File: LICENSE
      6 
      7 Description:
      8 libyuv is an open source project that includes YUV conversion and scaling functionality.
      9 

README.md

      1 **libyuv** is an open source project that includes YUV scaling and conversion functionality.
      2 
      3 * Scale YUV to prepare content for compression, with point, bilinear or box filter.
      4 * Convert to YUV from webcam formats.
      5 * Convert from YUV to formats for rendering/effects.
      6 * Rotate by 90/180/270 degrees to adjust for mobile devices in portrait mode.
      7 * Optimized for SSE2/SSSE3/AVX2 on x86/x64.
      8 * Optimized for Neon on Arm.
      9 * Optimized for DSP R2 on Mips.
     10 
     11 ### Development
     12 
     13 See [Getting started] [1] for instructions on how to get started developing.
     14 
     15 You can also browse the [docs directory] [2] for more documentation.
     16 
     17 [1]: https://chromium.googlesource.com/libyuv/libyuv/+/master/docs/getting_started.md
     18 [2]: https://chromium.googlesource.com/libyuv/libyuv/+/master/docs/
     19