Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Ddecode_slice.cpp228 uint8_t* pDstYCbCr[3]; in WelsMbInterConstruction() local
232 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() local
326 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()