Home
last modified time | relevance | path

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

/third_party/openh264/test/processing/
DProcessUT_ScrollDetection.cpp54 SPixMap sRefMap = { { 0 } }; in TEST() local
57 sRefMap.pPixel[0] = pRef; in TEST()
58 sSrcMap.iStride[0] = sRefMap.iStride[0] = iStride; in TEST()
59 sSrcMap.sRect.iRectWidth = sRefMap.sRect.iRectWidth = iWidth; in TEST()
60 sSrcMap.sRect.iRectHeight = sRefMap.sRect.iRectHeight = iHeight; in TEST()
71 int ret = pTest->Process (iMethodIdx, &sSrcMap, &sRefMap); in TEST()
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp1115 SPixMap sRefMap = { { 0 } }; in DetectSceneChange() local
1165 InitPixMap (pRefPic, &sRefMap); in DetectSceneChange()
1176 ret = m_pInterfaceVp->Process (iMethodIdx, &sSrcMap, &sRefMap); in DetectSceneChange()
1185 ret = m_pInterfaceVp->Process (iSceneChangeMethodIdx, &sSrcMap, &sRefMap); in DetectSceneChange()
1285 SPixMap sRefMap = { { 0 } }; in UpdateBlockIdcForScreen() local
1287 InitPixMap (kpRefPic, &sRefMap); in UpdateBlockIdcForScreen()
1290 int32_t iRet = m_pInterfaceVp->Process (iSceneChangeMethodIdx, &sSrcMap, &sRefMap); in UpdateBlockIdcForScreen()