Lines Matching refs:iTemporalLayerNum
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()
2247 sParam.iTemporalLayerNum = 1; in TEST_F()
2254 sParam.iTemporalLayerNum = 2; in TEST_F()
2291 sParam.iTemporalLayerNum = originalTemporalLayerNum; in TEST_F()
2310 sParam.iTemporalLayerNum = originalTemporalLayerNum * iSteps[iStepIdx]; in TEST_F()
2352 param_.iTemporalLayerNum = 1; in TEST_F()