Searched refs:pMad8x8 (Results 1 – 9 of 9) sorted by relevance
/third_party/openh264/codec/processing/src/vaacalc/ |
D | vaacalcfuncs.cpp | 341 uint8_t* pMad8x8) in VAACalcSadSsdBgd_c() argument 390 pMad8x8[ (mb_index << 2) + 0] = l_mad; in VAACalcSadSsdBgd_c() 419 pMad8x8[ (mb_index << 2) + 1] = l_mad; in VAACalcSadSsdBgd_c() 447 pMad8x8[ (mb_index << 2) + 2] = l_mad; in VAACalcSadSsdBgd_c() 475 pMad8x8[ (mb_index << 2) + 3] = l_mad; in VAACalcSadSsdBgd_c() 488 int32_t* pFrameSad, int32_t* pSad8x8, int32_t* pSd8x8, uint8_t* pMad8x8) { in VAACalcSadBgd_c() argument 524 pMad8x8[ (mb_index << 2) + 0] = l_mad; in VAACalcSadBgd_c() 545 pMad8x8[ (mb_index << 2) + 1] = l_mad; in VAACalcSadBgd_c() 566 pMad8x8[ (mb_index << 2) + 2] = l_mad; in VAACalcSadBgd_c() 587 pMad8x8[ (mb_index << 2) + 3] = l_mad; in VAACalcSadBgd_c()
|
D | vaacalculation.h | 55 … int32_t* pFrameSad, int32_t* pSad8x8, int32_t* pSd8x8, uint8_t* pMad8x8); 61 int32_t* pSsd16x16, int32_t* pSd8x8, uint8_t* pMad8x8);
|
D | vaacalculation.cpp | 133 (int32_t*)pResult->pSumOfDiff8x8, (uint8_t*)pResult->pMad8x8); in Process() 136 … (int32_t*) (pResult->pSad8x8), (int32_t*) (pResult->pSumOfDiff8x8), (uint8_t*)pResult->pMad8x8); in Process()
|
/third_party/openh264/codec/processing/src/backgrounddetection/ |
D | BackgroundDetection.cpp | 121 uint8_t (*pMad8x8)[4]; in GetOUParameters() local 126 pMad8x8 = sVaaCalcInfo->pMad8x8; in GetOUParameters() 139 iSubMAD[0] = pMad8x8[iMbIndex][0]; in GetOUParameters() 140 iSubMAD[1] = pMad8x8[iMbIndex][1]; in GetOUParameters() 141 iSubMAD[2] = pMad8x8[iMbIndex][2]; in GetOUParameters() 142 iSubMAD[3] = pMad8x8[iMbIndex][3]; in GetOUParameters()
|
/third_party/openh264/codec/processing/src/loongarch/ |
D | vaa_lsx.c | 49 uint8_t* pMad8x8) { in VAACalcSadBgd_lsx() argument 111 pMad8x8[tmp_mb_index] = l_mad; in VAACalcSadBgd_lsx() 149 pMad8x8[tmp_mb_index1] = l_mad; in VAACalcSadBgd_lsx() 187 pMad8x8[tmp_mb_index2] = l_mad; in VAACalcSadBgd_lsx() 225 pMad8x8[tmp_mb_index3] = l_mad; in VAACalcSadBgd_lsx()
|
/third_party/openh264/test/processing/ |
D | ProcessUT_VaaCalc.cpp | 314 uint8_t* pMad8x8) { in VAACalcSadSsdBgd_ref() argument 361 pMad8x8[ (mb_index << 2) + 0] = l_mad; in VAACalcSadSsdBgd_ref() 390 pMad8x8[ (mb_index << 2) + 1] = l_mad; in VAACalcSadSsdBgd_ref() 418 pMad8x8[ (mb_index << 2) + 2] = l_mad; in VAACalcSadSsdBgd_ref() 446 pMad8x8[ (mb_index << 2) + 3] = l_mad; in VAACalcSadSsdBgd_ref() 459 int32_t* pFrameSad, int32_t* pSad8x8, int32_t* pSd8x8, uint8_t* pMad8x8) { in VAACalcSadBgd_ref() argument 495 pMad8x8[ (mb_index << 2) + 0] = l_mad; in VAACalcSadBgd_ref() 516 pMad8x8[ (mb_index << 2) + 1] = l_mad; in VAACalcSadBgd_ref() 537 pMad8x8[ (mb_index << 2) + 2] = l_mad; in VAACalcSadBgd_ref() 558 pMad8x8[ (mb_index << 2) + 3] = l_mad; in VAACalcSadBgd_ref()
|
/third_party/openh264/codec/processing/interface/ |
D | IWelsVP.h | 179 unsigned char (*pMad8x8)[4]; member
|
/third_party/openh264/codec/processing/src/x86/ |
D | vaa.asm | 1275 pxor xmm4, xmm4 ; pMad8x8 1313 pxor xmm4, xmm4 ; pMad8x8 1456 pxor xmm5, xmm5 ; pMad8x8 1516 pxor xmm5, xmm5 ; pMad8x8 1688 pxor xmm4, xmm4 ; pMad8x8 1719 pxor xmm4, xmm4 ; pMad8x8 1861 pxor xmm5, xmm5 ; pMad8x8 1915 pxor xmm5, xmm5 ; pMad8x8
|
/third_party/openh264/codec/encoder/core/src/ |
D | encoder_ext.cpp | 1743 (*ppCtx)->pVaa->sVaaCalcInfo.pMad8x8 = static_cast<uint8_t (*)[4]> in RequestMemorySvc() 1745 WELS_VERIFY_RETURN_IF (1, (NULL == (*ppCtx)->pVaa->sVaaCalcInfo.pMad8x8)) in RequestMemorySvc() 1964 pMa->WelsFree (pCtx->pVaa->sVaaCalcInfo.pMad8x8, "pVaa->sVaaCalcInfo.pMad8x8"); in FreeMemorySvc() 1965 pCtx->pVaa->sVaaCalcInfo.pMad8x8 = NULL; in FreeMemorySvc()
|