ermig1979 / Simd

C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, VMX(Altivec) and VSX(Power7) for PowerPC, NEON for ARM.
http://ermig1979.github.io/Simd
MIT License
2.01k stars 407 forks source link

UYVY422 to YUV420p conversation #267

Closed mikeversteeg closed 6 months ago

mikeversteeg commented 6 months ago

I would very much like the function SimdUyvy422ToYuv420p. This will complement the existing SimdYuv420pToUyvy422.

Thanks.

ermig1979 commented 6 months ago

Hi. I added this issue to roadmap.

mikeversteeg commented 6 months ago

Oh, it already exists! I never know where to look in the documentation so I always use Google, and for some reason google cannot find it. Thank you! :)