Ignore:
Timestamp:
15 Nov 2013, 01:35:16 (12 years ago)
Author:
samsung-htm
Message:

Integration of F0150: MPI candidate in depth merge mode list construction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-8.2-dev2-Samsung/source/App/TAppEncoder/TAppEncTop.cpp

    r669 r696  
    200200#if H_3D_INTER_SDC
    201201    m_cTEncTop.setInterSDCEnable               ( isDepth ? m_bDepthInterSDCFlag    : false );
     202#endif
     203#if SEC_MPI_ENABLING_MERGE_F0150
     204    m_cTEncTop.setUseMPI               ( isDepth ? m_bMPIFlag    : false );
    202205#endif
    203206#endif // H_3D
     
    16811684    vps.setInterSDCFlag( layer, !isLayerZero && isDepth && m_bDepthInterSDCFlag );
    16821685#endif
     1686#if SEC_MPI_ENABLING_MERGE_F0150
     1687    vps.setMPIFlag( layer, !isLayerZero && isDepth && m_bMPIFlag );
     1688#endif
    16831689  } 
    16841690#if H_3D
Note: See TracChangeset for help on using the changeset viewer.