Searched refs:sLastDecPicInfo (Results 1 – 3 of 3) sorted by relevance
392 void WelsDecoderLastDecPicInfoDefaults (SWelsLastDecPicInfo& sLastDecPicInfo) { in WelsDecoderLastDecPicInfoDefaults() argument393 sLastDecPicInfo.iPrevPicOrderCntMsb = 0; in WelsDecoderLastDecPicInfoDefaults()394 sLastDecPicInfo.iPrevPicOrderCntLsb = 0; in WelsDecoderLastDecPicInfoDefaults()395 sLastDecPicInfo.pPreviousDecodedPictureInDpb = NULL; in WelsDecoderLastDecPicInfoDefaults()396 sLastDecPicInfo.iPrevFrameNum = -1; in WelsDecoderLastDecPicInfoDefaults()397 sLastDecPicInfo.bLastHasMmco5 = false; in WelsDecoderLastDecPicInfoDefaults()398 sLastDecPicInfo.uiDecodingTimeStamp = 0; in WelsDecoderLastDecPicInfoDefaults()
65 void WelsDecoderLastDecPicInfoDefaults (SWelsLastDecPicInfo& sLastDecPicInfo);
24 SWelsLastDecPicInfo sLastDecPicInfo; member94 pECCtx->pCtx->pLastDecPicInfo = &pECCtx->sLastDecPicInfo; in InitAndAllocInputData()