Opened 13 years ago Closed 13 years ago #366 closed defect (fixed)Derivation of intra luma mode predictors when neighbor is PCM coded.
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)Change History (6)comment:1 Changed 13 years ago by DefaultCC Plugin
Changed 13 years ago by kchonocomment:2 Changed 13 years ago by kchonocomment:3 Changed 13 years ago by bheng
This bug report is still valid for HM-6.2rc1. The patch provided by Keiichi Chono fixes this problem. comment:4 Changed 13 years ago by ksuehring
comment:5 Changed 13 years ago by fbossen
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
|
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.