| 287 | } |
| 288 | |
| 289 | inline uint8_t GetTargetDqId (uint8_t uiTargetDqId, SDecodingParam* psParam) { |
| 290 | uint8_t uiRequiredDqId = psParam ? psParam->uiTargetDqLayer : (uint8_t)255; |
| 291 | |
| 292 | return WELS_MIN (uiTargetDqId, uiRequiredDqId); |
| 293 | } |
| 294 | |
| 295 | |
| 296 | inline void HandleReferenceLostL0 (PWelsDecoderContext pCtx, PNalUnit pCurNal) { |
no outgoing calls
no test coverage detected