Home | History | Annotate | Download | only in src

Lines Matching refs:framerate

243         /* Setting the bitrate and framerate */
245 rateCtrl->pMP->framerate = rateCtrl->frame_rate;
246 rateCtrl->pMP->target_bits_per_frame = rateCtrl->pMP->bitrate / rateCtrl->pMP->framerate;
381 pMP->framerate = rateCtrl->frame_rate;
512 pMP->counter_BTsrc <= (pMP->counter_BTdst + (int)(pMP->framerate*1.0 + 0.5)))
609 /* Second, set another upper bound for current bit allocation: 4-5*bitrate/framerate */
822 (pMP->bitrate / (pMP->framerate + 0.0001) + 0.0001) / 0.1);
828 rateCtrl->TMN_TH -= (int)((OsclFloat)pMP->bitrate / (pMP->framerate + 0.0001) * (diff_BTCounter * 0.1));