Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder/
DEncUT_MotionEstimate.cpp146 m_uiMvdInterTableStride = 1 + (m_uiMvdInterTableSize << 1);//qpel_mv_range*2=(+/-); in SetUp()
147 m_uiMvdCacheAlignedSize = m_uiMvdInterTableStride * sizeof (uint16_t); in SetUp()
195 uint32_t m_uiMvdInterTableStride; member in MotionEstimateRangeTest
209 InitMe (kuiQp, m_uiMvdInterTableSize, m_uiMvdInterTableStride, m_pMvdCostTable, &sMe); in TEST_F()
271 InitMe (kuiQp, m_uiMvdInterTableSize, m_uiMvdInterTableStride, m_pMvdCostTable, &sMe); in TEST_F()