• Home
  • Raw
  • Download

Lines Matching refs:m_iHeight

42     m_iHeight = 64;//size of search window  in SetUp()
48 (pMa->WelsMalloc (m_iWidth * m_iHeight, "RefPic")); in SetUp()
70 int32_t m_iHeight; 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()
134 m_iHeight = 240; in SetUp()
136 m_iHeightExt = m_iHeight + 2 * PADDING_LENGTH; in SetUp()
138 m_iMbHeight = m_iHeight >> 4; in SetUp()
155 m_pSrc = (uint8_t*)m_pMa->WelsMallocz (m_iWidth * m_iHeight, "source frame"); in SetUp()
185 int32_t m_iHeight; member in MotionEstimateRangeTest
214 memset (m_pSrc, 128, m_iWidth * m_iHeight); in TEST_F()
222 for (int h = 0; h < m_iHeight; h++) in TEST_F()
262 RandomPixelDataGenerator (m_pSrc, 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()
308 sMe.iCurMeBlockPixY = (m_iHeight / 2); in DoLineTest()
316 …sTargetMv.iMvY = -sMe.iCurMeBlockPixY + INTPEL_NEEDED_MARGIN + rand() % (m_iHeight - 16 - 2 * INTP… in DoLineTest()
324 if (!YUVPixelDataGenerator (m_pRefData, m_iWidth, m_iHeight, m_iWidth)) in DoLineTest()
344 int iSize = vertical ? m_iHeight : m_iWidth; in DoLineTest()
406 m_iHeight = 64;//size of search window in SetUp()
412 … m_pRefData = (uint8_t*)m_pMa->WelsMalloc (m_iWidth * m_iHeight * sizeof (uint8_t), "m_pRefData"); in SetUp()
459 pRefPic->iHeightInPixel = m_iHeight; in InitRefPicForMeTest()
473 int32_t m_iHeight; member in FeatureMotionEstimateTest
487 sMe.iCurMeBlockPixY = (m_iHeight / 2); in TEST_F()
488 uint8_t* pRefPicCenter = m_pRefData + (m_iHeight / 2) * m_iWidth + (m_iWidth / 2); in TEST_F()
495 …SetMvWithinIntegerMvRange (m_iWidth / 16 - kiSupposedPaddingLength, m_iHeight / 16 - kiSupposedPad… in TEST_F()
496 m_iWidth / 2 / 16, m_iHeight / 2 / 16, 508, in TEST_F()
500 iReturn = RequestFeatureSearchPreparation (m_pMa, m_iWidth, m_iHeight, kiNeedFeatureStorage, in TEST_F()
503 iReturn = RequestScreenBlockFeatureStorage (m_pMa, m_iWidth, m_iHeight, kiNeedFeatureStorage, in TEST_F()
515 if (!YUVPixelDataGenerator (m_pRefData, m_iWidth, m_iHeight, m_iWidth)) in TEST_F()
545 …(* (m_pScreenBlockFeatureStorage->pFeatureOfBlockPointer + (m_iHeight / 2 + sTargetMv.iMvY) * (m_i… in TEST_F()
547 …== * (m_pScreenBlockFeatureStorage->pFeatureOfBlockPointer + (m_iHeight / 2 + sMe.sMv.iMvY) * (m_i… in TEST_F()