Opened 11 years ago

Closed 11 years ago

#1031 closed defect (fixed)

7.3.8.8 Transform tree syntax issue

Reported by: crosewarne Owned by: davidf
Priority: minor Milestone: RExt D2
Component: RExt text Version: RExt D2 (L1005) v1
Keywords: Cc: davidf, joels@…, teruhikos@…

Description

7.3.8.8 Transform tree syntax

When ChromaArrayType is equal to 2, the coded block flag for the lower square block should only present when the RQT is not further split.

Therefore, the two instances of the following condition:

if( ChromaArrayType = = 2 && split_transform_flag[ x0 ][ y0 ][ trafoDepth ] )

Should be replaced with:

if( ChromaArrayType = = 2 && !split_transform_flag[ x0 ][ y0 ][ trafoDepth ] )

Change History (2)

comment:1 Changed 11 years ago by DefaultCC Plugin

  • Cc davidf joels@… teruhikos@… added

comment:2 Changed 11 years ago by davidf

  • Milestone set to RExt D2
  • Resolution set to fixed
  • Status changed from new to closed

Fixed in L1005_v2 (draft)

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

  • David Flynn(Owner, Subscriber, Participant)
  • joels@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • teruhikos@…(Subscriber)