Opened 12 years ago

Closed 11 years ago

#811 closed defect (fixed)

Typo in Table: 7.3.8.4 Coding quadtree syntax

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

Description

There is an extra "(" in the if statement below:

"if( ( cu_qp_delta_enabled_flag && log2CbSize >= Log2MinCuQpDeltaSize ) {"

Should be :
"if( cu_qp_delta_enabled_flag && log2CbSize >= Log2MinCuQpDeltaSize ) {"

Change History (2)

comment:1 Changed 12 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)
  • Jun Xin(Reporter)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • Woo-Jin Han(Subscriber)