Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Drc.h206 int32_t iSkipQpValue; member
/third_party/openh264/codec/encoder/core/src/
Dratectl.cpp135 pWelsSvcRc->iSkipQpValue = SKIP_QP_90P; in RcInitSequenceParameter()
139 pWelsSvcRc->iSkipQpValue = SKIP_QP_180P; in RcInitSequenceParameter()
143 pWelsSvcRc->iSkipQpValue = SKIP_QP_360P; in RcInitSequenceParameter()
147 pWelsSvcRc->iSkipQpValue = SKIP_QP_720P; in RcInitSequenceParameter()
769 && pWelsSvcRc->iAverageFrameQp > pWelsSvcRc->iSkipQpValue) in RcVBufferCalculationSkip()