Opened 7 years ago

Closed 4 years ago

#1469 closed defect (fixed)

Typo in the Equation (8-100)

Reported by: Haruhiko Owned by:
Priority: major Milestone:
Component: SCC text Version:
Keywords: Cc: rajan_joshi, jct-vc@…

Description

The equation (8-100) in the current spec(JCTVC-w1005_v4, N15895) is:
uLX[1] = ((((mvpLX[0] >> 2) + mvdLX[0]) << 2) + 216) % 216
But I think it should be:
uLX[1] = ((((mvpLX[1] >> 2) + mvdLX[1]) << 2) + 216) % 216

Change History (2)

comment:1 Changed 4 years ago by karlsharman

This was changed between v4 and v5 of the specification.

comment:2 Changed 4 years ago by crosewarne

  • Resolution set to fixed
  • Status changed from new to closed
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

  • Haruhiko Tanaka(Reporter)
  • jct-vc@…(Subscriber)
  • Karl Sharman(Participant)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • Rajan Joshi(Subscriber)