Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dvp9_intrapred_test.cc53 uint16_t* dst, uint16_t* ref_dst) { in RunTest() argument
57 ref_dst_ = ref_dst; in RunTest()
126 DECLARE_ALIGNED(16, uint16_t, ref_dst[3 * 32 * 32]); in TEST_P()
127 RunTest(left_col, above_data, dst, ref_dst); in TEST_P()
/external/opencv3/modules/core/test/
Dtest_arithm.cpp1573 ref_dst(size, CV_32FC1, cv::Scalar::all(6)); in TEST_P() local
1577 ASSERT_EQ(0, cvtest::norm(dst, ref_dst, cv::NORM_INF)); in TEST_P()