Home | History | Annotate | Download | only in src

Lines Matching refs:TMN_W

72         rc[n]->TMN_W = 0;
117 rc[n]->TMN_W = (Int)(rc[n]->VBV_fullness + pMP[n]->counter_BTsrc * (rc[n]->bitrate / rc[n]->framerate / 10.0));
323 diff_BTCounter = (Int)((float)(rc->TMN_TH - rc->TMN_W - pMP->actual_bits) /
331 rc->T = pMP->target_bits = rc->TMN_TH - rc->TMN_W;
398 rc->TMN_W = rc->VBV_fullness - rc->low_bound;
482 /* rc[n]->VBV_fullness and rc[n]->TMN_W should be kept same */
484 diff_counter = (Int)((float)(rc[n]->VBV_fullness - rc[n]->TMN_W) /
494 rc[n]->TMN_W = (Int)(rc[n]->VBV_fullness - /* re-calculate rc[n]->TMN_W in order for higher accuracy */
678 rc->T = rc->TMN_TH - rc->TMN_W;
679 //rc->T = rc->TMN_TH - (Int)((float)rc->TMN_W/rc->frameRate);
791 rc->T = rc->TMN_TH - rc->TMN_W;
815 rc->TMN_W += (rc->Rc - rc->TMN_TH);
827 rc->TMN_W -= (rc->Rc - rc->TMN_TH);
881 rc->TMN_W = rc->VBV_fullness - rc->low_bound;