Home
last modified time | relevance | path

Searched refs:pfSample4Sad (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dsample.cpp355 pFuncList->sSampleDealingFuncs.pfSample4Sad[BLOCK_16x16] = WelsSampleSadFour16x16_c; in WelsInitSampleSadFunc()
356 pFuncList->sSampleDealingFuncs.pfSample4Sad[BLOCK_16x8] = WelsSampleSadFour16x8_c; in WelsInitSampleSadFunc()
357 pFuncList->sSampleDealingFuncs.pfSample4Sad[BLOCK_8x16] = WelsSampleSadFour8x16_c; in WelsInitSampleSadFunc()
358 pFuncList->sSampleDealingFuncs.pfSample4Sad[BLOCK_8x8] = WelsSampleSadFour8x8_c; in WelsInitSampleSadFunc()
359 pFuncList->sSampleDealingFuncs.pfSample4Sad[BLOCK_4x4] = WelsSampleSadFour4x4_c; in WelsInitSampleSadFunc()
360 pFuncList->sSampleDealingFuncs.pfSample4Sad[BLOCK_8x4] = WelsSampleSadFour8x4_c; in WelsInitSampleSadFunc()
361 pFuncList->sSampleDealingFuncs.pfSample4Sad[BLOCK_4x8] = WelsSampleSadFour4x8_c; in WelsInitSampleSadFunc()
380 pFuncList->sSampleDealingFuncs.pfSample4Sad[BLOCK_16x16] = WelsSampleSadFour16x16_sse2; in WelsInitSampleSadFunc()
381 pFuncList->sSampleDealingFuncs.pfSample4Sad[BLOCK_16x8] = WelsSampleSadFour16x8_sse2; in WelsInitSampleSadFunc()
382 pFuncList->sSampleDealingFuncs.pfSample4Sad[BLOCK_8x16] = WelsSampleSadFour8x16_sse2; in WelsInitSampleSadFunc()
[all …]
Dsvc_motion_estimate.cpp329 …PSample4SadCostFunc pSad = pFuncList->sSampleDealingFuncs.pfSample4Sad[pMe->uiBlock… in WelsDiamondSearch()
/third_party/openh264/codec/encoder/core/inc/
Dwels_func_ptr_def.h165 PSample4SadCostFunc pfSample4Sad[MAX_BLOCK_TYPE]; member