Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dintrapred_test.cc70 void RunTest(Pixel *left_col, Pixel *above_data, Pixel *dst, Pixel *ref_dst) { in RunTest() argument
77 ref_dst_ = ref_dst; in RunTest()
162 DECLARE_ALIGNED(16, uint16_t, ref_dst[3 * 64 * 64]); in TEST_P()
165 RunTest(left_col, above_data, dst, ref_dst); in TEST_P()
175 DECLARE_ALIGNED(16, uint8_t, ref_dst[3 * 32 * 32]); in TEST_P()
178 RunTest(left_col, above_data, dst, ref_dst); in TEST_P()
Dav1_horz_only_frame_superres_test.cc138 const Pixel *ref_dst = &dst_data_[0]; in Check() local
142 if (0 == memcmp(ref_dst, tst_dst, sizeof(*ref_dst) * num_pixels)) return; in Check()
149 const int32_t ref_value = ref_dst[r * stride + c]; in Check()
Dav1_convolve_scale_test.cc210 const SrcPixel *ref_dst = &dst_data_[0]; in Check() local
216 if (0 == memcmp(ref_dst, tst_dst, sizeof(*ref_dst) * num_pixels)) { in Check()
225 const int32_t ref_value = ref_dst[r * stride + c]; in Check()
/external/libvpx/libvpx/test/
Dvp9_intrapred_test.cc49 void RunTest(Pixel *left_col, Pixel *above_data, Pixel *dst, Pixel *ref_dst) { in RunTest() argument
55 ref_dst_ = ref_dst; in RunTest()
129 DECLARE_ALIGNED(16, uint8_t, ref_dst[3 * 32 * 32]); in TEST_P()
130 RunTest(left_col, above_data, dst, ref_dst); in TEST_P()
472 DECLARE_ALIGNED(16, uint16_t, ref_dst[3 * 32 * 32]); in TEST_P()
473 RunTest(left_col, above_data, dst, ref_dst); in TEST_P()