MCPcopy Create free account
hub / github.com/cisco/openh264 / UpdateQpForOverflow

Function UpdateQpForOverflow

codec/encoder/core/src/svc_encode_slice.cpp:526–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524}
525
526void UpdateQpForOverflow (SMB* pCurMb, uint8_t kuiChromaQpIndexOffset) {
527 pCurMb->uiLumaQp += DELTA_QP;
528 pCurMb->uiChromaQp = g_kuiChromaQpTable[CLIP3_QP_0_51 (pCurMb->uiLumaQp + kuiChromaQpIndexOffset)];
529}
530// for intra non-dynamic pSlice
531//encapsulate two kinds of reconstruction:
532//first. store base or highest Dependency Layer with only one quality (without CS RS reconstruction)

Callers 4

WelsISliceMdEncFunction · 0.85
WelsISliceMdEncDynamicFunction · 0.85
WelsMdInterMbLoopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected