Home
last modified time | relevance | path

Searched refs:intStep (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dm4v_header.c368 osPutBits(pStream, pInfo->intStep, 5/*m_volmd.uiQuantPrecision*/, "VOP_QUANT"); in codeVOPHead()
372 osPutBits(pStream, pInfo->intStep, 5/*m_volmd.uiQuantPrecision*/, "VOP_QUANT"); in codeVOPHead()
378 osPutBits(pStream, pInfo->intStep, 5/*m_volmd.uiQuantPrecision*/, "VOP_QUANT"); in codeVOPHead()
490 osPutBits(pStream, pInfo->intStep, 5, "vop_quant"); in codeVOPShortHead()
H A Dmfe_reg_264e.c160 pInfo->intStep = 0; in mfeH264_Init()
233 pInfo->intStep = cvbr_InitFrame(&pConfig->ctxRateControl, pConfig->vopPredType, 0); in mfeH264_EncodeFrame()
521 mfe_reg.reg_mfe_g_qscale = pInfo->intStep; in OutputSwCfg1_H264()
H A Dmfe_common.h208 int intStep; member
299 int intStep; member
H A Dmfe_reg_m4ve.c252 pInfo->intStep = 0; in mfeM4VE_Init()
311 pInfo->intStep = cvbr_InitFrame(&pConfig->ctxRateControl, pConfig->vopPredType, 0); in mfeM4VE_EncodeFrame()
727 mfe_reg.reg_mfe_g_qscale = pM4veInfo->intStep; in OutputSwCfg1_Mp4()
H A Dparset.c1026 …len += se_v("SH: slice_qp_delta", (pInfo->intStep - 26 - active_pps->pic_init_qp_minus26), bitstre… in SliceHeader()