Ignore:
Timestamp:
14 Sep 2015, 19:41:29 (10 years ago)
Author:
tech
Message:

Integrated general SEI changes and following SEIs:

  • Multiview view position SEI
  • Multiview acquisition information SEI
  • Multiview scene information SEI
  • Inter-layer constrained tile sets SEI
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.1-dev0/source/Lib/TLibRenderer/TRenModSetupStrParser.h

    r1313 r1328  
    8787                                );
    8888
    89   std::vector<Int>* getSynthViews() { return &m_aiAllSynthViewNums;  }
    90   std::vector<Int>* getBaseViews()  { return &m_aiAllBaseViewIdx;    }
     89  IntAry1d* getSynthViews() { return &m_aiAllSynthViewNums;  }
     90  IntAry1d* getBaseViews()  { return &m_aiAllBaseViewIdx;    }
    9191
    9292  TRenModSetupStrParser();
     
    9595
    9696private:
    97   std::vector< std::vector<Int > > m_aaaiBaseViewsIdx  [2];
    98   std::vector< std::vector<Int > > m_aaaiVideoDistMode [2];
    99   std::vector< std::vector<Int > > m_aaaiDepthDistMode [2];
    100   std::vector< std::vector<Int > > m_aaaiModelNums     [2];
    101   std::vector< std::vector<Int > > m_aaaiSynthViewNums [2];
    102   std::vector< std::vector<Bool> > m_aaabOrgRef        [2];
    103   std::vector< std::vector<Bool> > m_aaabExtrapolate   [2];
    104   std::vector< std::vector<Int > > m_aaaiBlendMode     [2];
     97  IntAry2d                        m_aaaiBaseViewsIdx  [2];
     98  IntAry2d                        m_aaaiVideoDistMode [2];
     99  IntAry2d                        m_aaaiDepthDistMode [2];
     100  IntAry2d                        m_aaaiModelNums     [2];
     101  IntAry2d                        m_aaaiSynthViewNums [2];
     102  BoolAry2d                        m_aaabOrgRef        [2];
     103  BoolAry2d                        m_aaabExtrapolate   [2];
     104  IntAry2d                        m_aaaiBlendMode     [2];
    105105
    106   std::vector<Int>                 m_aiAllBaseViewIdx;
    107   std::vector<Int>                 m_aiAllSynthViewNums;
     106  IntAry1d                         m_aiAllBaseViewIdx;
     107  IntAry1d                         m_aiAllSynthViewNums;
    108108
    109109  Bool                             m_bCurrentViewSet;
Note: See TracChangeset for help on using the changeset viewer.