xref: /aosp_15_r20/external/libyuv/README.md (revision 4e366538070a3a6c5c163c31b791eab742e1657a)
1*4e366538SXin Li**libyuv** is an open source project that includes YUV scaling and conversion functionality.
2*4e366538SXin Li
3*4e366538SXin Li* Scale YUV to prepare content for compression, with point, bilinear or box filter.
4*4e366538SXin Li* Convert to YUV from webcam formats for compression.
5*4e366538SXin Li* Convert to RGB formats for rendering/effects.
6*4e366538SXin Li* Rotate by 90/180/270 degrees to adjust for mobile devices in portrait mode.
7*4e366538SXin Li* Optimized for SSSE3/AVX2 on x86/x64.
8*4e366538SXin Li* Optimized for Neon on Arm.
9*4e366538SXin Li* Optimized for MSA on Mips.
10*4e366538SXin Li* Optimized for RVV on RISC-V.
11*4e366538SXin Li
12*4e366538SXin Li### Development
13*4e366538SXin Li
14*4e366538SXin LiSee [Getting started][1] for instructions on how to get started developing.
15*4e366538SXin Li
16*4e366538SXin LiYou can also browse the [docs directory][2] for more documentation.
17*4e366538SXin Li
18*4e366538SXin Li[1]: ./docs/getting_started.md
19*4e366538SXin Li[2]: ./docs/
20