Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/scenechangedetection/
DSceneChangeDetection.h173 int32_t iBlockPointY = j << 3; in operator() local
180 (iBlockPointY + iScrollMvY >= 0) && (iBlockPointY + iScrollMvY <= iHeight - 8)) { in operator()
/third_party/openh264/codec/processing/src/complexityanalysis/
DComplexityAnalysis.cpp443 int32_t iBlockPointY = j << 4; in GomComplexityAnalysisInter() local
449 (iBlockPointY + iScrollMvY >= 0) && (iBlockPointY + iScrollMvY <= iHeight - 8)) { in GomComplexityAnalysisInter()