Home | History | Annotate | Download | only in src

Lines Matching refs:bitrate

41 PV_STATUS RC_UpdateBXRCParams(void *input);  Parameters update for target bitrate or framerate change
79 rc[n]->bitrate = LayerBitRate[n];
85 rc[n]->max_BitVariance_num = (Int)((rc[n]->Bs - video->encParams->maxFrameSize) / 2 / (rc[n]->bitrate / rc[n]->framerate / 10.0)) - 5;
107 rc[n]->bitrate = LayerBitRate[n] - LayerBitRate[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));
124 rc[n]->VBV_fullness = rc[n]->Bs - (Int)(video->encParams->VBV_delay * rc[n]->bitrate);
135 /* Setting the bitrate and framerate */
136 pMP[n]->bitrate = rc[n]->bitrate;
138 pMP[n]->target_bits_per_frame = pMP[n]->bitrate / pMP[n]->framerate;
250 pMP->bitrate = rc->bitrate; /* calculated in RCVopQPSetting */
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;
409 /* Purpose : Update RC parameters specifically for target bitrate or */
432 /* Reset video buffer size due to target bitrate change */
441 /* New changes: bitrate and framerate, Bs, max_BitVariance_num, TMN_TH(optional), encoded_frames(optional) */
448 rc[n]->bitrate = pMP[n]->bitrate = LayerBitRate[n];
454 rc[n]->max_BitVariance_num = (Int)((rc[n]->Bs - video->encParams->maxFrameSize) / 2 / (rc[n]->bitrate / rc[n]->framerate / 10.0)) - 5;
475 rc[n]->bitrate = pMP[n]->bitrate = LayerBitRate[n] - LayerBitRate[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);
814 frame_bits = (Int)(rc->bitrate / rc->framerate);