Searched refs:frameRange (Results 1 – 5 of 5) sorted by relevance
212 rateCtrl->pMP->frameRange = (int)(rateCtrl->frame_rate * 1.0); /* 1.0s time frame*/ in InitRateControlModule()213 rateCtrl->pMP->frameRange = AVC_MAX(rateCtrl->pMP->frameRange, 5); in InitRateControlModule()214 rateCtrl->pMP->frameRange = AVC_MIN(rateCtrl->pMP->frameRange, 30); in InitRateControlModule()360 if (++pMP->framePos == pMP->frameRange) pMP->framePos = 0; in RCInitFrameQP()443 while (i < pMP->frameRange && prev_mad < 0.001) /* find first one with nonzero prev_mad */ in calculateQuantizer_Multipass()449 if (i < pMP->frameRange) in calculateQuantizer_Multipass()453 for (j = 0; i < pMP->frameRange; i++) in calculateQuantizer_Multipass()
186 int frameRange; /* number of overall previous multiple frames */ member
285 Int frameRange; /* number of overall previous multiple frames */ member
230 if (++pMP->framePos == pMP->frameRange) pMP->framePos = 0; in RC_VopQPSetting()734 for (i = 0, j = 0; i < pMP->frameRange; i++) in calculateQuantizer_Multipass()
834 …video->pMP[idx]->frameRange = (Int)(video->encParams->LayerFrameRate[idx] * 1.0); /* 1.0s time fra… in PVInitVideoEncoder()835 video->pMP[idx]->frameRange = PV_MAX(video->pMP[idx]->frameRange, 5); in PVInitVideoEncoder()836 video->pMP[idx]->frameRange = PV_MIN(video->pMP[idx]->frameRange, 30); in PVInitVideoEncoder()