From 7d3786c6c491dd2bc9a8e7479ea9de569e5776f4 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Fri, 12 Oct 2012 06:22:20 +0000 Subject: [PATCH] Enable C vs Opt unittest BUG=91 TEST=I420ToV210 Review URL: https://webrtc-codereview.appspot.com/859015 git-svn-id: http://libyuv.googlecode.com/svn/trunk@412 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- unit_test/convert_test.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unit_test/convert_test.cc b/unit_test/convert_test.cc index 1fa5f929c..be70830ff 100644 --- a/unit_test/convert_test.cc +++ b/unit_test/convert_test.cc @@ -219,6 +219,8 @@ TESTPLANARTOB(I444, 1, 1, ARGB, 4, 4) TESTPLANARTOB(I420, 2, 2, V210, 16 / 6, 128) TESTPLANARTOB(I420, 2, 2, YUY2, 2, 4) TESTPLANARTOB(I420, 2, 2, UYVY, 2, 4) +TESTPLANARTOB(I422, 2, 1, YUY2, 2, 4) +TESTPLANARTOB(I422, 2, 1, UYVY, 2, 4) TESTPLANARTOB(I420, 2, 2, I400, 1, 1) TESTPLANARTOB(I420, 2, 2, BayerBGGR, 1, 1) TESTPLANARTOB(I420, 2, 2, BayerRGGB, 1, 1)