Commit 7d3786c6 authored by fbarchard@google.com's avatar fbarchard@google.com

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
parent 16644f5f
...@@ -219,6 +219,8 @@ TESTPLANARTOB(I444, 1, 1, ARGB, 4, 4) ...@@ -219,6 +219,8 @@ TESTPLANARTOB(I444, 1, 1, ARGB, 4, 4)
TESTPLANARTOB(I420, 2, 2, V210, 16 / 6, 128) TESTPLANARTOB(I420, 2, 2, V210, 16 / 6, 128)
TESTPLANARTOB(I420, 2, 2, YUY2, 2, 4) TESTPLANARTOB(I420, 2, 2, YUY2, 2, 4)
TESTPLANARTOB(I420, 2, 2, UYVY, 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, I400, 1, 1)
TESTPLANARTOB(I420, 2, 2, BayerBGGR, 1, 1) TESTPLANARTOB(I420, 2, 2, BayerBGGR, 1, 1)
TESTPLANARTOB(I420, 2, 2, BayerRGGB, 1, 1) TESTPLANARTOB(I420, 2, 2, BayerRGGB, 1, 1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment