Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder/
DEncUT_MotionEstimate.cpp91 uint8_t* pRefPicCenter = m_pRefData + (m_iHeight / 2) * m_iWidth + (m_iWidth / 2); in TEST_F() local
106 CopyTargetBlock (m_pSrcBlock, 16, sTargetMv, m_iWidth, pRefPicCenter); in TEST_F()
111 sMe.pRefMb = pRefPicCenter; in TEST_F()
306 uint8_t* pRefPicCenter = m_pRefData + (m_iHeight / 2) * m_iWidth + (m_iWidth / 2); in DoLineTest() local
328 CopyTargetBlock (m_pSrcBlock, 16, sTargetMv, m_iWidth, pRefPicCenter); in DoLineTest()
333 sMe.pRefMb = pRefPicCenter; in DoLineTest()
334 sMe.pColoRefMb = pRefPicCenter; in DoLineTest()
488 uint8_t* pRefPicCenter = m_pRefData + (m_iHeight / 2) * m_iWidth + (m_iWidth / 2); in TEST_F() local
521 CopyTargetBlock (m_pSrcBlock, m_iMaxSearchBlock, sTargetMv, m_iWidth, pRefPicCenter); in TEST_F()
526 sMe.pRefMb = pRefPicCenter; in TEST_F()
[all …]