Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dav1_horz_only_frame_superres_test.cc139 const Pixel *tst_dst = &dst_data_[num_pixels]; in Check() local
142 if (0 == memcmp(ref_dst, tst_dst, sizeof(*ref_dst) * num_pixels)) return; in Check()
150 const int32_t tst_value = tst_dst[r * stride + c]; in Check()
Dav1_convolve_scale_test.cc211 const SrcPixel *tst_dst = &dst_data_[num_pixels]; in Check() local
216 if (0 == memcmp(ref_dst, tst_dst, sizeof(*ref_dst) * num_pixels)) { in Check()
226 const int32_t tst_value = tst_dst[r * stride + c]; in Check()