Searched refs:sCopyFunc (Results 1 – 2 of 2) sorted by relevance
53 pCtx->sCopyFunc.pCopyLumaFunc = WelsCopy16x16_c; in InitErrorCon()54 pCtx->sCopyFunc.pCopyChromaFunc = WelsCopy8x8_c; in InitErrorCon()58 pCtx->sCopyFunc.pCopyChromaFunc = WelsCopy8x8_mmx; //aligned in InitErrorCon()62 pCtx->sCopyFunc.pCopyLumaFunc = WelsCopy16x16_sse2; //this is aligned copy; in InitErrorCon()68 pCtx->sCopyFunc.pCopyLumaFunc = WelsCopy16x16_neon; //aligned in InitErrorCon()69 pCtx->sCopyFunc.pCopyChromaFunc = WelsCopy8x8_neon; //aligned in InitErrorCon()75 pCtx->sCopyFunc.pCopyLumaFunc = WelsCopy16x16_AArch64_neon; //aligned in InitErrorCon()76 pCtx->sCopyFunc.pCopyChromaFunc = WelsCopy8x8_AArch64_neon; //aligned in InitErrorCon()82 pCtx->sCopyFunc.pCopyChromaFunc = WelsCopy8x8_lsx; //aligned in InitErrorCon()83 pCtx->sCopyFunc.pCopyLumaFunc = WelsCopy16x16_lsx; //aligned in InitErrorCon()[all …]
457 SCopyFunc sCopyFunc; member