[libyuv] Use NV12 and NV21 Matrix wrapper macros in convert_argb_test Update JNV12ToABGR, JNV21ToABGR, JNV12ToRAW, and JNV21ToRAW test macros in convert_argb_test.cc to use the public NV12ToABGRMatrix, NV21ToABGRMatrix, NV12ToRAWMatrix, and NV21ToRAWMatrix wrapper macros. Test: libyuv_unittest --gtest_filter=*JNV* libyuv:537503370 Change-Id: I53c2496311cb30f621593f8a9d0011e1106ab501 TAG=agy CONV=5daf08a8-11bd-4d47-8c71-c5b7a882a788 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/8133049 Commit-Queue: Frank Barchard <fbarchard@google.com> Reviewed-by: richard winterton <rrwinterton@gmail.com>
libyuv is an open source project that includes YUV scaling and conversion functionality.
See Getting started for instructions on how to get started developing.
You can also browse the docs directory for more documentation.