Opened 4 years ago

Closed 4 years ago

#971 closed defect (fixed)

Typos in 6.5.1 CTB raster scanning, tile scanning, and subpicture scanning processes

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

Description

Small typo in 6.5.1 CTB raster scanning, tile scanning, and subpicture scanning processes: "if( slicWidthInTiles[ i ] = = 1 && sliceHeightInTiles[ i ] = = 1 ) {" should be "if( sliceWidthInTiles[ i ] = = 1 && sliceHeightInTiles[ i ] = = 1 ) {" (there is an "e" missing in slicWidthInTiles).

In equation (32) to derive the list NumSlicesInSubpic, there are two { but only one }. I believe that the } for the second for loop on slices is missing.

Change history (1)

comment:1 Changed 4 years ago by yk

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

Good catches! Thanks! The first aspect will be fixed in JVET-R2001-v8. For the second aspect, I also noticed it (during editing an earlier version of R2001 and have fixed that).

Note: See TracTickets for help on using tickets.