Home
last modified time | relevance | path

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

/third_party/openh264/codec/decoder/core/src/
Derror_concealment.cpp53 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()
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h161 PCopyFunc pCopyLumaFunc; member