Changeset 377 in SHVCSoftware for branches/SHM-3.1-dev/source/App


Ignore:
Timestamp:
30 Aug 2013, 03:29:41 (11 years ago)
Author:
seregin
Message:

remove REF_IDX_FRAMEWORK macro

Location:
branches/SHM-3.1-dev/source/App/TAppEncoder
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.1-dev/source/App/TAppEncoder/TAppEncCfg.cpp

    r362 r377  
    7272, m_pRowHeight()
    7373, m_scalingListFile()
    74 #if REF_IDX_FRAMEWORK
    7574, m_elRapSliceBEnabled(0)
    76 #endif
    7775{
    7876  for(UInt layer=0; layer<MAX_LAYERS; layer++)
     
    514512#endif
    515513#endif
    516 #if REF_IDX_FRAMEWORK
    517514  ("EnableElRapB,-use-rap-b",  m_elRapSliceBEnabled, 0, "Set ILP over base-layer I picture to B picture (default is P picture)")
    518 #endif 
    519515#if M0457_IL_SAMPLE_PRED_ONLY_FLAG
    520516  ("IlSampleOnlyPred%d",       m_ilSampleOnlyPred, 0, MAX_LAYERS, "Set inter_layer_sample_pred_only_flag for all slices")
    521517#endif
    522 #else 
     518#else
    523519  ("InputFile,i",           cfg_InputFile,     string(""), "Original YUV input file name")
    524520  ("BitstreamFile,b",       cfg_BitstreamFile, string(""), "Bitstream output file name")
     
    22392235  printf("AvcBase:%d ", 0);
    22402236#endif
    2241 #if REF_IDX_FRAMEWORK
    2242   printf("REF_IDX_FRAMEWORK:%d ", REF_IDX_FRAMEWORK);
    22432237  printf("EL_RAP_SliceType: %d ", m_elRapSliceBEnabled);
    22442238  printf("REF_IDX_ME_ZEROMV: %d ", REF_IDX_ME_ZEROMV);
    22452239  printf("ENCODER_FAST_MODE: %d ", ENCODER_FAST_MODE);
    22462240  printf("REF_IDX_MFM: %d ", REF_IDX_MFM);
    2247 #endif
    22482241#else
    22492242  printf("RecalQP:%d", m_recalculateQPAccordingToLambda ? 1 : 0 );
  • branches/SHM-3.1-dev/source/App/TAppEncoder/TAppEncCfg.h

    r345 r377  
    5959  // file I/O
    6060#if SVC_EXTENSION
    61   TAppEncLayerCfg m_acLayerCfg [MAX_LAYERS]; 
     61  TAppEncLayerCfg m_acLayerCfg [MAX_LAYERS];
    6262  Int       m_numLayers;                                      ///< number of layers
    6363  Int       m_scalabilityMask[MAX_VPS_NUM_SCALABILITY_TYPES]; ///< scalability_mask
     
    340340  Int       m_log2MaxMvLengthVertical;                        ///< Indicate the maximum absolute value of a decoded vertical MV component in quarter-pel luma units
    341341
    342 #if REF_IDX_FRAMEWORK
     342#if SVC_EXTENSION
    343343  Int       m_elRapSliceBEnabled;
    344344#endif
  • branches/SHM-3.1-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r372 r377  
    475475    m_acTEncTop[layer].setLog2MaxMvLengthHorizontal( m_log2MaxMvLengthHorizontal );
    476476    m_acTEncTop[layer].setLog2MaxMvLengthVertical( m_log2MaxMvLengthVertical );
    477 #if REF_IDX_FRAMEWORK
    478477    m_acTEncTop[layer].setElRapSliceTypeB(layer == 0? 0 : m_elRapSliceBEnabled);
    479 #endif
    480478#if SCALED_REF_LAYER_OFFSETS
    481479    if( layer > 0 )
Note: See TracChangeset for help on using the changeset viewer.