Home | History | Annotate | only in /external/libyuv/files
Up to higher level directory
NameDateSize
.gn22-Oct-20201.9K
all.gyp22-Oct-2020646
Android.bp22-Oct-20202.5K
AUTHORS22-Oct-202098
BUILD.gn22-Oct-20208K
build_overrides/22-Oct-2020
chromium/22-Oct-2020
cleanup_links.py22-Oct-20203.8K
CM_linux_packages.cmake22-Oct-20202.6K
CMakeLists.txt22-Oct-20202.9K
codereview.settings22-Oct-2020229
DEPS22-Oct-202014.9K
docs/22-Oct-2020
download_vs_toolchain.py22-Oct-2020982
gyp_libyuv22-Oct-20203.4K
gyp_libyuv.py22-Oct-20201.1K
include/22-Oct-2020
infra/22-Oct-2020
libyuv.gni22-Oct-2020806
libyuv.gyp22-Oct-20204.7K
libyuv.gypi22-Oct-20202.5K
libyuv_nacl.gyp22-Oct-2020963
libyuv_test.gyp22-Oct-20205.3K
LICENSE22-Oct-20201.5K
LICENSE_THIRD_PARTY22-Oct-2020297
linux.mk22-Oct-20202.3K
OWNERS22-Oct-2020370
PATENTS22-Oct-20201.4K
PRESUBMIT.py22-Oct-20202.5K
public.mk22-Oct-2020328
pylintrc22-Oct-2020704
README.chromium22-Oct-2020203
README.md22-Oct-2020772
setup_links.py22-Oct-202016.5K
source/22-Oct-2020
sync_chromium.py22-Oct-20205.4K
third_party/22-Oct-2020
tools/22-Oct-2020
tools_libyuv/22-Oct-2020
unit_test/22-Oct-2020
util/22-Oct-2020
winarm.mk22-Oct-20201.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