Opened 4 years ago

Closed 4 years ago

#914 closed defect (fixed)

Typos in syntax of coding tree (7.3.10.4)

Reported by: abe.kiyo Owned by:
Priority: minor Milestone:
Component: spec Version:
Keywords: Cc: ksuehring, bbross, XiangLi, fbossen, jvet@…

Description

In 7.3.10.4 Coding tree syntax, "," in the last coding_tree() is missing.

coding_tree( x0, y0, cbWidth, cbHeight, qgOnY, qgOnC, cbSubdiv, cqtDepth, mttDepth, depthOffset, partIdx, treeTypeCurr, modeTypeCurr ) {Descriptor
....
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 )
}

Change history (1)

comment:1 Changed 4 years ago by yk

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

Good catch! Thanks. Fixed in Q2001-vE.

Note: See TracTickets for help on using tickets.