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

Function WelsDecodeConstructSlice

codec/decoder/core/src/decoder_core.cpp:310–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310inline int32_t WelsDecodeConstructSlice (PWelsDecoderContext pCtx, PNalUnit pCurNal) {
311 int32_t iRet = WelsTargetSliceConstruction (pCtx);
312
313 if (iRet) {
314 HandleReferenceLostL0 (pCtx, pCurNal);
315 }
316
317 return iRet;
318}
319
320int32_t ParsePredWeightedTable (PBitStringAux pBs, PSliceHeader pSh) {
321 uint32_t uiCode;

Callers 1

DecodeCurrentAccessUnitFunction · 0.85

Calls 2

HandleReferenceLostL0Function · 0.85

Tested by

no test coverage detected