Closed mikeversteeg closed 5 years ago
I would like to have a function BgraToYuva420p() which converts BGRA to YUVA420p, to compliment the existing Yuva420pToBgra() function. YUVA is 1 full size Y plane, 1/4 size U, 1/4 size V, and 1 full size A plane.
"SIMD_API void | SimdBgraToYuva420p (const uint8_t bgra, size_t width, size_t height, size_t bgraStride, uint8_t y, size_t yStride, uint8_t u, size_t uStride, uint8_t v, size_t vStride, uint8_t *a, size_t aStride)
Converts 32-bit BGRA image to YUVA420P."
Thank you.
Still very much interested in this! Let me know how I can help.
I am sorry, but I am on holiday.
I have added function BgraToYuva420p.
Thank you!
I would like to have a function BgraToYuva420p() which converts BGRA to YUVA420p, to compliment the existing Yuva420pToBgra() function. YUVA is 1 full size Y plane, 1/4 size U, 1/4 size V, and 1 full size A plane.
"SIMD_API void | SimdBgraToYuva420p (const uint8_t bgra, size_t width, size_t height, size_t bgraStride, uint8_t y, size_t yStride, uint8_t u, size_t uStride, uint8_t v, size_t vStride, uint8_t *a, size_t aStride)
Converts 32-bit BGRA image to YUVA420P."
Thank you.