Ignore:
Timestamp:
9 Nov 2015, 21:13:05 (8 years ago)
Author:
tech
Message:

Macro cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.2-dev/source/Lib/TLibEncoder/TEncGOP.cpp

    r1373 r1374  
    340340  xClearSEIs(currentMessages, !testWrite);
    341341
    342 #if NH_MV_LAYERS_NOT_PRESENT_SEI
     342#if NH_MV
    343343  // Layers not present SEI message
    344344  currentMessages = extractSeisByType(localMessages, SEI::LAYERS_NOT_PRESENT);
     
    502502    seiMessages.push_back(seiChromaResamplingFilterHint);
    503503  }
    504 
    505 
    506 #if NH_MV
    507 #if !NH_MV_SEI
    508   if( m_pcCfg->getSubBitstreamPropSEIEnabled() && ( getLayerId() == 0 ) )
    509   {
    510     SEISubBitstreamProperty *sei = new SEISubBitstreamProperty;
    511     m_seiEncoder.initSEISubBitstreamProperty( sei, sps );
    512     seiMessages.push_back(sei);
    513   }
    514 #endif
    515 #endif
    516504}
    517505
     
    19251913      // write various parameter sets
    19261914      actualTotalBits += xWriteParameterSets(accessUnit, pcSlice);
    1927 #if PPS_FIX_DEPTH
     1915#if H_3D_PPS_FIX_DEPTH
    19281916      if(!pcSlice->getIsDepth() || !pcSlice->getViewIndex() )
    19291917      {
    19301918#endif
    1931 #if PPS_FIX_DEPTH
     1919#if H_3D_PPS_FIX_DEPTH
    19321920      }
    19331921#endif
     
    19501938    xCreatePerPictureSEIMessages(iGOPid, leadingSeiMessages, nestedSeiMessages, pcSlice);
    19511939
    1952 #if NH_MV_SEI
     1940#if NH_MV
    19531941    m_seiEncoder.createAnnexFGISeiMessages( leadingSeiMessages, pcSlice );
    19541942#endif
Note: See TracChangeset for help on using the changeset viewer.