| 308 | } |
| 309 | |
| 310 | inline 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 | |
| 320 | int32_t ParsePredWeightedTable (PBitStringAux pBs, PSliceHeader pSh) { |
| 321 | uint32_t uiCode; |
no test coverage detected