Changeset 280 in 3DVCSoftware for branches/HTM-5.1-dev0/source/Lib/TLibEncoder/TEncCavlc.cpp
- Timestamp:
- 14 Feb 2013, 23:41:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.1-dev0/source/Lib/TLibEncoder/TEncCavlc.cpp
r210 r280 498 498 } 499 499 } 500 #if INTER_VIEW_VECTOR_SCALING_C0115 501 WRITE_FLAG( pcVPS->getIVScalingFlag(), "inter_view_vector_scaling_flag" ); 502 #endif 500 503 } 501 504 … … 508 511 #endif 509 512 #endif 510 #if HHI_MPI 513 #if HHI_MPI || OL_QTLIMIT_PREDCODING_B0068 511 514 Void TEncCavlc::codeSPS( TComSPS* pcSPS, Bool bIsDepth ) 512 515 #else … … 1304 1307 #elif HHI_MPI 1305 1308 const int iExtraMergeCandidates = pcSlice->getSPS()->getUseMVI() ? 1 : 0; 1309 #elif MTK_DEPTH_MERGE_TEXTURE_CANDIDATE_C0137 1310 const int iExtraMergeCandidates = ( pcSlice->getIsDepth() || pcSlice->getSPS()->getMultiviewMvPredMode() ) ? 1 : 0; 1306 1311 #else 1307 1312 const int iExtraMergeCandidates = pcSlice->getSPS()->getMultiviewMvPredMode() ? 1 : 0;
Note: See TracChangeset for help on using the changeset viewer.