Searched refs:iScrollMvY (Results 1 – 9 of 9) sorted by relevance
/third_party/openh264/codec/processing/src/scenechangedetection/ |
D | SceneChangeDetection.h | 156 int32_t iScrollMvY = m_sParam.sScrollResult.iScrollMvY; in operator() local 178 … } else if (bScrollDetectFlag && (!iScrollMvX || !iScrollMvY) && (iBlockPointX + iScrollMvX >= 0) in operator() 180 (iBlockPointY + iScrollMvY >= 0) && (iBlockPointY + iScrollMvY <= iHeight - 8)) { in operator() 181 uint8_t* pRefTmpScroll = pRefTmp + iScrollMvY * sLocalParam.iRefStride + iScrollMvX; in operator()
|
/third_party/openh264/codec/processing/src/complexityanalysis/ |
D | ComplexityAnalysis.cpp | 313 int32_t iScrollMvY = m_ComplexityAnalysisParam.sScrollResult.iScrollMvY; in Process() local 322 } else if (!bScrollFlag || ((iScrollMvX == 0) && (iScrollMvY == 0))) { in Process() 416 int32_t iScrollMvY = m_ComplexityAnalysisParam.sScrollResult.iScrollMvY; in GomComplexityAnalysisInter() local 449 (iBlockPointY + iScrollMvY >= 0) && (iBlockPointY + iScrollMvY <= iHeight - 8)) { in GomComplexityAnalysisInter() 450 pTmpRefScroll = pTmpRef - iScrollMvY * iStrideX + iScrollMvX; in GomComplexityAnalysisInter()
|
/third_party/openh264/codec/encoder/core/src/ |
D | svc_mode_decision.cpp | 313 inline bool CheckBorder (int32_t iMbX, int32_t iMbY, int32_t iScrollMvX, int32_t iScrollMvY, int32_… in CheckBorder() argument 317 (iMbY << 4) + iScrollMvY < 0 || in CheckBorder() 318 (iMbY << 4) + iScrollMvY > (iMbHeight - 1) << 4 in CheckBorder() 372 int32_t iScrollMvY = pVaaExt->sScrollDetectInfo.iScrollMvY; in JudgeScrollSkip() local 373 if (CheckBorder (kiMbX, kiMbY, iScrollMvX, iScrollMvY, kiMbWidth, kiMbHeight)) { in JudgeScrollSkip() 377 … iOffsetUV = (kiMbX << 3) + (iScrollMvX >> 1) + ((kiMbY << 3) + (iScrollMvY >> 1)) * iStrideUV; in JudgeScrollSkip() 486 sCurMbMv[1].iMvY = static_cast<int16_t> (pVaaExt->sScrollDetectInfo.iScrollMvY << 2); in MdInterSCDPskipProcess() 674 sTempMv.iMvY = pVaaExt->sScrollDetectInfo.iScrollMvY; in SetScrollingMvToMd()
|
D | wels_preprocess.cpp | 855 sComplexityAnalysisParam->sScrollResult.iScrollMvY = 0; in AnalyzePictureComplexity()
|
D | encoder_ext.cpp | 2709 && (pVaaExt->sScrollDetectInfo.iScrollMvX | pVaaExt->sScrollDetectInfo.iScrollMvY)) { in PreprocessSliceCoding()
|
/third_party/openh264/codec/processing/src/scrolldetection/ |
D | ScrollDetection.cpp | 83 m_sScrollDetectionParam.iScrollMvY = 0; in ScrollDetectionWithMask() 110 if (m_sScrollDetectionParam.bScrollDetectFlag && m_sScrollDetectionParam.iScrollMvY) in ScrollDetectionWithoutMask()
|
D | ScrollDetectionFuncs.cpp | 195 sScrollDetectionParam.iScrollMvY = iSearchPos - iTestPos; // pre_pos - cur_pos, change to mv in ScrollDetectionCore()
|
/third_party/openh264/test/processing/ |
D | ProcessUT_ScrollDetection.cpp | 76 EXPECT_EQ (sScrollDetectionResult.iScrollMvY, iScrollMv); in TEST()
|
/third_party/openh264/codec/processing/interface/ |
D | IWelsVP.h | 159 int iScrollMvY; member
|