Opened 12 years ago

Closed 12 years ago

#424 closed defect (fixed)

The position of DF vertical edge is incorrect in 8.7.1.4.

Reported by: JiCheonKim Owned by: bbross
Priority: minor Milestone: WD6
Component: Text Version: D6 (H1003) dI/dJ/dK
Keywords: Cc: bbross, wjhan, jct-vc@…

Description

4.For xDk set equal to xC+( k << 2 ), k=0..nD*2 − 1, the following applies:

–For yDm set equal to yC+( m << 3 ), m=0..nD − 1, the following ordered steps apply:

......

5.For yDm set equal to yC+( m << 3 ), m=0..nD − 1, the following applies:

–For xDk set equal to xC + ( k << 2 ), k = 0..nD*2 - 1, the following ordered steps apply:

In 8.7.1.4 process 4 is related to vertical edge
and process 5 is related to horizontal edge.

However yDk and yDm are same between vertical edge and horizontal edge.
I think that position of vertical edge should be changed as following.

4.For xDk set equal to xC+( k << 3 ), k=0..nD − 1, the following applies:

–For yDm set equal to yC+( m << 2 ), m=0..nD*2 − 1, the following ordered steps apply:

......

5.For yDm set equal to yC+( m << 3 ), m=0..nD − 1, the following applies:

–For xDk set equal to xC + ( k << 2 ), k = 0..nD*2 - 1, the following ordered steps apply:

Change History (2)

comment:1 Changed 12 years ago by DefaultCC Plugin

  • Cc bbross wjhan jct-vc@… added

comment:2 Changed 12 years ago by bbross

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

This is fixed in JCTVC-I1003 d2.

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)
  • JiCheonKim(Reporter)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • Woo-Jin Han(Subscriber)