Opened 11 years ago

Closed 11 years ago

#1032 closed defect (fixed)

7.3.8.10 Transform unit 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.10 Transform unit syntax

The residual coding syntax should be invoked up to two times when ChromaArrayType is equal to 2 and at most once for other cases.

Therefore, the four instances of the following loop:

for( tIdx = 0; tIdx < ( ChromaArrayType = = 2 ? 1 : 0 ); tIdx++)

Should be replaced with:

for( tIdx = 0; tIdx < ( ChromaArrayType = = 2 ? 2 : 1 ); tIdx++)

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)