android_mt6572_jiabo/external/libyuv/files
2025-09-05 16:56:03 +08:00
..
build_overrides first commit 2025-09-05 16:56:03 +08:00
chromium first commit 2025-09-05 16:56:03 +08:00
docs first commit 2025-09-05 16:56:03 +08:00
include first commit 2025-09-05 16:56:03 +08:00
source first commit 2025-09-05 16:56:03 +08:00
third_party/gflags first commit 2025-09-05 16:56:03 +08:00
tools first commit 2025-09-05 16:56:03 +08:00
unit_test first commit 2025-09-05 16:56:03 +08:00
util first commit 2025-09-05 16:56:03 +08:00
.gitignore first commit 2025-09-05 16:56:03 +08:00
.gn first commit 2025-09-05 16:56:03 +08:00
all.gyp first commit 2025-09-05 16:56:03 +08:00
Android.mk first commit 2025-09-05 16:56:03 +08:00
AUTHORS first commit 2025-09-05 16:56:03 +08:00
BUILD.gn first commit 2025-09-05 16:56:03 +08:00
CMakeLists.txt first commit 2025-09-05 16:56:03 +08:00
codereview.settings first commit 2025-09-05 16:56:03 +08:00
DEPS first commit 2025-09-05 16:56:03 +08:00
download_vs_toolchain.py first commit 2025-09-05 16:56:03 +08:00
gyp_libyuv first commit 2025-09-05 16:56:03 +08:00
gyp_libyuv.py first commit 2025-09-05 16:56:03 +08:00
libyuv.gyp first commit 2025-09-05 16:56:03 +08:00
libyuv.gypi first commit 2025-09-05 16:56:03 +08:00
libyuv_nacl.gyp first commit 2025-09-05 16:56:03 +08:00
libyuv_test.gyp first commit 2025-09-05 16:56:03 +08:00
LICENSE first commit 2025-09-05 16:56:03 +08:00
LICENSE_THIRD_PARTY first commit 2025-09-05 16:56:03 +08:00
linux.mk first commit 2025-09-05 16:56:03 +08:00
OWNERS first commit 2025-09-05 16:56:03 +08:00
PATENTS first commit 2025-09-05 16:56:03 +08:00
PRESUBMIT.py first commit 2025-09-05 16:56:03 +08:00
public.mk first commit 2025-09-05 16:56:03 +08:00
README.chromium first commit 2025-09-05 16:56:03 +08:00
README.md first commit 2025-09-05 16:56:03 +08:00
setup_links.py first commit 2025-09-05 16:56:03 +08:00
sync_chromium.py first commit 2025-09-05 16:56:03 +08:00
winarm.mk first commit 2025-09-05 16:56:03 +08:00

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.