Changeset 696 in 3DVCSoftware for branches/HTM-8.2-dev2-Samsung/source/App/TAppEncoder/TAppEncTop.cpp
- Timestamp:
- 15 Nov 2013, 01:35:16 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.2-dev2-Samsung/source/App/TAppEncoder/TAppEncTop.cpp
r669 r696 200 200 #if H_3D_INTER_SDC 201 201 m_cTEncTop.setInterSDCEnable ( isDepth ? m_bDepthInterSDCFlag : false ); 202 #endif 203 #if SEC_MPI_ENABLING_MERGE_F0150 204 m_cTEncTop.setUseMPI ( isDepth ? m_bMPIFlag : false ); 202 205 #endif 203 206 #endif // H_3D … … 1681 1684 vps.setInterSDCFlag( layer, !isLayerZero && isDepth && m_bDepthInterSDCFlag ); 1682 1685 #endif 1686 #if SEC_MPI_ENABLING_MERGE_F0150 1687 vps.setMPIFlag( layer, !isLayerZero && isDepth && m_bMPIFlag ); 1688 #endif 1683 1689 } 1684 1690 #if H_3D
Note: See TracChangeset for help on using the changeset viewer.