Searched refs:iShortFrameNum (Results 1 – 5 of 5) sorted by relevance
/third_party/openh264/codec/decoder/core/inc/ |
D | slice.h | 78 int32_t iShortFrameNum; member 94 int32_t iShortFrameNum; member
|
/third_party/openh264/codec/decoder/core/src/ |
D | manage_dec_ref.cpp | 56 …int32_t iShortFrameNum, uint32_t uiLongTermPicNum, int32_t iLongTermFrameIdx, int32_t iMaxLongTerm… 665 int32_t iShortFrameNum = (pCtx->iFrameNum - pRefPicMarking->sMmcoRef[i].iDiffOfPicNum) & (( in MMCO() local 673 …iRet = MMCOProcess (pCtx, pRefPic, uiMmcoType, iShortFrameNum, uiLongTermPicNum, iLongTermFrameIdx, in MMCO() 686 …int32_t iShortFrameNum, uint32_t uiLongTermPicNum, int32_t iLongTermFrameIdx, int32_t iMaxLongTerm… in MMCOProcess() argument 693 pPic = WelsDelShortFromListSetUnref (pRefPic, iShortFrameNum); in MMCOProcess() 708 pPic = WelsDelShortFromList (pRefPic, iShortFrameNum); in MMCOProcess() 716 pCtx->iFrameNumOfAuMarkedLtr = iShortFrameNum; in MMCOProcess() 721 MarkAsLongTerm (pRefPic, iShortFrameNum, iLongTermFrameIdx, uiLongTermPicNum); in MMCOProcess()
|
D | decoder_core.cpp | 528 …kpRefMarking->sMmcoRef[iIdx].iShortFrameNum = (pSh->iFrameNum - kpRefMarking->sMmcoRef[iIdx].iDiff… in ParseDecRefPicMarking() 1431 pRefBasePicMarking->mmco_base[iIdx].iShortFrameNum = (pShExtD->sSliceHeader.iFrameNum - in PrefetchNalHeaderExtSyntax()
|
D | au_parser.cpp | 677 pRefBasePicMarking->mmco_base[iIdx].iShortFrameNum = 0; in ParseRefBasePicMarking()
|
/third_party/openh264/codec/encoder/core/inc/ |
D | slice.h | 69 int32_t iShortFrameNum; member
|