Home
last modified time | relevance | path

Searched refs:pfCopy16x8NotAligned (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dencode_mb_aux.cpp468 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()
Dsvc_base_layer_md.cpp1625 … pFunc->pfCopy16x8NotAligned; // dst can be align with 16 bytes, but not sure at pSrc, 12/29/2011 in WelsMdInterMbRefinement()
/third_party/openh264/test/encoder/
DEncUT_MBCopy.cpp94 TEST (MBCopyFunTest, pfCopy16x8NotAligned) { in TEST() argument
108 sFuncPtrList.pfCopy16x8NotAligned (pDstAlign[1], 32, pSrcAlign + 1, 64); in TEST()
/third_party/openh264/codec/encoder/core/inc/
Dwels_func_ptr_def.h241 PCopyFunc pfCopy16x8NotAligned; //for MeRefineFracPixel 16x8 based member