Opened 12 years ago

Closed 12 years ago

#452 closed defect (fixed)

Wrong 'else if...' for 'if (skip_flag)' in CU syntax

Reported by: bbross Owned by: bbross
Priority: major Milestone:
Component: Text Version: D6 (H1003) dI/dJ/dK
Keywords: Cc: bbross, wjhan, jct-vc@…

Description

The 'else if...' corresponding to in CU syntax table:

else if( slice_type != I | | log2CbSize = = Log2MinCbSize ) {

is wrong because this would skip the transform coding for CUs with CBSize greater than minmum CbSize in I slices. Consequently it should be replaced by

else {

The conditions on slice_type and log2CbSize are already taken into account when parsing pred_mode_flag and part_mode.

Change History (3)

comment:1 Changed 12 years ago by DefaultCC Plugin

  • Cc bbross wjhan jct-vc@… added

comment:2 Changed 12 years ago by bbross

Fix has been incorporated in JCTVC-I0030 (v1).

comment:3 Changed 12 years ago by bbross

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

Fixed in JCTVC-I1003_d0 (v1).

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(Reporter, Owner, Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • Woo-Jin Han(Subscriber)