Home
last modified time | relevance | path

Searched refs:sCopyFunc (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/decoder/core/src/
Derror_concealment.cpp53 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 …]
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h457 SCopyFunc sCopyFunc; member