Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dparam_svc.h174 param.iTemporalLayerNum = 1; // number of temporal layer specified in FillDefault()
356 iTemporalLayerNum = (int8_t)WELS_CLIP3 (pCodingParam.iTemporalLayerNum, 1, in ParamTranscode()
359 uiGopSize = 1 << (iTemporalLayerNum - 1); // Override GOP size based temporal layer in ParamTranscode()
360 …iDecompStages = iTemporalLayerNum - 1; // WELS_LOG2( uiGopSize );// GOP size dependen… in ParamTranscode()
/third_party/openh264/test/api/
Dencode_options_test.cpp50 param_.iTemporalLayerNum = rand() % TEMPORAL_LAYER_NUM_RANGE; in RandomParamExtCombination()
143 param_.iTemporalLayerNum = WELS_CLIP3 (param_.iTemporalLayerNum, 1, MAX_TEMPORAL_LAYER_NUM); in ValidateParamExtCombination()
151 uiGOPSize = 1 << (param_.iTemporalLayerNum - 1); in ValidateParamExtCombination()
641 sParam1.iTemporalLayerNum = 1; in TEST_F()
646 sParam2.iTemporalLayerNum = 3; in TEST_F()
1334 param_.iTemporalLayerNum = (rand() % 4) + 1; in TEST_P()
1387 int32_t iIDRPeriod = (int32_t) pow (2.0f, (param_.iTemporalLayerNum - 1)) * ((rand() % 5) + 1); in TEST_P()
1452 param_.iTemporalLayerNum = (rand() % 2) ? 3 : 4; in TEST_F()
2221 sParam.iTemporalLayerNum = 2; in TEST_F()
2240 sParam.iTemporalLayerNum = 3; in TEST_F()
[all …]
Dltr_test.cpp28 int32_t iIDRPeriod = (int32_t) pow (2.0f, (param_.iTemporalLayerNum - 1)) * ((rand() % 5) + 1); in TEST_P()
Ddecoder_ec_test.cpp673 param_.iTemporalLayerNum = (rand() % 4) + 1; in TEST_F()
686 int32_t iIDRPeriod = (int32_t) pow (2.0f, (param_.iTemporalLayerNum - 1)) * ((rand() % 5) + 1); in TEST_F()
740 param_.iTemporalLayerNum = (rand() % 4) + 1; in TEST_F()
Ddecode_api_test.cpp236 param_.iTemporalLayerNum = (rand() % 4) + 1; in TEST_P()
307 param_.iTemporalLayerNum = (rand() % 4) + 1; in TEST_P()
363 param_.iTemporalLayerNum = (rand() % 4) + 1; in TEST_P()
/third_party/openh264/codec/encoder/plus/src/
DwelsEncoderExt.cpp259 if (pCfg->iTemporalLayerNum < 1) in InitializeInternal()
260 pCfg->iTemporalLayerNum = 1; in InitializeInternal()
261 if (pCfg->iTemporalLayerNum > MAX_TEMPORAL_LEVEL) { in InitializeInternal()
264 pCfg->iTemporalLayerNum, MAX_TEMPORAL_LEVEL); in InitializeInternal()
326 pCfg->iTemporalLayerNum = (int8_t) (1 + kiDecStages); in InitializeInternal()
339 … pCfg->iUsageType, pCfg->iPicWidth, pCfg->iPicHeight, pCfg->fMaxFrameRate, pCfg->iTemporalLayerNum, in InitializeInternal()
513 pParam->iTemporalLayerNum, in TraceParamInfo()
/third_party/openh264/test/encoder/
DEncUT_EncoderExt.cpp145 pParamExt->iTemporalLayerNum = 3; in InitializeParamExt()
747 sEncParamExt.iTemporalLayerNum = (iTargetTemporalLayerNum > 2) ? iTargetTemporalLayerNum : 2; in TEST_F()
959 sEncParamExt.iTemporalLayerNum = 3; in TEST_F()
1024 sEncParamExt.iTemporalLayerNum = 3; in TEST_F()
1128 pParamExt->iTemporalLayerNum = rand() % 3; in TEST_F()
/third_party/openh264/codec/api/svc/
Dcodec_app_def.h550 int iTemporalLayerNum; ///< temporal layer number, max temporal layer = 4 member
/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp250 pSvcParam.iTemporalLayerNum = atoi (strTag[1].c_str()); in ParseConfig()
480 pSvcParam.iTemporalLayerNum = atoi (argv[n++]); in ParseCommandLine()
684 sParam.iTemporalLayerNum = 3; // layer number at temporal level in FillSpecificParameters()
/third_party/openh264/codec/encoder/core/src/
Dencoder_ext.cpp427 if (pCodingParam->iTemporalLayerNum < 1 || pCodingParam->iTemporalLayerNum > MAX_TEMPORAL_LEVEL) { in ParamValidationExt()
429 pCodingParam->iTemporalLayerNum); in ParamValidationExt()
1261 iCntTid = pParam->iTemporalLayerNum > 1 ? 2 : 1; in AllocStrideTables()
4205 …pOldParam->iMaxNumRefFrame == 1) && (pOldParam->iTemporalLayerNum == 1) && (pNewParam->iTemporalLa… in WelsEncoderParamAdjust()
4227 pOldParam->iTemporalLayerNum, pNewParam->iTemporalLayerNum); in WelsEncoderParamAdjust()
4382 if (pOldParam->iTemporalLayerNum != pNewParam->iTemporalLayerNum) { in WelsEncoderParamAdjust()
4383 pOldParam->iTemporalLayerNum = pNewParam->iTemporalLayerNum; in WelsEncoderParamAdjust()
4462 int32_t uiGopSize = 1 << (sConfig.iTemporalLayerNum - 1); in WelsEncoderApplyLTR()
/third_party/ffmpeg/libavcodec/
Dlibopenh264enc.c178 param.iTemporalLayerNum = 1; in svc_encode_init()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.cpp786 enc_params.iTemporalLayerNum = 1; in gst_openh264enc_set_format()