Searched refs:iLoopFilterDisableIdc (Results 1 – 12 of 12) sorted by relevance
/third_party/openh264/codec/encoder/core/inc/ |
D | svc_enc_frame.h | 102 uint8_t iLoopFilterDisableIdc; // 0: on, 1: off, 2: on except for slice boundaries member
|
D | param_svc.h | 157 param.iLoopFilterDisableIdc = 0; // 0: on, 1: off, 2: on except for slice boundaries in FillDefault() 308 …iLoopFilterDisableIdc = pCodingParam.iLoopFilterDisableIdc; // 0: on, 1: off, 2: on exc… in ParamTranscode()
|
/third_party/openh264/codec/console/enc/src/ |
D | welsenc.cpp | 288 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/ |
D | encoder_ext.cpp | 316 …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 …]
|
D | deblocking.cpp | 748 if (pCurLayer->iLoopFilterDisableIdc == 0) { in PerformDeblockingFilter() 750 } else if (pCurLayer->iLoopFilterDisableIdc == 2) { in PerformDeblockingFilter()
|
D | svc_encode_slice.cpp | 117 pCurSliceHeader->uiDisableDeblockingFilterIdc = pCurLayer->iLoopFilterDisableIdc; in WelsSliceHeaderExtInit()
|
/third_party/openh264/codec/api/wels/ |
D | codec_app_def.h | 582 int iLoopFilterDisableIdc; ///< 0: on, 1: off, 2: on except for slice boundaries member
|
/third_party/openh264/codec/api/svc/ |
D | codec_app_def.h | 582 int iLoopFilterDisableIdc; ///< 0: on, 1: off, 2: on except for slice boundaries member
|
/third_party/ffmpeg/libavcodec/ |
D | libopenh264enc.c | 194 param.iLoopFilterDisableIdc = !s->loopfilter; in svc_encode_init()
|
/third_party/openh264/test/api/ |
D | encode_options_test.cpp | 89 param_.iLoopFilterDisableIdc = rand() % 7; in RandomParamExtCombination() 173 param_.iLoopFilterDisableIdc = param_.iLoopFilterDisableIdc % LOOP_FILTER_IDC_NUM; in ValidateParamExtCombination()
|
/third_party/gstreamer/gstplugins_bad/ext/openh264/ |
D | gstopenh264enc.cpp | 805 enc_params.iLoopFilterDisableIdc = openh264enc->deblocking_mode; in gst_openh264enc_set_format()
|
/third_party/openh264/codec/encoder/plus/src/ |
D | welsEncoderExt.cpp | 534 pParam->iLoopFilterDisableIdc, in TraceParamInfo()
|