Searched refs:sSrcMap (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/test/processing/ |
D | ProcessUT_ScrollDetection.cpp | 53 SPixMap sSrcMap = { { 0 } }; in TEST() local 56 sSrcMap.pPixel[0] = pSrc; 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/ |
D | wels_preprocess.cpp | 1114 SPixMap sSrcMap = { { 0 } }; in DetectSceneChange() local 1152 InitPixMap (pCurPicture, &sSrcMap); in DetectSceneChange() 1176 ret = m_pInterfaceVp->Process (iMethodIdx, &sSrcMap, &sRefMap); in DetectSceneChange() 1185 ret = m_pInterfaceVp->Process (iSceneChangeMethodIdx, &sSrcMap, &sRefMap); in DetectSceneChange() 1284 SPixMap sSrcMap = { { 0 } }; in UpdateBlockIdcForScreen() local 1286 InitPixMap (kpSrcPic, &sSrcMap); in UpdateBlockIdcForScreen() 1290 int32_t iRet = m_pInterfaceVp->Process (iSceneChangeMethodIdx, &sSrcMap, &sRefMap); in UpdateBlockIdcForScreen()
|