| 283 | } |
| 284 | |
| 285 | inline bool CheckSliceNeedReconstruct (uint8_t uiLayerDqId, uint8_t uiTargetDqId) { |
| 286 | return (uiLayerDqId == uiTargetDqId); // target layer |
| 287 | } |
| 288 | |
| 289 | inline uint8_t GetTargetDqId (uint8_t uiTargetDqId, SDecodingParam* psParam) { |
| 290 | uint8_t uiRequiredDqId = psParam ? psParam->uiTargetDqLayer : (uint8_t)255; |
no outgoing calls
no test coverage detected