Changeset 541 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon
- Timestamp:
- 23 Jul 2013, 14:37:07 (12 years ago)
- Location:
- branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/CommonDef.h
r537 r541 58 58 #if H_MV 59 59 #define NV_VERSION "0.3" ///< Current software version 60 #define HM_VERSION "1 0.1" ///<60 #define HM_VERSION "11.0" ///< 61 61 #else 62 62 #define NV_VERSION "10.1" ///< Current software version -
branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/TComPic.h
r539 r541 133 133 #endif 134 134 #endif 135 136 135 #if H_3D_QTLPC 137 136 Bool getReduceBitsFlag () { return m_bReduceBitsQTL; } 138 137 Void setReduceBitsFlag ( Bool bFlag ) { m_bReduceBitsQTL = bFlag; } 139 138 #endif 140 141 139 Bool getUsedByCurr() { return m_bUsedByCurr; } 142 140 Void setUsedByCurr( Bool bUsed ) { m_bUsedByCurr = bUsed; } -
branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/TComSlice.h
r539 r541 977 977 Bool m_bUsePC; 978 978 #endif 979 980 979 // Parameter 981 980 Int m_bitDepthY; … … 1175 1174 Int getMinHorizontalCtuOffsetPlus1 ( Int i ) { return m_minHorizontalCtuOffsetPlus1 [ i ];} 1176 1175 #endif 1177 1178 1176 #if H_3D_QTLPC 1179 1177 Void setUseQTL( Bool b ) { m_bUseQTL = b; } … … 1182 1180 Bool getUsePC () { return m_bUsePC; } 1183 1181 #endif 1184 1185 1182 #if H_3D 1186 1183 Void initCamParaSPS ( UInt uiViewIndex, UInt uiCamParPrecision = 0, Bool bCamParSlice = false, Int** aaiScale = 0, Int** aaiOffset = 0 ); -
branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/TypeDef.h
r539 r541 69 69 ///////////////////////////////////////////////////////////////////////////////////////// 70 70 #if H_MV 71 #define H_MV_FIX1071 1 //< Fix on Fix1071, same as in HTM 1172 #define H_MV_FIX_VPS_POINTER 1 //< Changed m_vps in TEncCfg to pointer to avoid mismatches between layers and avoid erroneous shallow copy.73 71 #define H_MV_ENC_DEC_TRAC 1 //< CU/PU level tracking 74 72 #endif
Note: See TracChangeset for help on using the changeset viewer.