Searched refs:BLOCK_8x8 (Results 1 – 7 of 7) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | sample.cpp | 341 pFuncList->sSampleDealingFuncs.pfSampleSad[BLOCK_8x8 ] = WelsSampleSad8x8_c; in WelsInitSampleSadFunc() 350 pFuncList->sSampleDealingFuncs.pfSampleSatd[BLOCK_8x8 ] = WelsSampleSatd8x8_c; in WelsInitSampleSadFunc() 358 pFuncList->sSampleDealingFuncs.pfSample4Sad[BLOCK_8x8] = WelsSampleSadFour8x8_c; in WelsInitSampleSadFunc() 378 pFuncList->sSampleDealingFuncs.pfSampleSad[BLOCK_8x8] = WelsSampleSad8x8_sse21; in WelsInitSampleSadFunc() 383 pFuncList->sSampleDealingFuncs.pfSample4Sad[BLOCK_8x8] = WelsSampleSadFour8x8_sse2; in WelsInitSampleSadFunc() 387 pFuncList->sSampleDealingFuncs.pfSampleSatd[BLOCK_8x8 ] = WelsSampleSatd8x8_sse2; in WelsInitSampleSadFunc() 402 pFuncList->sSampleDealingFuncs.pfSampleSatd[BLOCK_8x8] = WelsSampleSatd8x8_sse41; in WelsInitSampleSadFunc() 412 pFuncList->sSampleDealingFuncs.pfSampleSatd[BLOCK_8x8] = WelsSampleSatd8x8_avx2; in WelsInitSampleSadFunc() 423 pFuncList->sSampleDealingFuncs.pfSampleSad[BLOCK_8x8] = WelsSampleSad8x8_neon; in WelsInitSampleSadFunc() 428 pFuncList->sSampleDealingFuncs.pfSample4Sad[BLOCK_8x8] = WelsSampleSadFour8x8_neon; in WelsInitSampleSadFunc() [all …]
|
D | svc_base_layer_md.cpp | 892 iCurCost = pFunc->sSampleDealingFuncs.pfMdCost[BLOCK_8x8] (pDstChma, 8, pEncCb, kiLineSizeEnc) + in WelsMdIntraChroma() 893 … pFunc->sSampleDealingFuncs.pfMdCost[BLOCK_8x8] (pDstChma + 64, 8, pEncCr, kiLineSizeEnc) + in WelsMdIntraChroma() 914 … iCurCost = pFunc->sSampleDealingFuncs.pfMdCost[BLOCK_8x8] (pDstChma, 8, pEncCb, kiLineSizeEnc); in WelsMdIntraChroma() 917 …iCurCost += pFunc->sSampleDealingFuncs.pfMdCost[BLOCK_8x8] (pDstChma + 64, 8, pEncCr, kiLineSizeEn… in WelsMdIntraChroma() 1097 InitMe (*pWelsMd, BLOCK_8x8, in WelsMdP8x8() 1474 iSadCostChroma = pFunc->sSampleDealingFuncs.pfSampleSad[BLOCK_8x8] (pMbCache->SPicData.pEncMb[1], in WelsMdPSkipEnc() 1479 iSadCostChroma += pFunc->sSampleDealingFuncs.pfSampleSad[BLOCK_8x8] (pMbCache->SPicData.pEncMb[2], in WelsMdPSkipEnc() 1616 …pWelsMd->iCostSkipMb += pEncCtx->pFuncList->sSampleDealingFuncs.pfSampleSad[BLOCK_8x8] (pMbCache->… in WelsMdInterMbRefinement() 1618 …pWelsMd->iCostSkipMb += pEncCtx->pFuncList->sSampleDealingFuncs.pfSampleSad[BLOCK_8x8] (pMbCache->… in WelsMdInterMbRefinement()
|
D | svc_mode_decision.cpp | 163 return pCalculateFunc[BLOCK_8x8] (pSrcChroma, iSrcStride, pRefChroma, iRefStride); in GetChromaCost() 310 …return pFunc->sSampleDealingFuncs.pfSampleSad[BLOCK_8x8] (pEncOri, iStrideUV, pRefOri, iRefLineSiz… in CalUVSadCost()
|
D | svc_motion_estimate.cpp | 879 pScreenBlockFeatureStorage->uiSadCostThreshold[BLOCK_8x8] = (uiSadCostThreshold16x16 >> 2); in PerformFMEPreprocess()
|
D | encoder_ext.cpp | 2681 pFuncList->pfSearchMethod[BLOCK_8x8] = in PreprocessSliceCoding() 2747 if (!SetMeMethod (ME_DIA_CROSS_FME, pFuncList->pfSearchMethod[BLOCK_8x8])) { in PreprocessSliceCoding()
|
/third_party/openh264/codec/encoder/core/inc/ |
D | wels_const.h | 143 BLOCK_8x8 = 3, enumerator
|
/third_party/openh264/test/encoder/ |
D | EncUT_MotionEstimate.cpp | 524 sMe.uiBlockSize = BLOCK_8x8; in TEST_F() 534 m_pScreenBlockFeatureStorage->uiSadCostThreshold[BLOCK_8x8] = UINT_MAX;//to avoid early skip in TEST_F()
|