Typo in D9 v9
In K1003-v9:
“.. 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.”
"transform_tree( x1, y0, x0, y0, log2TrafoSize − 1 trafoDepth + 1, 1 )"
should be
"transform_tree( x1, y0, x0, y0, log2TrafoSize − 1, trafoDepth + 1, 1 )"
"lastSubBlock = ( 1 << ( log2TrafoSize − 2 ) * ( 1 << ( log2TrafoSize − 2 ) ) − 1"
should be
"lastSubBlock = ( 1 << ( log2TrafoSize − 2 ) ) * ( 1 << ( log2TrafoSize − 2 ) ) − 1"
In table 7-8, inconsistent letter case used for "Band offset" and "Edge Offset"
“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)
Changed 12 years ago by DefaultCC Plugin
-
Cc
bbross wjhan jct-vc@… added
-
Resolution
set to fixed
-
Status
changed from new to closed
| 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)
|