Home
last modified time | relevance | path

Searched refs:bEnableLongTermReference (Results 1 – 20 of 20) sorted by relevance

/third_party/openh264/test/api/
DBaseEncoderTest.cpp13 …&& !pEncParamExt->bEnableLongTermReference && !pEncParamExt->iEntropyCodingModeFlag) ? true : fals… in InitWithParam()
36 param.bEnableLongTermReference = pEncParamExt->bEnableLongTermReference; in InitWithParam()
Dltr_test.cpp31 sLtrConfigVal.bEnableLongTermReference = 1; in TEST_P()
80 sLtrConfigVal.bEnableLongTermReference = 1; in TEST_P()
129 sLtrConfigVal.bEnableLongTermReference = 1; in TEST_P()
Ddecoder_ec_test.cpp21 param_.bEnableLongTermReference = true; in TEST_P()
47 sLtrConfigVal.bEnableLongTermReference = 1; in TEST_P()
103 sLtrConfigVal.bEnableLongTermReference = 1; in TEST_P()
689 sLtrConfigVal.bEnableLongTermReference = 1; in TEST_F()
756 sLtrConfigVal.bEnableLongTermReference = 1; in TEST_F()
Dencoder_test.cpp55 pEnxParamExt->bEnableLongTermReference = pEncFileParam->bEnableLtr; in EncFileParamToParamExt()
Ddecode_encode_test.cpp106 pEnxParamExt->bEnableLongTermReference = false; in DecEncFileParamToParamExt()
Ddecode_api_test.cpp158 sLtrConfigVal.bEnableLongTermReference = 1; in TEST_P()
250 sLtrConfigVal.bEnableLongTermReference = 1; in TEST_P()
323 sLtrConfigVal.bEnableLongTermReference = 1; in TEST_P()
379 sLtrConfigVal.bEnableLongTermReference = 1; in TEST_P()
445 sLtrConfigVal.bEnableLongTermReference = 1; in TEST_P()
509 sLtrConfigVal.bEnableLongTermReference = 1; in TEST_P()
Dencode_options_test.cpp83 param_.bEnableLongTermReference = (rand() % 2 == 0) ? false : true; in RandomParamExtCombination()
164 if (true == param_.bEnableLongTermReference) { in ValidateParamExtCombination()
2189 sParam.bEnableLongTermReference = 1; in TEST_F()
/third_party/openh264/codec/encoder/core/src/
Dref_list_mgr_svc.cpp396 if (pCtx->pSvcParam->bEnableLongTermReference) { in WelsUpdateRefList()
417 if (pCtx->pSvcParam->bEnableLongTermReference) { in WelsUpdateRefList()
474 if (pCtx->pSvcParam->bEnableLongTermReference && pLtr->bLTRMarkingFlag) { in WelsMarkMMCORefInfo()
498 …if (pCtx->pSvcParam->bEnableLongTermReference && pLtr->bLTRMarkEnable && pCtx->uiTemporalId == 0) { in WelsMarkPic()
519 if (!pCtx->pSvcParam->bEnableLongTermReference) { in FilterLTRRecoveryRequest()
570 if (pCtx->pSvcParam->bEnableLongTermReference) { in FilterLTRMarkingFeedback()
610 …if (pCtx->pSvcParam->bEnableLongTermReference && pLtr->bReceivedT0LostFlag && pCtx->uiTemporalId =… in WelsBuildRefList()
679 if ((!pCtx->pRefList0[0]->bIsLongRef) || (!pCtx->pSvcParam->bEnableLongTermReference)) { in WelsUpdateSliceHeaderSyntax()
696 pRefPicMark->bLongTermRefFlag = pCtx->pSvcParam->bEnableLongTermReference; in WelsUpdateSliceHeaderSyntax()
699 pRefPicMark->bAdaptiveRefPicMarkingModeFlag = pCtx->pSvcParam->bEnableLongTermReference; in WelsUpdateSliceHeaderSyntax()
[all …]
Dau_set.cpp92 if ((pParam->bEnableLongTermReference) && (iCurrentSupportedLtrNum != pParam->iLTRRefNum)) { in WelsCheckNumRefSetting()
96 } else if (!pParam->bEnableLongTermReference) { in WelsCheckNumRefSetting()
103 …rrentStrNum = ((pParam->iUsageType == SCREEN_CONTENT_REAL_TIME && pParam->bEnableLongTermReference) in WelsCheckNumRefSetting()
Dencoder.cpp346 …Vaa->bIdrPeriodFlag || pParamInternal->bEncCurFrmAsIdrFlag || (!pSvcParam->bEnableLongTermReference in DecideFrameType()
349 } else if (pSvcParam->bEnableLongTermReference && (bSceneChangeFlag in DecideFrameType()
Dencoder_ext.cpp416 && pCodingParam->bEnableLongTermReference)) { in ParamValidationExt()
419 pCodingParam->bEnableLongTermReference = false; in ParamValidationExt()
1656 pParam->bEnableLongTermReference); in RequestMemorySvc()
2739 …SPicture* pRef = (pCtx->pSvcParam->bEnableLongTermReference ? pCurLayer->pRefOri[0] : pCurLayer->p… in PreprocessSliceCoding()
4069 if (pSvcParam->bEnableLongTermReference && ((pCtx->pLtr[pCtx->uiDependencyId].bLTRMarkingFlag in WelsEncoderEncodeExt()
4198 (pOldParam->bEnableLongTermReference != pNewParam->bEnableLongTermReference) || in WelsEncoderParamAdjust()
4220 pOldParam->bEnableLongTermReference, pNewParam->bEnableLongTermReference, in WelsEncoderParamAdjust()
4398 pOldParam->bEnableLongTermReference = pNewParam->bEnableLongTermReference; in WelsEncoderParamAdjust()
4460 sConfig.bEnableLongTermReference = pLTRValue->bEnableLongTermReference; in WelsEncoderApplyLTR()
4464 if (sConfig.bEnableLongTermReference) { in WelsEncoderApplyLTR()
[all …]
Dwels_preprocess.cpp808 if (pCtx->pSvcParam->bEnableLongTermReference && pLtr->bReceivedT0LostFlag && uiTid == 0) { in SetRefMbType()
1138 if (pSvcParam->bEnableLongTermReference) { in DetectSceneChange()
/third_party/openh264/codec/encoder/core/inc/
Dparam_svc.h170 param.bEnableLongTermReference = false; // long term reference control in FillDefault()
342 bEnableLongTermReference = pCodingParam.bEnableLongTermReference ? true : false; in ParamTranscode()
345 if (iUsageType == SCREEN_CONTENT_REAL_TIME && !bIsLosslessLink && bEnableLongTermReference) { in ParamTranscode()
346 bEnableLongTermReference = false; in ParamTranscode()
375 iLTRRefNum = (pCodingParam.bEnableLongTermReference ? pCodingParam.iLTRRefNum : 0); in ParamTranscode()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h261 bool bEnableLongTermReference; ///< 1: on, 0: off member
573 bool bEnableLongTermReference; ///< 1: on, 0: off member
/third_party/openh264/test/encoder/
DEncUT_InterfaceTest.cpp88 config.bEnableLongTermReference = true; in TEST_F()
DEncUT_EncoderExt.cpp961 sEncParamExt.bEnableLongTermReference = 0; in TEST_F()
1026 sEncParamExt.bEnableLongTermReference = 0; in TEST_F()
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp303 if (pCfg->bEnableLongTermReference) { in InitializeInternal()
313 pCfg->iLTRRefNum = pCfg->bEnableLongTermReference ? LONG_TERM_REF_NUM : 0; in InitializeInternal()
525 pParam->bEnableLongTermReference, in TraceParamInfo()
1006 …pLTRValue->bEnableLongTermReference, pLTRValue->iLTRRefNum, m_pEncContext->pSvcParam->bEnableLongT… in SetOption()
/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp344 pSvcParam.bEnableLongTermReference = atoi (strTag[1].c_str()) ? true : false; in ParseConfig()
535 pSvcParam.bEnableLongTermReference = atoi (argv[n++]) ? true : false; in ParseCommandLine()
690 sParam.bEnableLongTermReference = 0; // long term reference control in FillSpecificParameters()
/third_party/ffmpeg/libavcodec/
Dlibopenh264enc.c184 param.bEnableLongTermReference = 0; in svc_encode_init()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.cpp797 enc_params.bEnableLongTermReference = 0; in gst_openh264enc_set_format()