Changeset 70 in 3DVCSoftware for branches/HTM-3.0-Vidyo/source/App/TAppDecoder


Ignore:
Timestamp:
3 Jun 2012, 21:48:11 (13 years ago)
Author:
vidyo
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-3.0-Vidyo/source/App/TAppDecoder/TAppDecTop.cpp

    r57 r70  
    140140    {
    141141      read(nalu, nalUnit);
     142#if VIDYO_VPS_INTEGRATION
     143      viewDepthId = nalu.m_layerId;   // coding order T0D0T1D1T2D2
     144#else
    142145      Int viewId = nalu.m_viewId;
    143146      Int depth = nalu.m_isDepth ? 1 : 0;
    144147      viewDepthId = viewId * 2 + depth;   // coding order T0D0T1D1T2D2
     148#endif
     149     
    145150      newPicture[viewDepthId] = false;
    146151      if( viewDepthId >= m_tDecTop.size() )     
Note: See TracChangeset for help on using the changeset viewer.