mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 16:56:55 +08:00
More unittests
BUG=91 TEST=I420ToV210 Review URL: https://webrtc-codereview.appspot.com/868011 git-svn-id: http://libyuv.googlecode.com/svn/trunk@403 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
parent
4de0c439aa
commit
a7e530900e
@ -119,9 +119,9 @@ TEST_F(libyuvTest, SRC_FMT_PLANAR##To##FMT_PLANAR##N) { \
|
|||||||
TESTPLANARTOPI(SRC_FMT_PLANAR, SRC_SUBSAMP_X, SRC_SUBSAMP_Y, \
|
TESTPLANARTOPI(SRC_FMT_PLANAR, SRC_SUBSAMP_X, SRC_SUBSAMP_Y, \
|
||||||
FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, 1280, _Opt, +) \
|
FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, 1280, _Opt, +) \
|
||||||
TESTPLANARTOPI(SRC_FMT_PLANAR, SRC_SUBSAMP_X, SRC_SUBSAMP_Y, \
|
TESTPLANARTOPI(SRC_FMT_PLANAR, SRC_SUBSAMP_X, SRC_SUBSAMP_Y, \
|
||||||
FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, 1280,_Invert, -) \
|
FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, 1280, _Invert, -) \
|
||||||
TESTPLANARTOPI(SRC_FMT_PLANAR, SRC_SUBSAMP_X, SRC_SUBSAMP_Y, \
|
TESTPLANARTOPI(SRC_FMT_PLANAR, SRC_SUBSAMP_X, SRC_SUBSAMP_Y, \
|
||||||
FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, 1276,_Any, +)
|
FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, 1276, _Any, +)
|
||||||
|
|
||||||
TESTPLANARTOP(I420, 2, 2, I420, 2, 2)
|
TESTPLANARTOP(I420, 2, 2, I420, 2, 2)
|
||||||
TESTPLANARTOP(I422, 2, 1, I420, 2, 2)
|
TESTPLANARTOP(I422, 2, 1, I420, 2, 2)
|
||||||
@ -209,8 +209,7 @@ TESTPLANARTOB(I411, 4, 1, ARGB, 4)
|
|||||||
TESTPLANARTOB(I444, 1, 1, ARGB, 4)
|
TESTPLANARTOB(I444, 1, 1, ARGB, 4)
|
||||||
TESTPLANARTOB(I420, 2, 2, YUY2, 2)
|
TESTPLANARTOB(I420, 2, 2, YUY2, 2)
|
||||||
TESTPLANARTOB(I420, 2, 2, UYVY, 2)
|
TESTPLANARTOB(I420, 2, 2, UYVY, 2)
|
||||||
// TODO(fbarchard): Re-enable test and fix valgrind.
|
TESTPLANARTOB(I420, 2, 2, V210, 16 / 6)
|
||||||
// TESTPLANARTOB(I420, 2, 2, V210, 16 / 6)
|
|
||||||
TESTPLANARTOB(I420, 2, 2, I400, 1)
|
TESTPLANARTOB(I420, 2, 2, I400, 1)
|
||||||
TESTPLANARTOB(I420, 2, 2, BayerBGGR, 1)
|
TESTPLANARTOB(I420, 2, 2, BayerBGGR, 1)
|
||||||
TESTPLANARTOB(I420, 2, 2, BayerRGGB, 1)
|
TESTPLANARTOB(I420, 2, 2, BayerRGGB, 1)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user