Changeset 261 in 3DVCSoftware
- Timestamp:
- 7 Feb 2013, 01:50:02 (12 years ago)
- Location:
- branches/HTM-5.1-dev2-Mediatek/source/Lib/TLibCommon
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.1-dev2-Mediatek/source/Lib/TLibCommon/TComDepthMapGenerator.cpp
r237 r261 639 639 for( UInt uiBId = 0; uiBId < m_uiCurrViewId && iValid==0; uiBId++ ) 640 640 { 641 #if MTK_C0138_FIXED 642 UInt uiBaseId = uiBId; 643 #else 641 644 UInt uiBaseId = m_auiBaseIdList[ uiBId ]; 645 #endif 642 646 TComPic* pcBasePic = m_pcAUPicAccess->getPic( uiBaseId ); 643 647 for( Int iRefListId = 0; iRefListId < 2 && iValid==0; iRefListId++ ) -
branches/HTM-5.1-dev2-Mediatek/source/Lib/TLibCommon/TComResidualGenerator.cpp
r244 r261 281 281 #endif 282 282 { 283 #if MTK_C0138_FIXED 284 UInt uiBaseViewId = 0; 285 #else 283 286 UInt uiBaseViewId = m_pcDepthMapGenerator->getBaseViewId( 0 ); 287 #endif 284 288 285 289 if( !pcYuv ) -
branches/HTM-5.1-dev2-Mediatek/source/Lib/TLibCommon/TypeDef.h
r254 r261 100 100 #if HHI_INTER_VIEW_RESIDUAL_PRED 101 101 #define MTK_MDIVRP_C0138 1 // mode-dependent inter-view residual prediction 102 #define MTK_C0138_FIXED 1 102 103 #define LG_RESTRICTEDRESPRED_M24766 1 // restricted inter-view residual prediction 103 104 #define QC_SIMPLIFIEDIVRP_M24938 1
Note: See TracChangeset for help on using the changeset viewer.