Changes between Initial Version and Version 1 of Ticket #11


Ignore:
Timestamp:
Jul 23, 2010, 4:50:17 PM (14 years ago)
Author:
davidf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11

    • Property Owner set to davidf
    • Property Status changed from new to accepted
  • Ticket #11 – Description

    initial v1  
    1 Build fails if using:
     1It looks like the following is occuring in source/Lib/TLibCommon/TComLoopFilter.h:
    22{{{
    3 #define ANG_INTRA 0
    4 #define PLANAR_INTRA 1
    5 #define TENTM_DEBLOCKING_FILTER 0
    6 #define HHI_DEBLOCKING_FILTER 0
     35b41c967 (Arild Fuldseth 2010-06-24 14:02:43 +0000  72) #if HHI_DEBLOCKING_FILTER || TENTM_DEBLOCKING_FILTER
     4...
     55b41c967 (Arild Fuldseth 2010-06-24 14:02:43 +0000  87) #if PLANAR_INTRA
     65b41c967 (Arild Fuldseth 2010-06-24 14:02:43 +0000  88)   Void xPelFilterPlanarIntra      ( Pel* piSrc, Int iOffset, Int iBlkSize );
     75b41c967 (Arild Fuldseth 2010-06-24 14:02:43 +0000  89)   Void xEdgeFilterPlanarIntra     ( TComDataCU* pcCU, UInt uiAbsZorderIdx, Int iDir );
     85b41c967 (Arild Fuldseth 2010-06-24 14:02:43 +0000  90) #endif
    79}}}
    810
    9 Build log:
    10 {{{
    11 source/Lib/TLibCommon/TComLoopFilter.cpp: In member function 'Void TComLoopFilter::xDeblockCU(TComDataCU*, UInt, UInt)':
    12 source/Lib/TLibCommon/TComLoopFilter.cpp:198:64: error: 'xEdgeFilterPlanarIntra' was not declared in this scope
    13 source/Lib/TLibCommon/TComLoopFilter.cpp:211:64: error: 'xEdgeFilterPlanarIntra' was not declared in this scope
    14 }}}
     11As 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.

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)