Home
last modified time | relevance | path

Searched refs:padded_dst_ (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()
54 padded_dst_ = in SetUp()
56 ASSERT_TRUE(padded_dst_ != NULL); in SetUp()
57 dst_ = padded_dst_ + (kBorderSize * dst_stride_) + kBorderSize; in SetUp()
63 memset(padded_dst_, 128, padded_dst_size_); in SetUp()
70 vpx_free(padded_dst_); in TearDown()
71 padded_dst_ = NULL; in TearDown()
89 uint8_t *padded_dst_; member in __anonb211f2060111::PredictTestBase
174 ASSERT_TRUE(CheckBorder(padded_dst_, padded_dst_size_, dst_, width_, in TestWithRandomData()
197 memset(padded_dst_, 128, padded_dst_size_); in TestWithUnalignedDst()
[all …]