Searched refs:iDstLineChroma (Results 1 – 3 of 3) sorted by relevance
/third_party/openh264/codec/decoder/core/src/ |
D | rec_mb.cpp | 291 …pMCFunc->pMcChromaFunc (pSrcU, pMCRefMem->iSrcLineChroma, pDstU, pMCRefMem->iDstLineChroma, iFullM… in BaseMC() 293 …pMCFunc->pMcChromaFunc (pSrcV, pMCRefMem->iSrcLineChroma, pDstV, pMCRefMem->iDstLineChroma, iFullM… in BaseMC() 334 iLineStride = pMCRefMem->iDstLineChroma; in WeightPrediction() 398 iLineStride = pMCRefMem->iDstLineChroma; in BiWeightPrediction() 443 iLineStride = pMCRefMem->iDstLineChroma; in BiPrediction() 477 int32_t iDstLineChroma = pCtx->pDec->iLinesize[1]; in GetInterPred() local 489 pMCRefMem.iDstLineChroma = iDstLineChroma; in GetInterPred() 523 pMCRefMem.pDstU = pPredCb + (iDstLineChroma << 2); in GetInterPred() 524 pMCRefMem.pDstV = pPredCr + (iDstLineChroma << 2); in GetInterPred() 570 pDstU = pPredCb + (iBlk8X >> 1) + (iBlk8Y >> 1) * iDstLineChroma; in GetInterPred() [all …]
|
D | error_concealment.cpp | 192 pDst[1] = pDec->pData[1] + (iMbXInPix >> 1) + (iMbYInPix >> 1) * pMCRefMem->iDstLineChroma; in DoMbECMvCopy() 193 pDst[2] = pDec->pData[2] + (iMbXInPix >> 1) + (iMbYInPix >> 1) * pMCRefMem->iDstLineChroma; in DoMbECMvCopy() 201 …pCtx->sCopyFunc.pCopyChromaFunc (pDst[1], pMCRefMem->iDstLineChroma, pSrcData, pMCRefMem->iSrcLine… in DoMbECMvCopy() 204 …pCtx->sCopyFunc.pCopyChromaFunc (pDst[2], pMCRefMem->iDstLineChroma, pSrcData, pMCRefMem->iSrcLine… in DoMbECMvCopy() 396 sMCRefMem.iDstLineChroma = pDstPic->iLinesize[1]; in DoErrorConSliceMVCopy()
|
/third_party/openh264/codec/decoder/core/inc/ |
D | rec_mb.h | 71 int32_t iDstLineChroma; member
|