Changeset 863 in 3DVCSoftware
- Timestamp:
- 5 Mar 2014, 20:27:09 (11 years ago)
- Location:
- trunk/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibCommon/TComDataCU.cpp
r833 r863 4737 4737 4738 4738 TComMvField cMVField; 4739 4740 #if !HTM10RC1_FIX 4739 4741 UChar ucInterDir = pcTextureCU->getInterDir( uiPartIdx ); 4740 4742 #endif 4741 4743 Int iDV = 0; 4742 4744 Int iViewIdx = 0; 4745 #if !HTM10RC1_FIX 4743 4746 if( ucInterDir & 1 ) 4744 4747 { 4748 #endif 4745 4749 pcTextureCU->getMvField( pcTextureCU, uiPartIdx, REF_PIC_LIST_0, cMVField ); 4750 #if HTM10RC1_FIX 4751 if( cMVField.getRefIdx() >= 0 ) 4752 { 4753 #endif 4746 4754 if( pcTextureSlice->getRefPOC( REF_PIC_LIST_0, cMVField.getRefIdx()) == pcTextureSlice->getPOC() ) 4747 4755 { … … 4763 4771 } 4764 4772 } 4773 4774 #if !HTM10RC1_FIX 4765 4775 if( !tmpDir && ( ucInterDir & 2 )) 4766 4776 { 4777 #endif 4767 4778 pcTextureCU->getMvField( pcTextureCU, uiPartIdx, REF_PIC_LIST_1, cMVField ); 4779 4780 #if HTM10RC1_FIX 4781 if( !tmpDir && cMVField.getRefIdx() >= 0 ) 4782 { 4783 #endif 4768 4784 if( pcTextureSlice->getRefPOC( REF_PIC_LIST_1, cMVField.getRefIdx()) == pcTextureSlice->getPOC() ) 4769 4785 { -
trunk/source/Lib/TLibCommon/TypeDef.h
r833 r863 279 279 280 280 #define MTK_DDD_G0063 1 // Disparity derived depth coding 281 #define HTM10RC1_FIX 1 // Fix of DDD 282 281 283 282 284 #if H_3D_VSP
Note: See TracChangeset for help on using the changeset viewer.