Home
last modified time | relevance | path

Searched refs:iCalculatedQpSlice (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dslice.h86 int32_t iCalculatedQpSlice; member
/third_party/openh264/codec/encoder/core/src/
Dratectl.cpp637 pSOverRc->iCalculatedQpSlice = kiGlobalQp; in RcInitGomParameters()
647 int32_t iLumaQp = pSOverRc->iCalculatedQpSlice; in RcCalculateMbQp()
727 pSOverRc->iCalculatedQpSlice += 2; in RcCalculateGomQp()
732 pSOverRc->iCalculatedQpSlice += 2; in RcCalculateGomQp()
734 pSOverRc->iCalculatedQpSlice += 1; in RcCalculateGomQp()
736 pSOverRc->iCalculatedQpSlice -= 1; in RcCalculateGomQp()
738 pSOverRc->iCalculatedQpSlice -= 2; in RcCalculateGomQp()
740 pSOverRc->iCalculatedQpSlice = WELS_CLIP3 (pSOverRc->iCalculatedQpSlice, pWelsSvcRc->iMinFrameQp, in RcCalculateGomQp()
Dsvc_encode_slice.cpp1178 pSlice->sSlicingOverRc.iCalculatedQpSlice = kiGlobalQp; in InitSliceRC()