Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder/
DEncUT_MotionEstimate.cpp490 SPicture sRef; in TEST_F() local
491 InitRefPicForMeTest (&sRef); in TEST_F()
532 PerformFMEPreprocess (&sFuncList, &sRef, m_pFeatureSearchPreparation->pFeatureOfBlock, in TEST_F()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DPixelRoutine.cpp887 …UInt4 sRef = As<UInt4>(routine.getVariable(it->second.Id)[it->second.FirstComponent]) & UInt4(0xff… in stencilReplaceRef() local
891sRef.x = rr::UInt(sRef.x) | (rr::UInt(sRef.y) << 8) | (rr::UInt(sRef.z) << 16) | (rr::UInt(sRef.w)… in stencilReplaceRef()
894 sRefDuplicated = Insert(sRefDuplicated, sRef.x, 0); in stencilReplaceRef()
895 sRefDuplicated = Insert(sRefDuplicated, sRef.x, 1); in stencilReplaceRef()