Home | History | Annotate | Download | only in src

Lines Matching refs:framerate

41 PV_STATUS RC_UpdateBXRCParams(void *input);  Parameters update for target bitrate or framerate change
75 rc[n]->framerate = LayerFrameRate[n];
80 rc[n]->framerate = LayerFrameRate[n];
85 rc[n]->max_BitVariance_num = (Int)((rc[n]->Bs - video->encParams->maxFrameSize) / 2 / (rc[n]->bitrate / rc[n]->framerate / 10.0)) - 5;
108 rc[n]->framerate = LayerFrameRate[n] - LayerFrameRate[n-1];
116 pMP[n]->counter_BTsrc = (Int)((rc[n]->Bs / 2.0 - rc[n]->Bs / 3.0) / (rc[n]->bitrate / rc[n]->framerate / 10.0));
117 rc[n]->TMN_W = (Int)(rc[n]->VBV_fullness + pMP[n]->counter_BTsrc * (rc[n]->bitrate / rc[n]->framerate / 10.0));
135 /* Setting the bitrate and framerate */
137 pMP[n]->framerate = rc[n]->framerate;
138 pMP[n]->target_bits_per_frame = pMP[n]->bitrate / pMP[n]->framerate;
251 pMP->framerate = rc->framerate;
324 (pMP->bitrate / (pMP->framerate + 0.0001) + 0.0001) / 0.1);
330 rc->TMN_TH -= (Int)((float)pMP->bitrate / (pMP->framerate + 0.0001) * (diff_BTCounter * 0.1));
391 rc->VBV_fullness -= (Int)(rc->bitrate / rc->framerate * num_skip); //rc[currLayer]->Rp;
410 /* framerate update during an encoding session */
441 /* New changes: bitrate and framerate, Bs, max_BitVariance_num, TMN_TH(optional), encoded_frames(optional) */
449 rc[n]->framerate = pMP[n]->framerate = LayerFrameRate[n];
454 rc[n]->max_BitVariance_num = (Int)((rc[n]->Bs - video->encParams->maxFrameSize) / 2 / (rc[n]->bitrate / rc[n]->framerate / 10.0)) - 5;
476 rc[n]->framerate = pMP[n]->framerate = LayerFrameRate[n] - LayerFrameRate[n-1];
480 pMP[n]->target_bits_per_frame = pMP[n]->bitrate / (float)(pMP[n]->framerate + 0.0001); /* 7/31/03 */
625 /* Second, set another upper bound for current bit allocation: 4-5*bitrate/framerate */
656 //rc->TMN_TH = (Int)((float)pMP->bitrate/pMP->framerate);
679 //rc->T = rc->TMN_TH - (Int)((float)rc->TMN_W/rc->frameRate);
788 pMP->counter_BTsrc <= (pMP->counter_BTdst + (Int)(pMP->framerate*1.0 + 0.5)))
814 frame_bits = (Int)(rc->bitrate / rc->framerate);