Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dav1_convolve_scale_test.cc226 const int32_t tst_value = tst_dst[r * stride + c]; in Check() local
228 EXPECT_EQ(tst_value, ref_value) in Check()
236 const int32_t tst_value = tst_16_dst[r * stride + c]; in Check() local
238 EXPECT_EQ(tst_value, ref_value) in Check()
Dav1_horz_only_frame_superres_test.cc150 const int32_t tst_value = tst_dst[r * stride + c]; in Check() local
152 EXPECT_EQ(tst_value, ref_value) in Check()