Changeset 70 in 3DVCSoftware for branches/HTM-3.0-Vidyo/source/App/TAppDecoder
- Timestamp:
- 3 Jun 2012, 21:48:11 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-3.0-Vidyo/source/App/TAppDecoder/TAppDecTop.cpp
r57 r70 140 140 { 141 141 read(nalu, nalUnit); 142 #if VIDYO_VPS_INTEGRATION 143 viewDepthId = nalu.m_layerId; // coding order T0D0T1D1T2D2 144 #else 142 145 Int viewId = nalu.m_viewId; 143 146 Int depth = nalu.m_isDepth ? 1 : 0; 144 147 viewDepthId = viewId * 2 + depth; // coding order T0D0T1D1T2D2 148 #endif 149 145 150 newPicture[viewDepthId] = false; 146 151 if( viewDepthId >= m_tDecTop.size() )
Note: See TracChangeset for help on using the changeset viewer.