Changeset 948 in 3DVCSoftware
- Timestamp:
- 24 Apr 2014, 11:10:24 (11 years ago)
- Location:
- branches/HTM-10.2-dev0/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-10.2-dev0/source/Lib/TLibCommon/TComDataCU.cpp
r946 r948 7665 7665 } 7666 7666 #if H_3D_SPIVMP 7667 #if H_3D_FIX_DBBP_IVMP 7668 for(Int iLoopCan = ( (m_pcSlice->getIsDepth() || getDBBPFlag(0)) ? 0 : 1 ); iLoopCan < ( 2 - m_pcSlice->getIsDepth() ); iLoopCan ++) 7669 #else 7667 7670 for(Int iLoopCan = ( 1 - m_pcSlice->getIsDepth() ); iLoopCan < ( 2 - m_pcSlice->getIsDepth() ); iLoopCan ++) 7671 #endif 7668 7672 #else 7669 7673 for(Int iLoopCan = 0; iLoopCan < 2; iLoopCan ++) -
branches/HTM-10.2-dev0/source/Lib/TLibCommon/TypeDef.h
r946 r948 315 315 ///////////////////////////////////////////////////////////////////////////////////////// 316 316 317 317 #define H_3D_FIX_DBBP_IVMP 1 // Fix . Enable IVMP is always disabled, when DBBP is enabled. The original intention is to disable Sub-PU IVMP when DBBP is enabled, not to disable IVMP itself. 318 318 319 319 #define MTK_ALIGN_SW_WD_BI_PRED_ARP_H0085 1 // Align the SW and WD for the bi-prediction ARP PUs by disallowing non-normative fast bi-prediction for ARP PUs, JCT3V-H0085
Note: See TracChangeset for help on using the changeset viewer.