Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dpicture_handle.cpp101 … pPic->pRefMbQp = (uint8_t*)pMa->WelsMallocz (kuiCountMbNum * sizeof (uint8_t), "pPic->pRefMbQp"); in AllocPicture()
102 WELS_VERIFY_RETURN_PROC_IF (NULL, NULL == pPic->pRefMbQp, FreePicture (pMa, &pPic)); in AllocPicture()
158 if (pPic->pRefMbQp) { in FreePicture()
159 pMa->WelsFree (pPic->pRefMbQp, "pPic->pRefMbQp"); in FreePicture()
160 pPic->pRefMbQp = NULL; in FreePicture()
Dsvc_mode_decision.cpp220 const int32_t kiRefMbQp = pCurDqLayer->pRefPic->pRefMbQp[pCurMb->iMbXY]; in WelsMdInterJudgeBGDPskip()
269 uint8_t* pTargetRefMbQpList = (pCurLayer->pDecPic->pRefMbQp); in WelsMdUpdateBGDInfo()
275 uint8_t* pRefPicRefMbQpList = (pCurLayer->pRefPic->pRefMbQp); in WelsMdUpdateBGDInfo()
473 const int32_t kiRefMbQp = pCurDqLayer->pRefPic->pRefMbQp[pCurMb->iMbXY]; in MdInterSCDPskipProcess()
/third_party/openh264/codec/encoder/core/inc/
Dpicture.h82 uint8_t* pRefMbQp; // for iMbWidth*iMbHeight member