Opened 11 years ago

Closed 11 years ago

#856 closed defect (fixed)

Typo in D9 v9

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

Description

In K1003-v9:

  • Session 6.4.1:

“.. z-scan order minBlockAddrCurr of the current blockis derived as follows.”
should be
“.. z-scan order minBlockAddrCurr of the current block is derived as follows.”

  • Session 7.3.9.8:

"transform_tree( x1, y0, x0, y0, log2TrafoSize − 1 trafoDepth + 1, 1 )"
should be
"transform_tree( x1, y0, x0, y0, log2TrafoSize − 1, trafoDepth + 1, 1 )"

  • Session 7.3.9.11:

"lastSubBlock = ( 1 << ( log2TrafoSize − 2 ) * ( 1 << ( log2TrafoSize − 2 ) ) − 1"
should be
"lastSubBlock = ( 1 << ( log2TrafoSize − 2 ) ) * ( 1 << ( log2TrafoSize − 2 ) ) − 1"

  • Session 7.4.9.3:

In table 7-8, inconsistent letter case used for "Band offset" and "Edge Offset"

  • Session 8.4.4.2.6:

“Figure 8-2 illustrates the total 34 intra angles”
should be
“Figure 8-2 illustrates the total 33 intra prediction angles”

  • Session 8.6.1: Equation(8-245):

"QPY = ( ( ( qPY_PRED + CuQpDelta +52+ 2*QpBdOffsetY )%( 52 + QpBdOffsetY ) ) − QpBdOffsetY"
should be
"QPY = ( ( ( qPY_PRED + CuQpDelta +52+ 2*QpBdOffsetY )%( 52 + QpBdOffsetY ) ) − QpBdOffsetY

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