Searched refs:pPreviousDecodedPictureInDpb (Results 1 – 7 of 7) sorted by relevance
128 PPicture pSrcPic = pECCtx->pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb; in DoAncErrorConSliceCopy()248 pECCtx->pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb = iRef ? &pECCtx->sSrcPic : NULL; in TEST()283 pECCtx->pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb = iRef ? &pECCtx->sSrcPic : NULL; in TEST()
174 && (NULL != pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb); in WelsCheckAndRecoverForFutureDecoding()176 … && (pRef->iWidthInPixel == pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb->iWidthInPixel) in WelsCheckAndRecoverForFutureDecoding()177 … && (pRef->iHeightInPixel == pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb->iHeightInPixel); in WelsCheckAndRecoverForFutureDecoding()183 } else if (pRef == pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb) { in WelsCheckAndRecoverForFutureDecoding()186 memcpy (pRef->pData[0], pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb->pData[0], in WelsCheckAndRecoverForFutureDecoding()188 memcpy (pRef->pData[1], pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb->pData[1], in WelsCheckAndRecoverForFutureDecoding()190 memcpy (pRef->pData[2], pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb->pData[2], in WelsCheckAndRecoverForFutureDecoding()
93 PPicture pSrcPic = pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb; in DoErrorConFrameCopy()119 PPicture pSrcPic = pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb; in DoErrorConSliceCopy()382 PPicture pSrcPic = pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb; in DoErrorConSliceMVCopy()
198 if (pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb == pPicOldBuf->ppPic[iPrevPicIdx]) { in DecreasePicBuff()349 pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb = NULL; in WelsDecoderDefaults()395 sLastDecPicInfo.pPreviousDecodedPictureInDpb = NULL; in WelsDecoderLastDecPicInfoDefaults()522 pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb = NULL; in WelsRequestMem()
2826 …pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb = pCtx->pDec; //store latest decoded picture f… in DecodeCurrentAccessUnit()2920 … pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb = pCtx->pDec; //save ECed pic for future use in CheckAndFinishLastPic()
996 if (m_sReoderingStatus.iNumOfPicts && pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb in BufferingReadyPicture()997 && pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb->bNewSeqBegin) { in BufferingReadyPicture()1031 … m_sPictInfoList[i].iPicBuffIdx = pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb->iPicBuffIdx; in BufferingReadyPicture()1032 … if (GetThreadCount (pCtx) <= 1) ++pCtx->pLastDecPicInfo->pPreviousDecodedPictureInDpb->iRefCount; in BufferingReadyPicture()
277 …PPicture pPreviousDecodedPictureInDpb; //pointer to previously decoded picture in DPB for… member