Opened 4 years ago

Closed 4 years ago

#703 closed defect (fixed)

Missing definition of entry_point_offsets_present_flag and clarification of entroy_point_offset existence

Reported by: leesh007 Owned by:
Priority: minor Milestone:
Component: spec Version: VVC D7 vE
Keywords: Cc: ksuehring, bbross, XiangLi, fbossen, jvet@…

Description

In current spec, there is no definition about the "entry_point_offsets_present_flag" syntax elements.

Also, there is some possibilities to generate streams without entry_point_offset in case of "single slice/multi tile" composition because there is no restrictions regarding "entry_point_offsets_present_flag".

Is it possible in VVC specs?
If it is possible, it would be impossible to partial decoding of some specific tiles in slices.

Change history (5)

comment:1 Changed 4 years ago by leesh007

  • Priority changed from major to minor

comment:2 Changed 4 years ago by bbross

  • Version changed from VVC D7 vD to VVC D7 vE

comment:3 Changed 4 years ago by Tomohiro Ikai

Thank you for reporting. A description can be

entry_point_offsets_present_flag equal to 1 specifies that offset_len_minus1 and entry_point_offset_minus1[ i ] may be present in slice headers referring to the PPS. entry_point_offsets_present_flag equal to 0 specifies that offset_len_minus1 or entry_point_offset_minus1[ i ] are not present in slice headers referring to the PPS.

there is some possibilities to generate streams without entry_point_offset in case of "single slice/multi tile" composition because there is no restrictions regarding "entry_point_offsets_present_flag". Is it possible in VVC specs?

Yes, no entry_point_offset is possible.
This point has been discussed in the JVET-O meeting and the decision was made that we allow no entry point bitstreams. In my memory, there's at lease two use-cases:

  • Encoder only parallelism. In this use-case, decoder doesn't apply parallel decoding. Thus entry_point_offset is not necessary.
  • System may provide segment information. If system side encapsulates each or sets of segments, the decoder would understand the staring points without entry_point_offset information.

comment:4 Changed 4 years ago by leesh007

Thank you for kind information.
I didn't participate in HLS discussion in Gothenburg meething thus I missed it. Regarding the "No" entry point bitstreams, I think we need to discuss more about this in AhG16 because this feautre may affect in hardware implementation.

comment:5 Changed 4 years ago by yk

  • Resolution set to fixed
  • Status changed from new to closed

Fixed by actions taken at the 17th JVET meeting.

Note: See TracTickets for help on using tickets.