Opened 12 years ago

Closed 12 years ago

#474 closed defect (fixed)

Missing initialization of I_PCM transform index

Reported by: kchono Owned by:
Priority: minor Milestone: HM-6.2
Component: HM Version: HM-6.1
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

When I_PCM is selected, its transform index is not initialized at decoder. Although tranform index is not used in I_PCM encoding and decoding, the value should be initialized (with 0). Attachment is a patch to HM-6.1-dev rev.2173. (Note that the patch also includes the initialization at encoder to ensure it in future modifications in the related codes.)

The patch does not affect results under common test conditions with I_PCM as long as QPs of I_PCM regions are set to 0 during deblocking process.

Attachments (1)

20120409-HM-6.1-dev-rev-2173-IPCM-bugfix.patch (1.3 KB) - added by kchono 12 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 Changed 12 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

comment:2 Changed 12 years ago by ksuehring

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

the proposed patch has been applied in r2210

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(Subscriber)
  • Frank Bossen(Subscriber)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Participant, Always)
  • Keiichi Chono(Reporter)