Home
last modified time | relevance | path

Searched refs:CVBRRateControl (Results 1 – 14 of 14) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A DmsRateCtrl.h222 } CVBRRateControl; typedef
225 void cvbr_InitRateControl(CVBRRateControl* ct, CVBRRCInfo* pRCInfo);
226 void cvbr_CloseRateControl(CVBRRateControl* ct);
228 MS_S32 cvbr_InitFrame(CVBRRateControl* ct, MS_S32 nFrameType, MS_S8 FieldType); // Return the in…
229 MS_S32 cvbr_UpdateFrame(CVBRRateControl* ct, MS_S32 totalUsedBits, MS_S8 bDummyFrame, MS_S8 FieldTy…
231 MS_S32 cvbr_InitMB(CVBRRateControl* ct, MS_S32 nVar, const MS_S32 nPrevQP, const MS_S32 nBits, MS_S…
232 void output_MBR_reg(void* hd, CVBRRateControl* ct);
233 MS_S32 rcQP2Qstep(CVBRRateControl* ct, MS_S32 QP);
234 MS_S32 rcQstep2QP(CVBRRateControl* ct, MS_S32 QstepX32);
H A DmsRateCtrl.c138 CVBRRateControl g_cvbrContext;
144 MS_S32 cvbr_ComputeFrameQStep(CVBRRateControl* ct, MS_S32 nFrameType); // Return the target 'QStep'
145 MS_S32 cvbr_ComputeMbQP(CVBRRateControl* ct, MS_S32 mb_idx); // Return the target 'QP'
147 MS_S32 rcQP2Qstep(CVBRRateControl* ct, MS_S32 QP);
148 MS_S32 rcQstep2QP(CVBRRateControl* ct, MS_S32 QstepX32);
174 void cvbr_InitRateControl(CVBRRateControl* ct, CVBRRCInfo* pRCInfo) in cvbr_InitRateControl()
341 void cvbr_CloseRateControl(CVBRRateControl* ct) in cvbr_CloseRateControl()
352 MS_S32 cvbr_InitFrame(CVBRRateControl* ct, MS_S32 nFrameType, MS_S8 FieldType) in cvbr_InitFrame()
459 MS_S32 cvbr_UpdateFrame(CVBRRateControl* ct, MS_S32 totalUsedBits, MS_S8 bDummyFrame, MS_S8 FieldTy… in cvbr_UpdateFrame()
556 MS_S32 cvbr_ComputeFrameQStep(CVBRRateControl* ct, MS_S32 nFrameType) in cvbr_ComputeFrameQStep()
[all …]
H A Dmfe_reg_m4ve.c361 CVBRRateControl* rcCtx = &pConfig->ctxRateControl; in mfeM4VE_EncodeFrame()
532 CVBRRateControl* rcCtx = &pConfig->ctxRateControl; in OutputSwCfg1_Mp4()
H A Dm4v_header.c180 CVBRRateControl* rcCtx = &pConfig->ctxRateControl; in codeVOLHead()
H A Dmfe_common.h406 CVBRRateControl ctxRateControl;
H A Dmfe_common.c750 CVBRRateControl* pRC = &pConfig->ctxRateControl; in MfeDrvRateControlUpdate()
H A Dmfe_reg_264e.c497 CVBRRateControl* rcCtx = &pConfig->ctxRateControl; in OutputSwCfg1_H264()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A DmsRateCtrl.c139 CVBRRateControl g_cvbrContext;
145 int cvbr_ComputeFrameQP(CVBRRateControl* ct, int nFrameType); // Return the target 'QStep'
146 int cvbr_ComputeMbQP(CVBRRateControl* ct, int mb_idx); // Return the target 'QP'
148 int rcQP2Qstep(CVBRRateControl* ct, int QP);
149 int rcQstep2QP(CVBRRateControl* ct, int QstepX32);
175 void cvbr_InitRateControl(CVBRRateControl* ct, CVBRRCInfo* pRCInfo) in cvbr_InitRateControl()
327 void cvbr_CloseRateControl(CVBRRateControl* ct) in cvbr_CloseRateControl()
332 int cvbr_InitFrame(CVBRRateControl* ct, int nFrameType, char FieldType) in cvbr_InitFrame()
439 int cvbr_UpdateFrame(CVBRRateControl* ct, int totalUsedBits, char bDummyFrame, char FieldType) in cvbr_UpdateFrame()
535 int cvbr_ComputeFrameQP(CVBRRateControl* ct, int nFrameType) in cvbr_ComputeFrameQP()
[all …]
H A DmsRateCtrl.h222 } CVBRRateControl; typedef
225 void cvbr_InitRateControl(CVBRRateControl* ct, CVBRRCInfo* pRCInfo);
226 void cvbr_CloseRateControl(CVBRRateControl* ct);
228 int cvbr_InitFrame(CVBRRateControl* ct, int nFrameType, char FieldType); // Return the initial f…
229 int cvbr_UpdateFrame(CVBRRateControl* ct, int totalUsedBits, char bDummyFrame, char FieldType);
231 int cvbr_InitMB(CVBRRateControl* ct, int nVar, const int nPrevQP, const int nBits, int IsIntra, int…
232 void output_MBR_reg(void* hd, CVBRRateControl* ct);
H A Dmfe_common.h372 CVBRRateControl ctxRateControl;
H A Dm4v_header.c179 CVBRRateControl* rcCtx = &pConfig->ctxRateControl; in codeVOLHead()
H A Dmfe_reg_264e.c324 CVBRRateControl* rcCtx = &pConfig->ctxRateControl; in OutputSwCfg1_H264()
H A Dmfe_common.c778 CVBRRateControl* pRC = &pConfig->ctxRateControl; in MfeDrvRateControlUpdate()
H A Dmfe_reg_m4ve.c464 CVBRRateControl* rcCtx = &pConfig->ctxRateControl; in OutputSwCfg1_Mp4()