Home
last modified time | relevance | path

Searched refs:uiLastMbQp (Results 1 – 7 of 7) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dset_mb_syn_cavlc.cpp239 pDss->uiLastMbQp = pSlice->uiLastMbQp; in StashMBStatusCavlc()
247 pSlice->uiLastMbQp = pDss->uiLastMbQp; in StashPopMBStatusCavlc()
258 pDss->uiLastMbQp = pSlice->uiLastMbQp; in StashMBStatusCabac()
269 pSlice->uiLastMbQp = pDss->uiLastMbQp; in StashPopMBStatusCabac()
Dsvc_set_mb_syn_cavlc.cpp266 pCurMb->uiLumaQp = pSlice->uiLastMbQp; in WelsSpatialWriteMbSyn()
292 const int32_t kiDeltaQp = pCurMb->uiLumaQp - pSlice->uiLastMbQp; in WelsSpatialWriteMbSyn()
293 pSlice->uiLastMbQp = pCurMb->uiLumaQp; in WelsSpatialWriteMbSyn()
299 pCurMb->uiLumaQp = pSlice->uiLastMbQp; in WelsSpatialWriteMbSyn()
Dsvc_set_mb_syn_cabac.cpp549 pCurMb->iLumaDQp = pCurMb->uiLumaQp - pSlice->uiLastMbQp; in WelsWriteMbResidualCabac()
551 pSlice->uiLastMbQp = pCurMb->uiLumaQp; in WelsWriteMbResidualCabac()
616 pCurMb->uiLumaQp = pSlice->uiLastMbQp; in WelsWriteMbResidualCabac()
652 pCurMb->uiLumaQp = pSlice->uiLastMbQp; in WelsSpatialWriteMbSynCabac()
Dsvc_base_layer_md.cpp1391 pCurMb->uiLumaQp = pSlice->uiLastMbQp; in WelsMdBackgroundMbEnc()
1927 pCurMb->uiLumaQp = pSlice->uiLastMbQp; in WelsMdInterUpdatePskip()
Dsvc_encode_slice.cpp1654 …pCurSlice->uiLastMbQp = pCurLayer->sLayerInfo.pPpsP->iPicInitQp + pCurSlice->sSliceHeaderExt.sSlic… in WelsCodeOneSlice()
/third_party/openh264/codec/encoder/core/inc/
Dsvc_enc_slice_segment.h104 uint8_t uiLastMbQp; member
Dslice.h190 uint8_t uiLastMbQp; // stored qp for last mb coded, maybe more efficient for mb… member