Changeset 1143 in SHVCSoftware


Ignore:
Timestamp:
7 Jul 2015, 23:33:29 (9 years ago)
Author:
seregin
Message:

macro cleanup: P0079_DERIVE_NUMACTIVE_REF_PICS

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

Legend:

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

    r1142 r1143  
    150150#define MOTION_RESAMPLING_CONSTRAINT     1      ///< JCTVC-N0108: Allow maximum of one motion resampling process for direct reference layers, and use motion inter-layer prediction from the same layer as texture inter-layer prediction.
    151151#define VPS_TSLAYERS                     1      ///< JCTVC-O0120 signal max temporal sub-layers for each layer
    152 #define P0079_DERIVE_NUMACTIVE_REF_PICS  1      ///< JCTVC-P0079 Modification of derivation of variable NumActiveRefLayerPics
    153152
    154153#define VIEW_ID_RELATED_SIGNALING        1      ///< Introduce syntax elements view_id and view_id_val
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r1142 r1143  
    15331533          else
    15341534          {
    1535 #if P0079_DERIVE_NUMACTIVE_REF_PICS
    15361535            for( Int i = 0; i < pcSlice->getNumILRRefIdx(); i++ )
    15371536            {
     
    15431542              }
    15441543            }
    1545 #else
    1546             pcSlice->setActiveNumILRRefIdx(1);
    1547 #endif
    15481544          }
    15491545
Note: See TracChangeset for help on using the changeset viewer.