Ignore:
Timestamp:
13 Jul 2013, 10:26:41 (11 years ago)
Author:
tech
Message:

MergeMerged tags/HTM-DEV-1.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2/source/App/TAppDecoder/TAppDecTop.cpp

    r531 r534  
    150150  Bool recon_opened = false; // reconstruction file not yet opened. (must be performed after SPS is seen)
    151151#else
     152#if H_3D
    152153  Int  pocCurrPic        = -MAX_INT;     
    153154  Int  pocLastPic        = -MAX_INT;   
     155#endif
    154156
    155157  Int  layerIdCurrPic    = 0;
     
    187189    Bool newSliceDiffPoc   = false;
    188190    Bool newSliceDiffLayer = false;
     191#if H_3D
    189192    Bool allLayersDecoded  = false;     
     193#endif
    190194#endif
    191195    if (nalUnit.empty())
     
    222226        {
    223227          layerIdCurrPic = nalu.m_layerId;
     228#if H_3D
    224229          pocCurrPic     = m_tDecTop[decIdx]->getCurrPoc();
     230#endif
    225231          decIdxCurrPic  = decIdx;
    226232          firstSlice     = false;
     
    230236        {
    231237          layerIdCurrPic    = nalu.m_layerId;
    232          
     238#if H_3D         
    233239          pocLastPic        = pocCurrPic;
    234240          pocCurrPic        = m_tDecTop[decIdx]->getCurrPoc();
    235          
     241#endif         
    236242          decIdxLastPic     = decIdxCurrPic;
    237243          decIdxCurrPic     = decIdx;
    238 
     244#if H_3D
    239245          allLayersDecoded = ( pocCurrPic != pocLastPic );
     246#endif
    240247        }
    241248
Note: See TracChangeset for help on using the changeset viewer.