Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dratectl.cpp519 SRCSlicing* pSOverRc = &pSlice->sSlicingOverRc; in GomRCInitForOneSlice() local
520 pSOverRc->iStartMbSlice = pSlice->sSliceHeaderExt.sSliceHeader.iFirstMbInSlice; in GomRCInitForOneSlice()
521 pSOverRc->iEndMbSlice = pSOverRc->iStartMbSlice + pSlice->iCountMbNumInSlice - 1; in GomRCInitForOneSlice()
522pSOverRc->iTargetBitsSlice = WELS_DIV_ROUND (static_cast<int64_t> (kiBitsPerMb) * pSlice->iCountM… in GomRCInitForOneSlice()
535 SRCSlicing* pSOverRc = &ppSliceInLayer[i]->sSlicingOverRc; in RcInitSliceInformation() local
536 pSOverRc->iTotalQpSlice = 0; in RcInitSliceInformation()
537 pSOverRc->iTotalMbSlice = 0; in RcInitSliceInformation()
538 pSOverRc->iFrameBitsSlice = 0; in RcInitSliceInformation()
539 pSOverRc->iGomBitsSlice = 0; in RcInitSliceInformation()
540 pSOverRc->iStartMbSlice = 0; in RcInitSliceInformation()
[all …]