Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dencode_mb_aux.cpp469 pFuncList->pfCopy8x16Aligned = WelsCopy8x16_c; in WelsInitEncodingFuncs()
500 pFuncList->pfCopy8x16Aligned = WelsCopy8x16_mmx; in WelsInitEncodingFuncs()
550 pFuncList->pfCopy8x16Aligned = WelsCopy8x16_neon; in WelsInitEncodingFuncs()
573 pFuncList->pfCopy8x16Aligned = WelsCopy8x16_AArch64_neon; in WelsInitEncodingFuncs()
593 pFuncList->pfCopy8x16Aligned = WelsCopy8x16_mmi; in WelsInitEncodingFuncs()
619 pFuncList->pfCopy8x16Aligned = WelsCopy8x16_msa; in WelsInitEncodingFuncs()
Dsvc_base_layer_md.cpp1655 sMeRefine.pfCopyBlockByMode = pFunc->pfCopy8x16Aligned; in WelsMdInterMbRefinement()
/third_party/openh264/test/encoder/
DEncUT_MBCopy.cpp46 TEST (MBCopyFunTest, pfCopy8x16Aligned) { in TEST() argument
60 sFuncPtrList.pfCopy8x16Aligned (pDstAlign[1], 32, pSrcAlign, 64); in TEST()
/third_party/openh264/codec/encoder/core/inc/
Dwels_func_ptr_def.h242 PCopyFunc pfCopy8x16Aligned; //for MeRefineFracPixel 8x16 based member