Home
last modified time | relevance | path

Searched refs:uiChromaQpIndexOffset (Results 1 – 9 of 9) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dsvc_set_mb_syn_cabac.cpp532 int16_t iMbWidth, uint32_t uiChromaQpIndexOffset) { in WelsWriteMbResidualCabac() argument
617 … pCurMb->uiChromaQp = g_kuiChromaQpTable[CLIP3_QP_0_51 (pCurMb->uiLumaQp + uiChromaQpIndexOffset)]; in WelsWriteMbResidualCabac()
645 uint32_t uiChromaQpIndexOffset = pEncCtx->pCurDqLayer->sLayerInfo.pPpsP->uiChromaQpIndexOffset; in WelsSpatialWriteMbSynCabac() local
653 … pCurMb->uiChromaQp = g_kuiChromaQpTable[CLIP3_QP_0_51 (pCurMb->uiLumaQp + uiChromaQpIndexOffset)]; in WelsSpatialWriteMbSynCabac()
730 uiChromaQpIndexOffset); in WelsSpatialWriteMbSynCabac()
Dsvc_set_mb_syn_cavlc.cpp263 …nst uint8_t kuiChromaQpIndexOffset = pEncCtx->pCurDqLayer->sLayerInfo.pPpsP->uiChromaQpIndexOffset; in WelsSpatialWriteMbSyn()
301 … pEncCtx->pCurDqLayer->sLayerInfo.pPpsP->uiChromaQpIndexOffset)]; in WelsSpatialWriteMbSyn()
Dau_set.cpp459 BsWriteSE (pLocalBitStringAux, pPps->uiChromaQpIndexOffset); in WelsWritePpsSyntax()
633 pPps->uiChromaQpIndexOffset = 0; in WelsInitPps()
Dparaset_strategy.cpp631 && (sTmpPps.uiChromaQpIndexOffset == pPpsArray[iId].uiChromaQpIndexOffset) in FindExistingPps()
Dratectl.cpp649 const uint8_t kuiChromaQpIndexOffset = pCurLayer->sLayerInfo.pPpsP->uiChromaQpIndexOffset; in RcCalculateMbQp()
1211 const uint8_t kuiChromaQpIndexOffset = pCurLayer->sLayerInfo.pPpsP->uiChromaQpIndexOffset; in WelsRcMbInitGom()
1274 const uint8_t kuiChromaQpIndexOffset = pCurLayer->sLayerInfo.pPpsP->uiChromaQpIndexOffset; in WelsRcMbInitDisable()
1398 … = g_kuiChromaQpTable[WELS_CLIP3 (pCurMb->uiLumaQp + pEncCtx->pPps->uiChromaQpIndexOffset, 0, 51)]; in WelsRcMbInitScc()
Dsvc_encode_slice.cpp531 const uint8_t kuiChromaQpIndexOffset = pCurLayer->sLayerInfo.pPpsP->uiChromaQpIndexOffset; in WelsISliceMdEnc()
601 const uint8_t kuiChromaQpIndexOffset = pCurLayer->sLayerInfo.pPpsP->uiChromaQpIndexOffset; in WelsISliceMdEncDynamic()
1807 const uint8_t kuiChromaQpIndexOffset = pCurLayer->sLayerInfo.pPpsP->uiChromaQpIndexOffset; in WelsMdInterMbLoop()
1904 const uint8_t kuiChromaQpIndexOffset = pCurLayer->sLayerInfo.pPpsP->uiChromaQpIndexOffset; in WelsMdInterMbLoopOverDynamicSlice()
Dsvc_encode_mb.cpp359 pEncCtx->pCurDqLayer->sLayerInfo.pPpsP->uiChromaQpIndexOffset)]; in WelsTryPUVskip()
Dsvc_base_layer_md.cpp1393 … pCurDqLayer->sLayerInfo.pPpsP->uiChromaQpIndexOffset)]; in WelsMdBackgroundMbEnc()
1929 … pCurDqLayer->sLayerInfo.pPpsP->uiChromaQpIndexOffset)]; in WelsMdInterUpdatePskip()
/third_party/openh264/codec/encoder/core/inc/
Dparameter_sets.h162 uint8_t uiChromaQpIndexOffset; member