Ignore:
Timestamp:
23 Jul 2013, 14:37:07 (12 years ago)
Author:
tech
Message:
  • Changed HM Version number
  • Minor cleanups
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  
    5858#if H_MV
    5959#define NV_VERSION        "0.3"                 ///< Current software version
    60 #define HM_VERSION        "10.1"                ///<
     60#define HM_VERSION        "11.0"                ///<
    6161#else
    6262#define NV_VERSION        "10.1"                 ///< Current software version
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/TComPic.h

    r539 r541  
    133133#endif
    134134#endif
    135 
    136135#if H_3D_QTLPC
    137136  Bool          getReduceBitsFlag ()             { return m_bReduceBitsQTL;     }
    138137  Void          setReduceBitsFlag ( Bool bFlag ) { m_bReduceBitsQTL = bFlag;    }
    139138#endif
    140 
    141139  Bool          getUsedByCurr()             { return m_bUsedByCurr; }
    142140  Void          setUsedByCurr( Bool bUsed ) { m_bUsedByCurr = bUsed; }
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/TComSlice.h

    r539 r541  
    977977  Bool        m_bUsePC;
    978978#endif
    979 
    980979  // Parameter
    981980  Int         m_bitDepthY;
     
    11751174  Int  getMinHorizontalCtuOffsetPlus1 ( Int i )            { return m_minHorizontalCtuOffsetPlus1 [ i ];}
    11761175#endif
    1177 
    11781176#if H_3D_QTLPC
    11791177  Void setUseQTL( Bool b ) { m_bUseQTL = b;    }
     
    11821180  Bool getUsePC ()         { return m_bUsePC;  }
    11831181#endif
    1184 
    11851182#if H_3D
    11861183  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  
    6969/////////////////////////////////////////////////////////////////////////////////////////
    7070#if H_MV
    71 #define H_MV_FIX1071                      1  //< Fix on Fix1071, same as in HTM 11
    72 #define H_MV_FIX_VPS_POINTER              1  //< Changed m_vps in TEncCfg to pointer to avoid mismatches between layers and avoid erroneous shallow copy.
    7371#define H_MV_ENC_DEC_TRAC                 1  //< CU/PU level tracking
    7472#endif
Note: See TracChangeset for help on using the changeset viewer.