Opened 11 years ago

Closed 11 years ago

#897 closed defect (fixed)

Typo in rowHeight[] derivation

Reported by: Parabola Owned by: bbross
Priority: minor Milestone:
Component: Text Version: D9 (K1003) v11
Keywords: Cc: bbross, wjhan, jct-vc@…

Description

In section "6.5.1 Coding tree block raster and tile scanning conversion process", this line of the pseudocode is incorrect:

rowHeight[ num_tile_rows_minus1 ] −= rowHeight[ i ]

It should read

rowHeight[ num_tile_rows_minus1 ] −= rowHeight[ j ]

Change History (2)

comment:1 Changed 11 years ago by DefaultCC Plugin

  • Cc bbross wjhan jct-vc@… added

comment:2 Changed 11 years ago by bbross

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

Fixed in JCTVC-K1003_v12

Note: See TracTickets for help on using tickets.

This list contains all users that will be notified about changes made to this ticket.

These roles will be notified: Reporter, Owner, Subscriber, Participant

  • Benjamin Bross(Owner, Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • John Funnell(Reporter)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • Woo-Jin Han(Subscriber)