Changeset 1101 in SHVCSoftware


Ignore:
Timestamp:
6 Jul 2015, 20:23:02 (9 years ago)
Author:
seregin
Message:

macro cleanup: SHM_FIX7

Location:
branches/SHM-dev/source/Lib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h

    r1100 r1101  
    208208
    209209#define O0062_POC_LSB_NOT_PRESENT_FLAG   1      ///< JCTVC-O0062: signal poc_lsb_not_present_flag for each layer in VPS extension
    210 #define SHM_FIX7                         1      ///< fix for SHVC WD ticket #7
    211210
    212211#define O0092_0094_DEPENDENCY_CONSTRAINT 1      ///< JCTVC-O0092: constraint on the layer_id of SPS/PPS
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r1100 r1101  
    12261226
    12271227#if Q0142_POC_LSB_NOT_PRESENT
    1228 #if SHM_FIX7
    12291228  Int iPOClsb = 0;
    1230 #endif
    12311229#endif
    12321230
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r1100 r1101  
    10341034
    10351035#if N0065_LAYER_POC_ALIGNMENT
    1036 #if SHM_FIX7
    1037     }
    1038 #endif
    1039       if( !pcSlice->getIdrPicFlag() )
    1040       {
     1036    }
     1037    if( !pcSlice->getIdrPicFlag() )
     1038    {
    10411039#endif
    10421040      TComReferencePictureSet* rps = pcSlice->getRPS();
     
    11561154#endif
    11571155      }
    1158 #if N0065_LAYER_POC_ALIGNMENT && !SHM_FIX7
    1159       }
    1160 #endif
    11611156    }
    11621157
Note: See TracChangeset for help on using the changeset viewer.