Searched refs:bEnableBackgroundDetection (Results 1 – 11 of 11) sorted by relevance
167 param.bEnableBackgroundDetection = true; // background detection control in FillDefault()333 bEnableBackgroundDetection = pCodingParam.bEnableBackgroundDetection ? true : false; in ParamTranscode()
205 WelsInitBGDFunc (pFuncList, pParam->bEnableBackgroundDetection); in InitFunctionPointers()223 InitFillNeighborCacheInterFunc (pFuncList, pParam->bEnableBackgroundDetection); in InitFunctionPointers()
286 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()
268 bool bCalculateBGD = (pCtx->eSliceType == P_SLICE && pSvcParam->bEnableBackgroundDetection); in AnalyzeSpatialPic()286 if (pSvcParam->bEnableBackgroundDetection) { in AnalyzeSpatialPic()299 if (pSvcParam->bEnableBackgroundDetection) { in AnalyzeSpatialPic()
587 …bool bEnableBackgroundDetection; ///< background detection control //VAA_BACKGROUND_DETECTION … member
338 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()
181 param.bEnableBackgroundDetection = 1; in svc_encode_init()
648 param_.bEnableBackgroundDetection = true; in TEST_F()1150 param_.bEnableBackgroundDetection = true; in TEST_F()
94 param_.bEnableBackgroundDetection = (rand() % 2 == 0) ? false : true; in RandomParamExtCombination()
793 enc_params.bEnableBackgroundDetection = openh264enc->background_detection; in gst_openh264enc_set_format()
521 pParam->bEnableBackgroundDetection, in TraceParamInfo()