Home | History | Annotate | only in /external/libyuv/files
Up to higher level directory
NameDateSize
.gn21-Aug-20181.9K
all.gyp21-Aug-2018646
Android.bp21-Aug-20182.5K
AUTHORS21-Aug-201898
BUILD.gn21-Aug-20188K
build_overrides/21-Aug-2018
chromium/21-Aug-2018
cleanup_links.py21-Aug-20183.8K
CM_linux_packages.cmake21-Aug-20182.6K
CMakeLists.txt21-Aug-20182.9K
codereview.settings21-Aug-2018229
DEPS21-Aug-201814.9K
docs/21-Aug-2018
download_vs_toolchain.py21-Aug-2018982
gyp_libyuv21-Aug-20183.4K
gyp_libyuv.py21-Aug-20181.1K
include/21-Aug-2018
infra/21-Aug-2018
libyuv.gni21-Aug-2018806
libyuv.gyp21-Aug-20184.7K
libyuv.gypi21-Aug-20182.5K
libyuv_nacl.gyp21-Aug-2018963
libyuv_test.gyp21-Aug-20185.3K
LICENSE21-Aug-20181.5K
LICENSE_THIRD_PARTY21-Aug-2018297
linux.mk21-Aug-20182.3K
OWNERS21-Aug-2018370
PATENTS21-Aug-20181.4K
PRESUBMIT.py21-Aug-20182.5K
public.mk21-Aug-2018328
pylintrc21-Aug-2018704
README.chromium21-Aug-2018203
README.md21-Aug-2018772
setup_links.py21-Aug-201816.5K
source/21-Aug-2018
sync_chromium.py21-Aug-20185.4K
third_party/21-Aug-2018
tools/21-Aug-2018
tools_libyuv/21-Aug-2018
unit_test/21-Aug-2018
util/21-Aug-2018
winarm.mk21-Aug-20181.1K

README.chromium

      1 Name: libyuv
      2 URL: http://code.google.com/p/libyuv/
      3 Version: 1652
      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