Changeset 565 in SHVCSoftware for branches/SHM-5.0-dev/source


Ignore:
Timestamp:
27 Jan 2014, 17:59:19 (11 years ago)
Author:
seregin
Message:

remove JCTVC_M0203_INTERLAYER_PRED_IDC macro

Location:
branches/SHM-5.0-dev/source/Lib
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-5.0-dev/source/Lib/TLibCommon/TComSlice.cpp

    r564 r565  
    20372037  m_crossLayerIrapAlignFlag = true;
    20382038#endif
    2039 #if JCTVC_M0203_INTERLAYER_PRED_IDC
    20402039#if N0120_MAX_TID_REF_PRESENT_FLAG
    20412040  m_maxTidRefPresentFlag = true;
     
    20522051#endif
    20532052  }
    2054 #endif
    20552053#if VPS_VUI_TILES_NOT_IN_USE__FLAG
    20562054  m_tilesNotInUseFlag = true;
  • branches/SHM-5.0-dev/source/Lib/TLibCommon/TComSlice.h

    r564 r565  
    556556  Bool       m_crossLayerIrapAlignFlag;
    557557#endif
    558 #if JCTVC_M0203_INTERLAYER_PRED_IDC
    559558#if O0225_MAX_TID_FOR_REF_LAYERS
    560559  UInt       m_maxTidIlRefPicsPlus1[MAX_VPS_LAYER_ID_PLUS1 - 1][MAX_VPS_LAYER_ID_PLUS1];
    561560#else
    562561  UInt       m_maxTidIlRefPicsPlus1[MAX_VPS_LAYER_ID_PLUS1 - 1];
    563 #endif
    564562#endif
    565563#if N0120_MAX_TID_REF_PRESENT_FLAG
     
    853851  Void   setCrossLayerIrapAlignFlag(Bool x)                                     { m_crossLayerIrapAlignFlag = x;                         }
    854852#endif
    855 #if JCTVC_M0203_INTERLAYER_PRED_IDC
    856853#if O0225_MAX_TID_FOR_REF_LAYERS
    857854  UInt   getMaxTidIlRefPicsPlus1(Int layerId, Int refLayerId)                     { return m_maxTidIlRefPicsPlus1[layerId][refLayerId];           }
     
    860857  UInt   getMaxTidIlRefPicsPlus1(Int layerId)                     { return m_maxTidIlRefPicsPlus1[layerId];                   }
    861858  Void   setMaxTidIlRefPicsPlus1(Int layerId, UInt maxSublayer)   { m_maxTidIlRefPicsPlus1[layerId] = maxSublayer;            }
    862 #endif
    863859#endif
    864860#if N0120_MAX_TID_REF_PRESENT_FLAG
  • branches/SHM-5.0-dev/source/Lib/TLibCommon/TypeDef.h

    r564 r565  
    151151#define MAX_ONE_RESAMPLING_DIRECT_LAYERS 1      ///< Allow maximum of one resampling process for direct reference layers
    152152#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.
    153 #define JCTVC_M0203_INTERLAYER_PRED_IDC  1      ///< JCTVC-M0203: implementation of Inter-layer Prediction Indication
    154 #if JCTVC_M0203_INTERLAYER_PRED_IDC
    155153#define EARLY_REF_PIC_MARKING            1      ///< Decoded picture marking of sub-layer non-reference pictures
    156154#define N0120_MAX_TID_REF_PRESENT_FLAG   1      ///< JCTVC-N0120: max_tid_ref_pics_plus1_present_flag
     
    160158#define VPS_TSLAYERS                     1      ///< JCTVC-O0120 signal max temporal sub-layers for each layer
    161159#define TSLAYERS_IL_RPS                  1      ///< JCTVC-O0120 IL RPS based on max temporal sub-layers
    162 #endif
    163160#if REF_IDX_MFM
    164161#define N0139_POSITION_ROUNDING_OFFSET   1      ///< JCTVC-N0139: offset for collocated block in motion mapping
  • branches/SHM-5.0-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r564 r565  
    10951095    }
    10961096#endif
    1097 #if JCTVC_M0203_INTERLAYER_PRED_IDC
    10981097#if N0120_MAX_TID_REF_PRESENT_FLAG
    10991098  READ_FLAG( uiCode, "max_tid_ref_present_flag"); vps->setMaxTidRefPresentFlag(uiCode ? true : false);
     
    11521151#endif   
    11531152  }
    1154 #endif
    11551153#endif
    11561154#if ILP_SSH_SIG
  • branches/SHM-5.0-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r564 r565  
    885885    }
    886886#endif
    887 #if JCTVC_M0203_INTERLAYER_PRED_IDC
    888887#if N0120_MAX_TID_REF_PRESENT_FLAG
    889888   WRITE_FLAG( vps->getMaxTidRefPresentFlag(), "max_tid_ref_present_flag");
     
    920919#endif
    921920  }
    922 #endif
    923921#endif
    924922#if ILP_SSH_SIG
Note: See TracChangeset for help on using the changeset viewer.