Home | History | Annotate | Download | only in src

Lines Matching refs:Rc

25 #define MAD_MIN 1 /* handle the case of devision by zero in RC */
327 /* in BX RC, there's no GOP-level RC */
832 rateCtrl->Rc = rateCtrl->numFrameBits; /* Total Bits for current frame */
866 rateCtrl->TMN_W += (rateCtrl->Rc - rateCtrl->TMN_TH);
867 rateCtrl->VBV_fullness += (rateCtrl->Rc - frame_bits); //rateCtrl->Rp);
877 rateCtrl->TMN_W -= (rateCtrl->Rc - rateCtrl->TMN_TH);
878 rateCtrl->VBV_fullness -= rateCtrl->Rc;