Searched refs:pfCopy16x8NotAligned (Results 1 – 4 of 4) sorted by relevance
468 pFuncList->pfCopy16x8NotAligned = WelsCopy16x8_c; in WelsInitEncodingFuncs()513 pFuncList->pfCopy16x8NotAligned = WelsCopy16x8NotAligned_sse2; in WelsInitEncodingFuncs()562 pFuncList->pfCopy16x8NotAligned = WelsCopy16x8NotAligned_neon; in WelsInitEncodingFuncs()585 pFuncList->pfCopy16x8NotAligned = WelsCopy16x8NotAligned_AArch64_neon; in WelsInitEncodingFuncs()605 pFuncList->pfCopy16x8NotAligned = WelsCopy16x8NotAligned_mmi; in WelsInitEncodingFuncs()623 pFuncList->pfCopy16x8NotAligned = WelsCopy16x8_msa; in WelsInitEncodingFuncs()
1625 … pFunc->pfCopy16x8NotAligned; // dst can be align with 16 bytes, but not sure at pSrc, 12/29/2011 in WelsMdInterMbRefinement()
94 TEST (MBCopyFunTest, pfCopy16x8NotAligned) { in TEST() argument108 sFuncPtrList.pfCopy16x8NotAligned (pDstAlign[1], 32, pSrcAlign + 1, 64); in TEST()
241 PCopyFunc pfCopy16x8NotAligned; //for MeRefineFracPixel 16x8 based member