Lines Matching refs:pRefPicCenter
91 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()
527 sMe.pColoRefMb = pRefPicCenter; in TEST_F()