Home
last modified time | relevance | path

Searched refs:bEnableDenoise (Results 1 – 12 of 12) sorted by relevance

/third_party/openh264/test/api/
DBaseEncoderTest.cpp11 …l bBaseParamFlag = (SM_SINGLE_SLICE == eSliceMode && !pEncParamExt->bEnableDenoise in InitWithParam()
33 param.bEnableDenoise = pEncParamExt->bEnableDenoise; in InitWithParam()
Dencoder_test.cpp53 pEnxParamExt->bEnableDenoise = pEncFileParam->bDenoise; in EncFileParamToParamExt()
Ddecode_encode_test.cpp104 pEnxParamExt->bEnableDenoise = false; in DecEncFileParamToParamExt()
Dencode_options_test.cpp93 param_.bEnableDenoise = (rand() % 2 == 0) ? false : true; in RandomParamExtCombination()
/third_party/openh264/codec/encoder/core/inc/
Dparam_svc.h165 param.bEnableDenoise = false; // denoise control in FillDefault()
327bEnableDenoise = pCodingParam.bEnableDenoise ? true : false; // Denoise Control // only suppor… in ParamTranscode()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h586 bool bEnableDenoise; ///< denoise control member
/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp334 pSvcParam.bEnableDenoise = atoi (strTag[1].c_str()) ? true : false; in ParseConfig()
520 pSvcParam.bEnableDenoise = atoi (argv[n++]) ? true : false; in ParseCommandLine()
686 sParam.bEnableDenoise = 0; // denoise control in FillSpecificParameters()
/third_party/ffmpeg/libavcodec/
Dlibopenh264enc.c180 param.bEnableDenoise = 0; in svc_encode_init()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.cpp790 enc_params.bEnableDenoise = openh264enc->enable_denoise; in gst_openh264enc_set_format()
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp520 pParam->bEnableDenoise, in TraceParamInfo()
/third_party/openh264/codec/encoder/core/src/
Dwels_preprocess.cpp385 if (pSvcParam->bEnableDenoise) in SingleLayerPreprocess()
Dencoder_ext.cpp4389 pOldParam->bEnableDenoise = pNewParam->bEnableDenoise; in WelsEncoderParamAdjust()