Opened 14 years ago Closed 14 years ago #11 closed defect (fixed)r19 doesn't build with PLANAR_INTRA 1 and no deblocking filter
Description (last modified by davidf)
Build fails if using: #define ANG_INTRA 0 #define PLANAR_INTRA 1 #define TENTM_DEBLOCKING_FILTER 0 #define HHI_DEBLOCKING_FILTER 0
Build log: source/Lib/TLibCommon/TComLoopFilter.cpp: In member function 'Void TComLoopFilter::xDeblockCU(TComDataCU*, UInt, UInt)': source/Lib/TLibCommon/TComLoopFilter.cpp:198:64: error: 'xEdgeFilterPlanarIntra' was not declared in this scope source/Lib/TLibCommon/TComLoopFilter.cpp:211:64: error: 'xEdgeFilterPlanarIntra' was not declared in this scope Attachments (1)Change History (8)comment:1 Changed 14 years ago by davidf
comment:2 Changed 14 years ago by davidf
comment:3 Changed 14 years ago by davidf
The above attachment appears to allow the build to proceed. I have not tested to see if the results are sensible yet. comment:4 Changed 14 years ago by davidf
This has been applied as r55 comment:5 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:6 Changed 13 years ago by davidf
comment:7 Changed 13 years ago by davidf
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 looks like the following is occuring in source/Lib/TLibCommon/TComLoopFilter.h: