Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dsvc_enc_frame.h102 uint8_t iLoopFilterDisableIdc; // 0: on, 1: off, 2: on except for slice boundaries member
Dparam_svc.h157 param.iLoopFilterDisableIdc = 0; // 0: on, 1: off, 2: on except for slice boundaries in FillDefault()
308iLoopFilterDisableIdc = pCodingParam.iLoopFilterDisableIdc; // 0: on, 1: off, 2: on exc… in ParamTranscode()
/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp288 pSvcParam.iLoopFilterDisableIdc = (int8_t)atoi (strTag[1].c_str()); in ParseConfig()
289 if (pSvcParam.iLoopFilterDisableIdc > 6 || pSvcParam.iLoopFilterDisableIdc < 0) { in ParseConfig()
290 …ntf (stderr, "Invalid parameter in iLoopFilterDisableIdc: %d.\n", pSvcParam.iLoopFilterDisableIdc); in ParseConfig()
555 pSvcParam.iLoopFilterDisableIdc = atoi (argv[n++]); in ParseCommandLine()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp316 …if (!CheckInRangeCloseOpen (pCfg->iLoopFilterDisableIdc, DEBLOCKING_IDC_0, DEBLOCKING_IDC_2 + 1) || in ParamValidation()
321 … pCfg->iLoopFilterDisableIdc, pCfg->iLoopFilterAlphaC0Offset, pCfg->iLoopFilterBetaOffset); in ParamValidation()
1103 pDqLayer->iLoopFilterDisableIdc = pParam->iLoopFilterDisableIdc; in InitDqLayers()
1112 if (2 == pParam->iLoopFilterDisableIdc) { in InitDqLayers()
1113 pDqLayer->iLoopFilterDisableIdc = 0; in InitDqLayers()
1119 if (0 == pDqLayer->iLoopFilterDisableIdc) { in InitDqLayers()
2052 if (pCodingParam->iLoopFilterDisableIdc == 0 in InitSliceSettings()
2054 pCodingParam->iLoopFilterDisableIdc = in InitSliceSettings()
2773 if (pCurLayer->bDeblockingParallelFlag && (pCurLayer->iLoopFilterDisableIdc != 1) in PreprocessSliceCoding()
4369 … pNewParam->iLoopFilterDisableIdc = WELS_CLIP3 (pNewParam->iLoopFilterDisableIdc, 0, 6); in WelsEncoderParamAdjust()
[all …]
Ddeblocking.cpp748 if (pCurLayer->iLoopFilterDisableIdc == 0) { in PerformDeblockingFilter()
750 } else if (pCurLayer->iLoopFilterDisableIdc == 2) { in PerformDeblockingFilter()
Dsvc_encode_slice.cpp117 pCurSliceHeader->uiDisableDeblockingFilterIdc = pCurLayer->iLoopFilterDisableIdc; in WelsSliceHeaderExtInit()
/third_party/openh264/codec/api/wels/
Dcodec_app_def.h582 int iLoopFilterDisableIdc; ///< 0: on, 1: off, 2: on except for slice boundaries member
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h582 int iLoopFilterDisableIdc; ///< 0: on, 1: off, 2: on except for slice boundaries member
/third_party/ffmpeg/libavcodec/
Dlibopenh264enc.c194 param.iLoopFilterDisableIdc = !s->loopfilter; in svc_encode_init()
/third_party/openh264/test/api/
Dencode_options_test.cpp89 param_.iLoopFilterDisableIdc = rand() % 7; in RandomParamExtCombination()
173 param_.iLoopFilterDisableIdc = param_.iLoopFilterDisableIdc % LOOP_FILTER_IDC_NUM; in ValidateParamExtCombination()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.cpp805 enc_params.iLoopFilterDisableIdc = openh264enc->deblocking_mode; in gst_openh264enc_set_format()
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp534 pParam->iLoopFilterDisableIdc, in TraceParamInfo()