Opened 13 years ago Closed 12 years ago #531 closed defect (fixed)TComSampleAdaptiveOffset::m_uiSaoBitIncrease incorectly computed for bitDepth > 8
Description
I looks like the following lines (1456 to 1462 in TComSampleAdaptiveOffset.cpp) fell victim to some erroneous search/replace.
#if FULL_NBIT
#else
#endif
The problem appears fixed if they are changed to just:
Change History (3)comment:1 Changed 13 years ago by DefaultCC Plugin
comment:2 Changed 13 years ago by ksebovcomment:3 Changed 12 years ago by davidf
This was resolved in r2900 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
|
Forgot to mention that it only manifests itself if you #define FULL_NBIT 1 in the TypeDef.h