Opened 4 years ago

Closed 4 years ago

#1156 closed defect (fixed)

Typo in 7.3.10.4 and different font size in 8.3.4.2

Reported by: moonmo.koo Owned by:
Priority: minor Milestone:
Component: spec Version: VVC D10 vA
Keywords: Cc: ksuehring, bbross, XiangLi, fbossen, jvet@…

Description

In the last part of coding_tree syntax table (7.3.10.4) in JVET-S02001-vA.docx, it seems that modeTypeCur should be replaced by modeTypeCurr (ending with two "r"), of which location is shown as follows:

    ...
    if( '''modeTypeCur''' = = MODE_TYPE_ALL && modeType = = MODE_TYPE_INTRA )
      coding_tree( x0, y0, cbWidth, cbHeight, 0, qgOnC, cbSubdiv, cqtDepth, mttDepth, 0, 0, DUAL_TREE_CHROMA , modeType )
  } else
    coding_unit( x0, y0, cbWidth, cbHeight, cqtDepth, treeTypeCurr , modeTypeCurr )
}

Also, the title of section 8.3.4.2 seems to be written with larger font size compared with section 8.3.4.1.

Change history (1)

comment:1 Changed 4 years ago by yk

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

Good catches! Thanks. Will be fixed in S2001-vB.

Note: See TracTickets for help on using tickets.