Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder/
DEncUT_MotionEstimate.cpp37 m_pRefData = NULL; in SetUp()
47 m_pRefData = static_cast<uint8_t*> in SetUp()
49 ASSERT_TRUE (NULL != m_pRefData); in SetUp()
59 pMa->WelsFree (m_pRefData, "RefPic"); in TearDown()
64 uint8_t* m_pRefData; member in MotionEstimateTest
91 uint8_t* pRefPicCenter = m_pRefData + (m_iHeight / 2) * m_iWidth + (m_iWidth / 2); in TEST_F()
102 if (!YUVPixelDataGenerator (m_pRefData, m_iWidth, m_iHeight, m_iWidth)) in TEST_F()
306 uint8_t* pRefPicCenter = m_pRefData + (m_iHeight / 2) * m_iWidth + (m_iWidth / 2); in DoLineTest()
324 if (!YUVPixelDataGenerator (m_pRefData, m_iWidth, m_iHeight, m_iWidth)) in DoLineTest()
401 m_pRefData = NULL; in SetUp()
[all …]