Ignore:
Timestamp:
6 Jun 2013, 11:46:05 (11 years ago)
Author:
hhi
Message:

Integation of depth intra methods in macro H_3D_DIM, including:

  • DMM coding modes in H_3D_DIM_DMM.
  • RBC coding mode in H_3D_DIM_RBC.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev1/source/Lib/TLibCommon/TComSlice.cpp

    r446 r459  
    7373, m_pcPPS                         ( NULL )
    7474, m_pcPic                         ( NULL )
     75#if H_3D
     76, m_picLists                      ( NULL )
     77#endif
    7578, m_colFromL0Flag                 ( 1 )
    7679, m_colRefIdx                     ( 0 )
     
    913916
    914917  m_pcPic                = pSrc->m_pcPic;
    915 
     918#if H_3D
     919  m_picLists             = pSrc->m_picLists;
     920#endif
    916921  m_colFromL0Flag        = pSrc->m_colFromL0Flag;
    917922  m_colRefIdx            = pSrc->m_colRefIdx;
     
    14741479#if H_3D
    14751480    m_viewIndex         [i] = -1;
     1481    m_vpsDepthModesFlag [i] = false;
    14761482#endif
    14771483
Note: See TracChangeset for help on using the changeset viewer.