Changeset 1117 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 7 Jul 2015, 01:35:39 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r1116 r1117 2488 2488 #endif 2489 2489 2490 #if R0156_CONF_WINDOW_IN_REP_FORMAT2491 2490 Window conf = repFormat->getConformanceWindowVps(); 2492 2491 … … 2499 2498 WRITE_UVLC( conf.getWindowBottomOffset(), "conf_win_vps_bottom_offset" ); 2500 2499 } 2501 #endif2502 2500 } 2503 2501 #endif -
branches/SHM-dev/source/Lib/TLibEncoder/TEncTop.cpp
r1093 r1117 1530 1530 1531 1531 Int numReorderPics[MAX_TLAYER]; 1532 #if R0156_CONF_WINDOW_IN_REP_FORMAT1533 1532 Window &conformanceWindow = repFormat->getConformanceWindowVps(); 1534 #else1535 Window &conformanceWindow = m_cSPS.getConformanceWindow();1536 #endif1537 1533 Window defaultDisplayWindow = m_cSPS.getVuiParametersPresentFlag() ? m_cSPS.getVuiParameters()->getDefaultDisplayWindow() : Window(); 1538 1534
Note: See TracChangeset for help on using the changeset viewer.