Home
last modified time | relevance | path

Searched refs:bEnableBackgroundDetection (Results 1 – 11 of 11) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dparam_svc.h167 param.bEnableBackgroundDetection = true; // background detection control in FillDefault()
333 bEnableBackgroundDetection = pCodingParam.bEnableBackgroundDetection ? true : false; in ParamTranscode()
/third_party/openh264/codec/encoder/core/src/
Dencoder.cpp205 WelsInitBGDFunc (pFuncList, pParam->bEnableBackgroundDetection); in InitFunctionPointers()
223 InitFillNeighborCacheInterFunc (pFuncList, pParam->bEnableBackgroundDetection); in InitFunctionPointers()
Dencoder_ext.cpp286 if (pCfg->bEnableBackgroundDetection) { in ParamValidation()
289 pCfg->bEnableBackgroundDetection); in ParamValidation()
290 pCfg->bEnableBackgroundDetection = false; in ParamValidation()
1739 if ((*ppCtx)->pSvcParam->bEnableBackgroundDetection) { //BGD control in RequestMemorySvc()
1961 if (pCtx->pSvcParam->bEnableBackgroundDetection) { //BGD control in FreeMemorySvc()
3653 … iCurDid, (pCtx->eSliceType == P_SLICE) && pSvcParam->bEnableBackgroundDetection); in WelsEncoderEncodeExt()
4201 (pOldParam->bEnableBackgroundDetection != pNewParam->bEnableBackgroundDetection) || in WelsEncoderParamAdjust()
4223 pOldParam->bEnableBackgroundDetection, pNewParam->bEnableBackgroundDetection, in WelsEncoderParamAdjust()
4392 pOldParam->bEnableBackgroundDetection = pNewParam->bEnableBackgroundDetection; in WelsEncoderParamAdjust()
Dwels_preprocess.cpp268 bool bCalculateBGD = (pCtx->eSliceType == P_SLICE && pSvcParam->bEnableBackgroundDetection); in AnalyzeSpatialPic()
286 if (pSvcParam->bEnableBackgroundDetection) { in AnalyzeSpatialPic()
299 if (pSvcParam->bEnableBackgroundDetection) { in AnalyzeSpatialPic()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h587 …bool bEnableBackgroundDetection; ///< background detection control //VAA_BACKGROUND_DETECTION … member
/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp338 pSvcParam.bEnableBackgroundDetection = atoi (strTag[1].c_str()) ? true : false; in ParseConfig()
526 pSvcParam.bEnableBackgroundDetection = atoi (argv[n++]) ? true : false; in ParseCommandLine()
687 sParam.bEnableBackgroundDetection = 1; // background detection control in FillSpecificParameters()
/third_party/ffmpeg/libavcodec/
Dlibopenh264enc.c181 param.bEnableBackgroundDetection = 1; in svc_encode_init()
/third_party/openh264/test/api/
Ddecode_api_test.cpp648 param_.bEnableBackgroundDetection = true; in TEST_F()
1150 param_.bEnableBackgroundDetection = true; in TEST_F()
Dencode_options_test.cpp94 param_.bEnableBackgroundDetection = (rand() % 2 == 0) ? false : true; in RandomParamExtCombination()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.cpp793 enc_params.bEnableBackgroundDetection = openh264enc->background_detection; in gst_openh264enc_set_format()
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp521 pParam->bEnableBackgroundDetection, in TraceParamInfo()