Lines Matching refs:padded_dst_
44 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()
204 ASSERT_TRUE(CheckBorder(padded_dst_, padded_dst_size_, dst_ + i, in TestWithUnalignedDst()