Changeset 100 in 3DVCSoftware for trunk/source/Lib/TLibCommon/TComSlice.h


Ignore:
Timestamp:
9 Aug 2012, 12:53:16 (13 years ago)
Author:
tech
Message:

Adopted modifications:

  • disparity vector generation (A0097)
  • inter-view motion prediction modification (A0049)
  • simplification of disparity vector derivation (A0126)
  • region boundary chain coding (A0070)
  • residual skip intra (A0087)
  • VSO modification (A0033/A0093)

+ Clean ups + Bug fixes

Update of cfg files (A0033 modification 2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibCommon/TComSlice.h

    r77 r100  
    151151private:
    152152  Int         m_VPSId;
    153         UInt                            m_uiMaxTLayers;
    154         UInt                            m_uiMaxLayers;
    155         Bool                            m_bTemporalIdNestingFlag;
    156 
    157         UInt        m_uiExtensionType;
     153  UInt        m_uiMaxTLayers;
     154  UInt        m_uiMaxLayers;
     155  Bool        m_bTemporalIdNestingFlag;
     156
     157  UInt        m_uiExtensionType;
    158158 
    159159  Bool        m_bDependentFlag[MAX_LAYER_NUM];
     
    170170  TComVPS();
    171171  virtual ~TComVPS();
    172        
     172 
    173173  Int     getVPSId       ()                   { return m_VPSId;          }
    174174  Void    setVPSId       (Int i)              { m_VPSId = i;             }
    175        
     175 
    176176  UInt    getMaxTLayers  ()                   { return m_uiMaxTLayers;   }
    177177  Void    setMaxTLayers  (UInt t)             { m_uiMaxTLayers = t; }
    178178   
    179179  UInt    getMaxLayers   ()                   { return m_uiMaxLayers;   }
    180         Void    setMaxLayers   (UInt l)             { m_uiMaxLayers = l; }
    181        
     180  Void    setMaxLayers   (UInt l)             { m_uiMaxLayers = l; }
     181 
    182182  Bool    getTemporalNestingFlag   ()         { return m_uiMaxLayers;   }
    183         Void    setTemporalNestingFlag   (UInt t)   { m_bTemporalIdNestingFlag = t; }
     183  Void    setTemporalNestingFlag   (UInt t)   { m_bTemporalIdNestingFlag = t; }
    184184 
    185185  Void    setExtensionType(UInt v)                     { m_uiExtensionType = v;    }
     
    219219private:
    220220#if VIDYO_VPS_INTEGRATION
    221         Int                                     m_VPSId;
     221  Int          m_VPSId;
    222222#endif
    223223  Int         m_SPSId;
     
    379379  virtual ~TComSPS();
    380380#if VIDYO_VPS_INTEGRATION
    381         Int  getVPSId       ()         { return m_VPSId;          }
     381  Int  getVPSId       ()         { return m_VPSId;          }
    382382  Void setVPSId       (Int i)    { m_VPSId = i;             }
    383383#endif
Note: See TracChangeset for help on using the changeset viewer.