Searched refs:iTemporalLayerNum (Results 1 – 12 of 12) sorted by relevance
/third_party/openh264/codec/encoder/core/inc/ |
D | param_svc.h | 174 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/ |
D | encode_options_test.cpp | 50 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 …]
|
D | ltr_test.cpp | 28 int32_t iIDRPeriod = (int32_t) pow (2.0f, (param_.iTemporalLayerNum - 1)) * ((rand() % 5) + 1); in TEST_P()
|
D | decoder_ec_test.cpp | 673 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()
|
D | decode_api_test.cpp | 236 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/ |
D | welsEncoderExt.cpp | 259 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/ |
D | EncUT_EncoderExt.cpp | 145 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/ |
D | codec_app_def.h | 550 int iTemporalLayerNum; ///< temporal layer number, max temporal layer = 4 member
|
/third_party/openh264/codec/console/enc/src/ |
D | welsenc.cpp | 250 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/ |
D | encoder_ext.cpp | 427 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/ |
D | libopenh264enc.c | 178 param.iTemporalLayerNum = 1; in svc_encode_init()
|
/third_party/gstreamer/gstplugins_bad/ext/openh264/ |
D | gstopenh264enc.cpp | 786 enc_params.iTemporalLayerNum = 1; in gst_openh264enc_set_format()
|