Ignore:
Timestamp:
11 May 2012, 21:20:17 (12 years ago)
Author:
hschwarz
Message:

updated trunk (move to HM6.1)

File:
1 edited

Legend:

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

    r21 r56  
    6969
    7070private:
    71   TComSPS*  m_aacActiveSPS[ 2 ][ MAX_NUMBER_VIEWS ];
     71  TComSPS*  m_aacActiveSPS[ 2 ][ MAX_VIEW_NUM ];
    7272};
    7373
     
    9999  Int       m_iLastPoc;
    100100  UInt      m_uiMaxViewId;
    101   TComPic*  m_aacCurrAUPics[ 2 ][ MAX_NUMBER_VIEWS ];
     101  TComPic*  m_aacCurrAUPics[ 2 ][ MAX_VIEW_NUM ];
    102102};
    103103
     
    212212  Bool              m_bPDMAvailable;
    213213  std::vector<UInt> m_auiBaseIdList;
    214   Int               m_aaiConvParsDisparity2VirtDepth[ MAX_NUMBER_VIEWS ][ 3 ];  // disparity      ==> virtual  depth   (0:scale, 1:add, 2:shift)
    215   Int               m_aaiConvParsVirtDepth2Disparity[ MAX_NUMBER_VIEWS ][ 3 ];  // virtual  depth ==> disparity        (0:scale, 1:add, 2:shift)
    216   Int               m_aaiConvParsOrigDepth2VirtDepth[ MAX_NUMBER_VIEWS ][ 3 ];  // original depth ==> virtual  depth   (0:scale, 1:add, 2:shift)
    217   Int               m_aaiConvParsVirtDepth2OrigDepth[ MAX_NUMBER_VIEWS ][ 3 ];  // virtual  depth ==> original depth   (0:scale, 1:add, 2:shift)
     214  Int               m_aaiConvParsDisparity2VirtDepth[ MAX_VIEW_NUM ][ 3 ];  // disparity      ==> virtual  depth   (0:scale, 1:add, 2:shift)
     215  Int               m_aaiConvParsVirtDepth2Disparity[ MAX_VIEW_NUM ][ 3 ];  // virtual  depth ==> disparity        (0:scale, 1:add, 2:shift)
     216  Int               m_aaiConvParsOrigDepth2VirtDepth[ MAX_VIEW_NUM ][ 3 ];  // original depth ==> virtual  depth   (0:scale, 1:add, 2:shift)
     217  Int               m_aaiConvParsVirtDepth2OrigDepth[ MAX_VIEW_NUM ][ 3 ];  // virtual  depth ==> original depth   (0:scale, 1:add, 2:shift)
    218218
    219219  // temporary arrays
Note: See TracChangeset for help on using the changeset viewer.