Opened 6 years ago

#1500 new defect

typo in equation (8-69),(8-70)

Reported by: Haruhiko Owned by:
Priority: minor Milestone: v5
Component: Text Version: v5 (02/2018)
Keywords: Cc: bbross, wjhan, jct-vc@…

Description

The equation (8-69),(8-70) in the current spec(N17728) is:

xL = palette_transpose_flag ? x * nSubHeight : x * nSubWidth
yL = palette_transpose_flag ? y * nSubWidth : y * nSubHeight

But I think it should be:

xL = palette_transpose_flag ? y * nSubHeight : x * nSubWidth
yL = palette_transpose_flag ? x * nSubWidth : y * nSubHeight

Change History (0)

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