Home | History | Annotate | Download | only in src

Lines Matching refs:AVCRateControl

32 double ComputeFrameMAD(AVCCommonObj *video, AVCRateControl *rateCtrl);
34 void targetBitCalculation(AVCEncObject *encvid, AVCCommonObj *video, AVCRateControl *rateCtrl, MultiPass *pMP);
37 AVCRateControl *rateCtrl, MultiPass *pMP);
39 void updateRC_PostProc(AVCRateControl *rateCtrl, MultiPass *pMP);
43 void updateRateControl(AVCRateControl *rateControl, int nal_type);
45 int GetAvgFrameQP(AVCRateControl *rateCtrl)
50 AVCEnc_Status RCDetermineFrameNum(AVCEncObject *encvid, AVCRateControl *rateCtrl, uint32 modTime, uint *frameNum)
140 void RCUpdateBuffer(AVCCommonObj *video, AVCRateControl *rateCtrl, int frameInc)
171 AVCRateControl *rateCtrl = encvid->rateCtrl;
298 AVCRateControl *rateCtrl = encvid->rateCtrl;
338 AVCRateControl *rateCtrl = encvid->rateCtrl;
408 AVCRateControl *rateCtrl, MultiPass *pMP)
522 void targetBitCalculation(AVCEncObject *encvid, AVCCommonObj *video, AVCRateControl *rateCtrl, MultiPass *pMP)
666 void updateRC_PostProc(AVCRateControl *rateCtrl, MultiPass *pMP)
747 void RCPostMB(AVCCommonObj *video, AVCRateControl *rateCtrl, int num_header_bits, int num_texture_bits)
768 AVCRateControl *rateCtrl = encvid->rateCtrl;
797 AVCRateControl *rateCtrl = encvid->rateCtrl;
859 void updateRateControl(AVCRateControl *rateCtrl, int nal_type)
900 double ComputeFrameMAD(AVCCommonObj *video, AVCRateControl *rateCtrl)