Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dencode_mb_aux.cpp467 pFuncList->pfCopy16x16NotAligned = WelsCopy16x16_c; in WelsInitEncodingFuncs()
512 pFuncList->pfCopy16x16NotAligned = WelsCopy16x16NotAligned_sse2; in WelsInitEncodingFuncs()
561 pFuncList->pfCopy16x16NotAligned = WelsCopy16x16NotAligned_neon; in WelsInitEncodingFuncs()
584 pFuncList->pfCopy16x16NotAligned = WelsCopy16x16NotAligned_AArch64_neon; in WelsInitEncodingFuncs()
604 pFuncList->pfCopy16x16NotAligned = WelsCopy16x16NotAligned_mmi; in WelsInitEncodingFuncs()
622 pFuncList->pfCopy16x16NotAligned = WelsCopy16x16_msa; in WelsInitEncodingFuncs()
631 pFuncList->pfCopy16x16NotAligned = WelsCopy16x16NotAligned_lsx; in WelsInitEncodingFuncs()
Dsvc_base_layer_md.cpp1597 … pFunc->pfCopy16x16NotAligned; // dst can be align with 16 bytes, but not sure at pSrc, 12/29/2011 in WelsMdInterMbRefinement()
/third_party/openh264/test/encoder/
DEncUT_MBCopy.cpp118 TEST (MBCopyFunTest, pfCopy16x16NotAligned) { in TEST() argument
132 sFuncPtrList.pfCopy16x16NotAligned (pDstAlign[1], 32, pSrcAlign + 1, 64); in TEST()
/third_party/openh264/codec/encoder/core/inc/
Dwels_func_ptr_def.h239 PCopyFunc pfCopy16x16NotAligned; //md.c member