Searched refs:pCurPic (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/codec/decoder/core/src/ |
D | rec_mb.cpp | 48 PPicture pCurPic = pCtx->pDec; in WelsFillRecNeededMbInfo() local 49 int32_t iLumaStride = pCurPic->iLinesize[0]; in WelsFillRecNeededMbInfo() 50 int32_t iChromaStride = pCurPic->iLinesize[1]; in WelsFillRecNeededMbInfo() 58 pCurDqLayer->pPred[0] = pCurPic->pData[0] + ((iMbY * iLumaStride + iMbX) << 4); in WelsFillRecNeededMbInfo() 59 pCurDqLayer->pPred[1] = pCurPic->pData[1] + ((iMbY * iChromaStride + iMbX) << 3); in WelsFillRecNeededMbInfo() 60 pCurDqLayer->pPred[2] = pCurPic->pData[2] + ((iMbY * iChromaStride + iMbX) << 3); in WelsFillRecNeededMbInfo()
|
/third_party/openh264/codec/encoder/core/src/ |
D | wels_preprocess.cpp | 277 SPicture* pCurPic = m_pSpatialPic[kiDidx][iCurTemporalIdx]; in AnalyzeSpatialPic() local 284 VaaCalculation (pCtx->pVaa, pCurPic, pRefPic, false, bCalculateVar, bCalculateBGD); in AnalyzeSpatialPic() 287 …BackgroundDetection (pCtx->pVaa, pCurPic, pRefPic, bCalculateBGD && pRefPic->iPictureType != I_SLI… in AnalyzeSpatialPic() 290 AdaptiveQuantCalculation (pCtx->pVaa, pCurPic, pRefPic); in AnalyzeSpatialPic() 297 VaaCalculation (pCtx->pVaa, pCurPic, pRefPic, bCalculateSQDiff, bCalculateVar, bCalculateBGD); in AnalyzeSpatialPic() 300 …BackgroundDetection (pCtx->pVaa, pCurPic, pRefPic, bCalculateBGD && pRefPic->iPictureType != I_SLI… in AnalyzeSpatialPic()
|