Home | History | Annotate | Download | only in src

Lines Matching refs:low_bound

119             rc[n]->low_bound = -rc[n]->Bs / 2;
122 else /* this part doesn't work in some cases, the low_bound is too high, Jan 4,2006 */
129 rc[n]->low_bound = -rc[n]->Bs / 2 + video->encParams->maxFrameSize; /* too high */
395 if (rc->VBV_fullness < rc->low_bound)
397 rc->VBV_fullness = rc->low_bound; // -rc->Bs/2;
398 rc->TMN_W = rc->VBV_fullness - rc->low_bound;
399 pMP->counter_BTsrc = pMP->counter_BTdst + (Int)((float)(rc->Bs / 2 - rc->low_bound) / 2.0 / (pMP->target_bits_per_frame / 10));
878 if (rc->VBV_fullness < rc->low_bound)
880 rc->VBV_fullness = rc->low_bound; // -rc->Bs/2;
881 rc->TMN_W = rc->VBV_fullness - rc->low_bound;
882 pMP->counter_BTsrc = pMP->counter_BTdst + (Int)((float)(rc->Bs / 2 - rc->low_bound) / 2.0 / (pMP->target_bits_per_frame / 10));