Opened 14 years ago

Last modified 14 years ago

#11 closed defect

r19 doesn't build with PLANAR_INTRA 1 and no deblocking filter — at Version 1

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

Description (last modified by davidf)

It looks like the following is occuring in source/Lib/TLibCommon/TComLoopFilter.h:

5b41c967 (Arild Fuldseth 2010-06-24 14:02:43 +0000  72) #if HHI_DEBLOCKING_FILTER || TENTM_DEBLOCKING_FILTER
...
5b41c967 (Arild Fuldseth 2010-06-24 14:02:43 +0000  87) #if PLANAR_INTRA
5b41c967 (Arild Fuldseth 2010-06-24 14:02:43 +0000  88)   Void xPelFilterPlanarIntra      ( Pel* piSrc, Int iOffset, Int iBlkSize );
5b41c967 (Arild Fuldseth 2010-06-24 14:02:43 +0000  89)   Void xEdgeFilterPlanarIntra     ( TComDataCU* pcCU, UInt uiAbsZorderIdx, Int iDir );
5b41c967 (Arild Fuldseth 2010-06-24 14:02:43 +0000  90) #endif
As this is from your integration, please can you confirm that the #PLANAR_INTRA block should be moved outside the "HHI_DEBLOCKING_FILTER
TENTM_DEBLOCKING_FILTER" prepr ocessor guard.

Change History (1)

comment:1 Changed 14 years ago by davidf

  • Description modified (diff)
  • Owner set to davidf
  • Status changed from new to accepted
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

  • arild.fuldseth@…(Subscriber)
  • David Flynn(Reporter, Owner, Subscriber, Participant)
  • Frank Bossen(Subscriber)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)