Changeset 1117 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
7 Jul 2015, 01:35:39 (10 years ago)
Author:
seregin
Message:

macro cleanup: R0156_CONF_WINDOW_IN_REP_FORMAT

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

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r1116 r1117  
    24882488#endif
    24892489
    2490 #if R0156_CONF_WINDOW_IN_REP_FORMAT
    24912490  Window conf = repFormat->getConformanceWindowVps();
    24922491
     
    24992498    WRITE_UVLC( conf.getWindowBottomOffset(), "conf_win_vps_bottom_offset" );
    25002499  }
    2501 #endif
    25022500}
    25032501#endif
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncTop.cpp

    r1093 r1117  
    15301530
    15311531    Int  numReorderPics[MAX_TLAYER];
    1532 #if R0156_CONF_WINDOW_IN_REP_FORMAT
    15331532    Window &conformanceWindow = repFormat->getConformanceWindowVps();
    1534 #else
    1535     Window &conformanceWindow = m_cSPS.getConformanceWindow();
    1536 #endif
    15371533    Window defaultDisplayWindow = m_cSPS.getVuiParametersPresentFlag() ? m_cSPS.getVuiParameters()->getDefaultDisplayWindow() : Window();
    15381534
Note: See TracChangeset for help on using the changeset viewer.