Changeset 501 in 3DVCSoftware


Ignore:
Timestamp:
27 Jun 2013, 15:09:26 (11 years ago)
Author:
tech
Message:
  • Reset HEVC_EXT to 2.
  • Fixed compiler warning for MV configuration.
Location:
branches/HTM-DEV-0.3-dev0/source
Files:
2 edited

Legend:

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

    r497 r501  
    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
  • branches/HTM-DEV-0.3-dev0/source/Lib/TLibCommon/TypeDef.h

    r500 r501  
    5757
    5858#ifndef HEVC_EXT
    59 #define HEVC_EXT                    0
     59#define HEVC_EXT                    2
    6060#endif
    6161
Note: See TracChangeset for help on using the changeset viewer.