Home
last modified time | relevance | path

Searched refs:LONG_TERM_REF_NUM (Results 1 – 7 of 7) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dwels_const.h116 #define LONG_TERM_REF_NUM 2 macro
127 #define MAX_REFERENCE_PICTURE_COUNT_NUM_CAMERA (MAX_SHORT_REF_COUNT+LONG_TERM_REF_NUM) // …
/third_party/openh264/test/api/
Dencode_decode_api_test.h37 #define LONG_TERM_REF_NUM (2) macro
Dencode_options_test.cpp165 … = (SCREEN_CONTENT_REAL_TIME == param_.iUsageType) ? LONG_TERM_REF_NUM_SCREEN : LONG_TERM_REF_NUM; in ValidateParamExtCombination()
/third_party/openh264/codec/encoder/core/src/
Dref_list_mgr_svc.cpp161 for (i = 0; i < LONG_TERM_REF_NUM; i++) { in DeleteInvalidLTR()
224 pLtr->iCurLtrIdx = (pLtr->iCurLtrIdx + 1) % LONG_TERM_REF_NUM; in HandleLTRMarkFeedback()
225 …pLtr->iLTRMarkMode = (pLtr->iLTRMarkSuccessNum >= (LONG_TERM_REF_NUM)) ? (LTR_DELAY_MARK) : (LTR_D… in HandleLTRMarkFeedback()
420 pLtr->iCurLtrIdx = (pLtr->iCurLtrIdx + 1) % LONG_TERM_REF_NUM; in WelsUpdateRefList()
476 pRefPicMark->SMmcoRef[pRefPicMark->uiMmcoCount].iMaxLongTermFrameIdx = LONG_TERM_REF_NUM - 1; in WelsMarkMMCORefInfo()
Dau_set.cpp90 …32_t iCurrentSupportedLtrNum = (pParam->iUsageType == CAMERA_VIDEO_REAL_TIME) ? LONG_TERM_REF_NUM : in WelsCheckNumRefSetting()
Dencoder_ext.cpp4473 … sConfig.iLTRRefNum = LONG_TERM_REF_NUM;//WELS_CLIP3 (sConfig.iLTRRefNum, 1, LONG_TERM_REF_NUM); in WelsEncoderApplyLTR()
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp313 pCfg->iLTRRefNum = pCfg->bEnableLongTermReference ? LONG_TERM_REF_NUM : 0; in InitializeInternal()