| 301 | } |
| 302 | |
| 303 | inline void HandleReferenceLost (PWelsDecoderContext pCtx, PNalUnit pCurNal) { |
| 304 | if ((0 == pCurNal->sNalHeaderExt.uiTemporalId) || (1 == pCurNal->sNalHeaderExt.uiTemporalId)) { |
| 305 | pCtx->bReferenceLostAtT0Flag = true; |
| 306 | } |
| 307 | pCtx->iErrorCode |= dsRefLost; |
| 308 | } |
| 309 | |
| 310 | inline int32_t WelsDecodeConstructSlice (PWelsDecoderContext pCtx, PNalUnit pCurNal) { |
| 311 | int32_t iRet = WelsTargetSliceConstruction (pCtx); |
no outgoing calls
no test coverage detected