[automerger skipped] Merge "Move libyuv/files/ directly under libyuv" into main am: 08f747f785 am: 38cc49a924 -s ours am: fd82f63864 -s ours

am skip reason: Merged-In I773d1ae01539cc5d200768b526f10b2922567f72 with SHA-1 39ae7d3ed0 is already in history

Original change: https://android-review.googlesource.com/c/platform/external/libyuv/+/2727019

Change-Id: I69aa9028fd639e2147e0724fe0cb5b7afc1c7567
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: a843083aa5ff3db8e420e71dd06caec7a676a877
  1. build_overrides/
  2. docs/
  3. fuzz/
  4. include/
  5. infra/
  6. riscv_script/
  7. source/
  8. tools_libyuv/
  9. unit_test/
  10. util/
  11. .clang-format
  12. .gitignore
  13. .gn
  14. .vpython
  15. .vpython3
  16. Android.bp
  17. AUTHORS
  18. BUILD
  19. BUILD.gn
  20. cleanup_links.py
  21. CM_linux_packages.cmake
  22. CMakeLists.txt
  23. codereview.settings
  24. DEPS
  25. DIR_METADATA
  26. download_vs_toolchain.py
  27. libyuv.gni
  28. libyuv.gyp
  29. libyuv.gypi
  30. LICENSE
  31. linux.mk
  32. METADATA
  33. OWNERS
  34. PATENTS
  35. PRESUBMIT.py
  36. public.mk
  37. pylintrc
  38. README.chromium
  39. README.md
  40. README.version
  41. setup_env.bat
  42. UPDATING
  43. winarm.mk
README.md

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 for compression.
  • Convert to RGB formats for rendering/effects.
  • Rotate by 90/180/270 degrees to adjust for mobile devices in portrait mode.
  • Optimized for SSSE3/AVX2 on x86/x64.
  • Optimized for Neon on Arm.
  • Optimized for MSA on Mips.
  • Optimized for RVV on RISC-V.

Development

See Getting started for instructions on how to get started developing.

You can also browse the docs directory for more documentation.