Searched refs:pDstYCbCr (Results 1 – 1 of 1) sorted by relevance
228 uint8_t* pDstYCbCr[3]; in WelsMbInterConstruction() local232 pDstYCbCr[0] = pDstY; in WelsMbInterConstruction()233 pDstYCbCr[1] = pDstCb; in WelsMbInterConstruction()234 pDstYCbCr[2] = pDstCr; in WelsMbInterConstruction()235 WELS_B_MB_REC_VERIFY (GetInterBPred (pDstYCbCr, pTempDstYCbCr, pCtx)); in WelsMbInterConstruction()322 uint8_t* pDstYCbCr[3]; in WelsMbInterPrediction() local326 pDstYCbCr[0] = pDstY; in WelsMbInterPrediction()327 pDstYCbCr[1] = pDstCb; in WelsMbInterPrediction()328 pDstYCbCr[2] = pDstCr; in WelsMbInterPrediction()329 WELS_B_MB_REC_VERIFY (GetInterBPred (pDstYCbCr, pTempDstYCbCr, pCtx)); in WelsMbInterPrediction()