Opened 5 years ago

Closed 5 years ago

#1055 closed defect (fixed)

Bug in inference for pps_slice_height_in_tiles_minus1[ i ]

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

Description

The text provided for adoption of JVET-R0188 has mistake in the inference for pps_slice_height_in_tiles_minus1[ i ] when it is not present.

Currently the following is specified:
“If SliceTopLeftTileIdx[ i ] % NumTileColumns is equal to NumTileColumns − 1, the value of pps_slice_height_in_tiles_minus1[ i ] is inferred to be equal to 0”

That is clearly a mistake. Then intent was and should be as follows:

“If SliceTopLeftTileIdx[ i ] / NumTileColumns is equal to NumTileRows − 1, the value of pps_slice_height_in_tiles_minus1[ i ] is inferred to be equal to 0”

Change history (1)

comment:1 Changed 5 years ago by yk

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

Good catch! Thanks! Fixed in JVET-R2001-v9, which has just been released.

Note: See TracTickets for help on using tickets.