Searched refs:pCopyLumaFunc (Results 1 – 2 of 2) sorted by relevance
53 pCtx->sCopyFunc.pCopyLumaFunc = WelsCopy16x16_c; in InitErrorCon()62 pCtx->sCopyFunc.pCopyLumaFunc = WelsCopy16x16_sse2; //this is aligned copy; in InitErrorCon()68 pCtx->sCopyFunc.pCopyLumaFunc = WelsCopy16x16_neon; //aligned in InitErrorCon()75 pCtx->sCopyFunc.pCopyLumaFunc = WelsCopy16x16_AArch64_neon; //aligned in InitErrorCon()83 pCtx->sCopyFunc.pCopyLumaFunc = WelsCopy16x16_lsx; //aligned in InitErrorCon()144 pCtx->sCopyFunc.pCopyLumaFunc (pDstData, iDstStride, pSrcData, iSrcStride); in DoErrorConSliceCopy()198 …pCtx->sCopyFunc.pCopyLumaFunc (pDst[0], pMCRefMem->iDstLineLuma, pSrcData, pMCRefMem->iSrcLineLuma… in DoMbECMvCopy()
161 PCopyFunc pCopyLumaFunc; member