Home
last modified time | relevance | path

Searched refs:iDLayerQp (Results 1 – 7 of 7) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dparam_svc.h184 param.sSpatialLayers[iLayer].iDLayerQp = SVC_QUALITY_BASE_QP; in FillDefault()
271 sSpatialLayers->iDLayerQp = SVC_QUALITY_BASE_QP; in ParamBaseTranscode()
442 pSpatialLayer->iDLayerQp = pCodingParam.sSpatialLayers[iIdxSpatial].iDLayerQp; in ParamTranscode()
/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp103 int32_t iDLayerQp; member
196 sLayerCtx.iDLayerQp = atoi (strTag[1].c_str()); in ParseLayerConfig()
212 pDLayer->iDLayerQp = sLayerCtx.iDLayerQp; in ParseLayerConfig()
615 pDLayer->iDLayerQp = sLayerCtx[iLayer].iDLayerQp = atoi (argv[n++]); in ParseCommandLine()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h463 int iDLayerQp; ///< value of level IDC (0 for auto-detection) member
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp559 pSpatialCfg->iDLayerQp in TraceParamInfo()
/third_party/openh264/test/api/
Ddecode_api_test.cpp1025 param_.sSpatialLayers[0].iDLayerQp = 40; //to revent size too limited to encoding fail in TEST_F()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp2495 int32_t iQDeltaTo26 = (26 - pCtx->pSvcParam->sSpatialLayers[iCurDid].iDLayerQp); in WelsInitCurrentDlayerMltslc()
4439 pOldDlp->iDLayerQp = pNewDlp->iDLayerQp; in WelsEncoderParamAdjust()
Dratectl.cpp1251 const int32_t kiQp = pDLayerParam->iDLayerQp; in WelsRcPictureInitDisable()