Changeset 201 in 3DVCSoftware for branches/HTM-5.0-Nokia/source/Lib/TLibCommon
- Timestamp:
- 4 Dec 2012, 23:29:29 (12 years ago)
- Location:
- branches/HTM-5.0-Nokia/source/Lib/TLibCommon
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.0-Nokia/source/Lib/TLibCommon/TComSlice.cpp
r200 r201 1595 1595 #endif 1596 1596 1597 #if FLEX_CODING_ORDER && HHI_DMM_PRED_TEX1597 #if FLEX_CODING_ORDER_M23723 && HHI_DMM_PRED_TEX 1598 1598 , m_bUseDMM34 (false) 1599 1599 #endif -
branches/HTM-5.0-Nokia/source/Lib/TLibCommon/TComSlice.h
r200 r201 394 394 #endif 395 395 396 #if HHI_DMM_PRED_TEX && FLEX_CODING_ORDER 396 #if HHI_DMM_PRED_TEX && FLEX_CODING_ORDER_M23723 397 397 Bool m_bUseDMM34; 398 398 #endif … … 678 678 #endif 679 679 680 #if HHI_DMM_PRED_TEX && FLEX_CODING_ORDER 680 #if HHI_DMM_PRED_TEX && FLEX_CODING_ORDER_M23723 681 681 Bool getUseDMM34() { return m_bUseDMM34; } 682 682 Void setUseDMM34( Bool b ) { m_bUseDMM34 = b; } -
branches/HTM-5.0-Nokia/source/Lib/TLibCommon/TypeDef.h
r200 r201 42 42 //! \{ 43 43 #define QC_MVHEVC_B0046 0 //JCT3V-B0046: disable 3DHEVC tools 44 #define QC_IV_AS_LT_B0046 1//JCT3V-B0046: inter-view reference pictures are treated as long-term pictures, scaling of motion vectors for DCP based on ViewId/ViewOrderIdx is disabled45 #define QC_TMVP_IDX_MOD_B0046 1//JCT3V-B0046: the reference index for temporal merging candidate is set to 0, as defined in HEVC46 #define QC_REM_IDV_B0046 1//JCT3V-B0046: removal of IDV NAL unit type47 #define FIX_DEL_NULLPTR 144 #define QC_IV_AS_LT_B0046 0 //JCT3V-B0046: inter-view reference pictures are treated as long-term pictures, scaling of motion vectors for DCP based on ViewId/ViewOrderIdx is disabled 45 #define QC_TMVP_IDX_MOD_B0046 0 //JCT3V-B0046: the reference index for temporal merging candidate is set to 0, as defined in HEVC 46 #define QC_REM_IDV_B0046 0 //JCT3V-B0046: removal of IDV NAL unit type 47 #define FIX_DEL_NULLPTR 0 48 48 49 49 #define DV_V_RESTRICTION_B0037 1 // JCT3V-B0037 disparity vector vertical range restriction … … 63 63 64 64 // FCO 65 #define FLEX_CODING_ORDER 66 #if FLEX_CODING_ORDER 65 #define FLEX_CODING_ORDER_M23723 1 66 #if FLEX_CODING_ORDER_M23723 67 67 #define DISABLE_FCO_FOR_VSO 0 // Optional compile settings to disable VSO with FCO. 68 68 #endif
Note: See TracChangeset for help on using the changeset viewer.