Opened 12 years ago

Closed 12 years ago

#366 closed defect (fixed)

Derivation of intra luma mode predictors when neighbor is PCM coded.

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

Description

In TComDataCU::getIntraDirLumaPredictor, the logic used to determine iLeftIntraDir and iAboveIntraDir directions should take into account the case where one of the neighboring CUs is PCM coded.

The values in m_puhLumaIntraDir should either be initialized to "Intra_DC" rather than "2" (which no longer corresponds to DC mode), and/or there should be additional cases added to getIntraDirLumaPredictor( ) to check for PCM mode.

Attachments (1)

20120308-HM-6.0-dev-rev2090-ticket366.patch (1.9 KB) - added by kchono 12 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 12 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

comment:2 Changed 12 years ago by kchono

It is likely that the Intra_DC initialization is a simple solution. Attachment is a patch for HM-6.0-dev (rev. 2090). It is recommended that the patch is applied to the HM-6.0-dev branch.

comment:3 Changed 12 years ago by bheng

  • Version changed from HM-5.1 to HM-6.2rc1

This bug report is still valid for HM-6.2rc1. The patch provided by Keiichi Chono fixes this problem.

comment:4 Changed 12 years ago by ksuehring

  • Version changed from HM-6.2rc1 to HM-6.2

comment:5 Changed 12 years ago by fbossen

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

Fixed in r2310

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

  • Brian Heng(Reporter, Participant)
  • David Flynn(Subscriber)
  • Frank Bossen(Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Participant, Always)
  • Keiichi Chono(Participant)