Changeset 254 in 3DVCSoftware for branches/HTM-5.1-dev2-Mediatek/source/Lib/TLibEncoder/TEncCavlc.cpp
- Timestamp:
- 4 Feb 2013, 02:58:35 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.1-dev2-Mediatek/source/Lib/TLibEncoder/TEncCavlc.cpp
r210 r254 508 508 #endif 509 509 #endif 510 #if HHI_MPI 510 #if HHI_MPI || OL_QTLIMIT_PREDCODING_B0068 511 511 Void TEncCavlc::codeSPS( TComSPS* pcSPS, Bool bIsDepth ) 512 512 #else … … 1304 1304 #elif HHI_MPI 1305 1305 const int iExtraMergeCandidates = pcSlice->getSPS()->getUseMVI() ? 1 : 0; 1306 #elif MTK_DEPTH_MERGE_TEXTURE_CANDIDATE_C0137 1307 const int iExtraMergeCandidates = ( pcSlice->getIsDepth() || pcSlice->getSPS()->getMultiviewMvPredMode() ) ? 1 : 0; 1306 1308 #else 1307 1309 const int iExtraMergeCandidates = pcSlice->getSPS()->getMultiviewMvPredMode() ? 1 : 0;
Note: See TracChangeset for help on using the changeset viewer.