Opened 4 years ago

Closed 4 years ago

#1149 closed defect (fixed)

A mistake in equation 30

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

Description

IN JVET-S2001-v3, equation (30)

tileX = CtbToTileColBd[ sps_subpic_ctu_top_left_x[ i ] ]
tileY = CtbToTileRowBd[ sps_subpic_ctu_top_left_y[ i ] ]

should be changed to

tileX = ctbToTileColIdx[ sps_subpic_ctu_top_left_x[ i ] ]
tileY = ctbToTileRowIdx[ sps_subpic_ctu_top_left_y[ i ] ]

Change history (1)

comment:1 Changed 4 years ago by yk

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

Good catch! Thanks! Will be corrected in JVET-S2001-v6.

Note: See TracTickets for help on using tickets.