Searched refs:uiLog2MaxFrameNum (Results 1 – 10 of 10) sorted by relevance
/third_party/openh264/codec/encoder/core/inc/ |
D | parameter_sets.h | 47 uint32_t uiLog2MaxFrameNum; member
|
/third_party/openh264/codec/encoder/core/src/ |
D | au_set.cpp | 297 BsWriteUE (pLocalBitStringAux, pSps->uiLog2MaxFrameNum - 4); // log2_max_frame_num_minus4 in WelsWriteSpsSyntax() 495 pSps->uiLog2MaxFrameNum = 15;//16; in WelsInitSps() 496 pSps->iLog2MaxPocLsb = 1 + pSps->uiLog2MaxFrameNum; in WelsInitSps()
|
D | ref_list_mgr_svc.cpp | 156 int32_t iMaxFrameNumPlus1 = (1 << pCtx->pSps->uiLog2MaxFrameNum); in DeleteInvalidLTR() 257 int32_t iMaxFrameNumPlus1 = (1 << pCtx->pSps->uiLog2MaxFrameNum); in LTRMarkProcess() 438 int32_t iMaxFrameNumPlus1 = (1 << pCtx->pSps->uiLog2MaxFrameNum); in CheckCurMarkFrameNumUsed() 531 int32_t iMaxFrameNumPlus1 = (1 << pCtx->pSps->uiLog2MaxFrameNum); in FilterLTRRecoveryRequest() 719 iAbsDiffPicNumMinus1 += (1 << (pCtx->pSps->uiLog2MaxFrameNum)); in WelsUpdateRefSyntax() 960 int32_t iMaxFrameNum = (1 << pCtx->pSps->uiLog2MaxFrameNum); in WelsMarkPicScreen()
|
D | encoder.cpp | 241 if (pParamInternal->iFrameNum < (1 << pEncCtx->pSps->uiLog2MaxFrameNum) - 1) in UpdateFrameNum() 263 pParamInternal->iFrameNum = (1 << pEncCtx->pSps->uiLog2MaxFrameNum) - 1; in LoadBackFrameNum()
|
D | paraset_strategy.cpp | 113 if ((pSps1->uiLog2MaxFrameNum != pSps2->uiLog2MaxFrameNum) in CheckMatchedSps()
|
D | svc_encode_slice.cpp | 287 BsWriteBits (pBs, pSps->uiLog2MaxFrameNum, pSliceHeader->iFrameNum); in WelsSliceHeaderWrite() 356 BsWriteBits (pBs, pSps->uiLog2MaxFrameNum, pSliceHeader->iFrameNum); in WelsSliceHeaderExtWrite()
|
/third_party/openh264/codec/decoder/core/inc/ |
D | parameter_sets.h | 83 uint32_t uiLog2MaxFrameNum; member
|
/third_party/openh264/codec/decoder/core/src/ |
D | manage_dec_ref.cpp | 213 int32_t iMaxPicNum = 1 << pSliceHeader->pSps->uiLog2MaxFrameNum; in WrapShortRefPicNum() 403 int32_t iMaxPicNum = 1 << pSliceHeader->pSps->uiLog2MaxFrameNum; in WelsReorderRefList() 497 const int32_t iMaxPicNum = 1 << pSliceHeader->pSps->uiLog2MaxFrameNum; in WelsReorderRefList2() 666 1 << pSps->uiLog2MaxFrameNum) - 1); in MMCO()
|
D | decoder_core.cpp | 482 …WELS_CHECK_SE_UPPER_ERROR_NOLOG (uiCode, (uint32_t) (1 << pSps->uiLog2MaxFrameNum), "abs_diff_pic_… in ParseRefPicListReordering() 529 1 << pSps->uiLog2MaxFrameNum) - 1); in ParseDecRefPicMarking() 547 if (iMaxLongTermFrameIdx > int32_t (pSps->uiLog2MaxFrameNum)) { in ParseDecRefPicMarking() 1028 if (pSps->uiLog2MaxFrameNum == 0) { in ParseSliceHeaderSyntaxs() 1035 WELS_READ_VERIFY (BsGetBits (pBs, pSps->uiLog2MaxFrameNum, &uiCode)); //frame_num in ParseSliceHeaderSyntaxs() 1432 … pRefBasePicMarking->mmco_base[iIdx].uiDiffOfPicNums) & ((1 << pSps->uiLog2MaxFrameNum) - 1); in PrefetchNalHeaderExtSyntax() 2679 … pSh->iFrameNum != ((iPrevFrameNum + 1) & ((1 << dq_cur->sLayerInfo.pSps->uiLog2MaxFrameNum) - in DecodeCurrentAccessUnit()
|
D | au_parser.cpp | 1020 pSps->uiLog2MaxFrameNum = LOG2_MAX_FRAME_NUM_OFFSET + uiCode; in ParseSps() 1204 BsWriteUE (&sSubsetSpsBs, pSps->uiLog2MaxFrameNum - 4); //log2_max_frame_num_minus4 in ParseSps()
|