Opened 5 years ago

Closed 5 years ago

#172 closed defect (fixed)

Typo in tileIdx range for NumCtusInTile

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

Description

In both sections 6.5.1 CTB raster and tile scanning process and 7.4.3.2 Picture parameter set RBSP semantics, the following text has a wrong range for tileIdx:
"The list NumCtusInTile[ tileIdx ] for tileIdx ranging from 0 to PicSizeInCtbsY − 1, inclusive, specifying the conversion from a tile index to the number of CTUs in the tile"
tileIdx should range from 0 to NumTilesInPic − 1 instead of PicSizeInCtbsY − 1.

Change history (3)

comment:1 Changed 5 years ago by bbross

  • Version changed from VVC D4 v1 to VVC D4 v2

comment:2 Changed 5 years ago by bbross

  • Version changed from VVC D4 v2 to VVC D4 v3

comment:3 Changed 5 years ago by bbross

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

Fixed in v4 of VVC D4

Note: See TracTickets for help on using tickets.