Home
last modified time | relevance | path

Searched refs:dst_c_ (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/test/
Dpredict_test.cc44 src_(NULL), padded_dst_(NULL), dst_(NULL), dst_c_(NULL) {} in PredictTestBase()
59 dst_c_ = new uint8_t[16 * 16]; in SetUp()
60 ASSERT_TRUE(dst_c_ != NULL); in SetUp()
64 memset(dst_c_, 0, 16 * 16); in SetUp()
73 delete[] dst_c_; in TearDown()
74 dst_c_ = NULL; in TearDown()
92 uint8_t *dst_c_; member in __anonfb96adaf0111::PredictTestBase
168 dst_c_, 16); in TestWithRandomData()
173 ASSERT_TRUE(CompareBuffers(dst_c_, 16, dst_, dst_stride_)); in TestWithRandomData()
194 dst_c_, 16); in TestWithUnalignedDst()
[all …]