Opened 11 years ago

Closed 11 years ago

#858 closed defect (fixed)

Typo in syntax

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

Description

  • Session 7.3.9.2 Coding tree unit syntax

coding_tree_unit( xCtb, yCtb )
should be
coding_tree_unit( )

  • Session 7.3.9.5 Coding unit syntax

prediction_unit( x0, y0, log2CbSize )
should be
prediction_unit( x0, y0, ( 1 << log2CbSize ), ( 1 << log2CbSize ) )

  • Session 8.5.3.1.5

mvpListLX[ mvp_lX_flag[ xP, yP ] ]
should be
mvpListLX[ mvp_lX_flag[ xP ][ yP ] ]

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)