Skip to content

JVET-O0145: Update Entry Points Implementation

Update previous implementation. I would suggest that we still disable JVET_O0145_ENTRYPOINT_SIGNALLING

We have problem in which the BrickMap is initialized only during xActivateParameterSets, which is invoked after slice header parsing. This makes some variables that supposed to be available during slice header parsing are not available. This is incorrect. We need to update the software to reflect this. BrickMap initialization must be done earlier so that when we parse slice header, the tile/brick/rect slice information are available. Implementation JVET-O0143 should have problem when tested with bricks configuration (not only tiles).

In have implemented JVET-O0145 according to the spec. However, we need to update the VTM software as suggested above.

Edited by Karsten Suehring

Merge request reports