Searched refs:CVBRRateControl (Results 1 – 14 of 14) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/ |
| H A D | msRateCtrl.h | 222 } 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 D | msRateCtrl.c | 138 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 D | mfe_reg_m4ve.c | 361 CVBRRateControl* rcCtx = &pConfig->ctxRateControl; in mfeM4VE_EncodeFrame() 532 CVBRRateControl* rcCtx = &pConfig->ctxRateControl; in OutputSwCfg1_Mp4()
|
| H A D | m4v_header.c | 180 CVBRRateControl* rcCtx = &pConfig->ctxRateControl; in codeVOLHead()
|
| H A D | mfe_common.h | 406 CVBRRateControl ctxRateControl;
|
| H A D | mfe_common.c | 750 CVBRRateControl* pRC = &pConfig->ctxRateControl; in MfeDrvRateControlUpdate()
|
| H A D | mfe_reg_264e.c | 497 CVBRRateControl* rcCtx = &pConfig->ctxRateControl; in OutputSwCfg1_H264()
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/ |
| H A D | msRateCtrl.c | 139 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 D | msRateCtrl.h | 222 } 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 D | mfe_common.h | 372 CVBRRateControl ctxRateControl;
|
| H A D | m4v_header.c | 179 CVBRRateControl* rcCtx = &pConfig->ctxRateControl; in codeVOLHead()
|
| H A D | mfe_reg_264e.c | 324 CVBRRateControl* rcCtx = &pConfig->ctxRateControl; in OutputSwCfg1_H264()
|
| H A D | mfe_common.c | 778 CVBRRateControl* pRC = &pConfig->ctxRateControl; in MfeDrvRateControlUpdate()
|
| H A D | mfe_reg_m4ve.c | 464 CVBRRateControl* rcCtx = &pConfig->ctxRateControl; in OutputSwCfg1_Mp4()
|