Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder/
DEncUT_MotionCompensation.cpp101 int32_t iBiPara1 = iMvXIdx * (8 - iMvYIdx); in MCChromaAnchor() local
106 pDstU[x] = (iBiPara0 * pSrc[2 * x] + iBiPara1 * pSrc[2 * x + 2] + in MCChromaAnchor()
108 pDstV[x] = (iBiPara0 * pSrc[2 * x + 1] + iBiPara1 * pSrc[2 * x + 3] + in MCChromaAnchor()