Ignore:
Timestamp:
7 Feb 2013, 06:01:05 (12 years ago)
Author:
sony
Message:

JCT2-C0115 Inter-view vector scaling for TMVP & flag
The macro is INTER_VIEW_VECTOR_SCALING_C0115.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-5.1-dev2-Sony/source/Lib/TLibDecoder/TDecTop.h

    r210 r262  
    118118 
    119119  SEImessages *m_SEIs; ///< "all" SEI messages.  If not NULL, we own the object.
    120 
    121 #if SONY_COLPIC_AVAILABILITY
    122   Int                     m_iViewOrderIdx;
    123 #endif
    124120
    125121  // functional classes
     
    187183  Void setIsDepth( Bool isDepth ) { m_isDepth = isDepth; }
    188184
    189 #if SONY_COLPIC_AVAILABILITY
    190   Void setViewOrderIdx(Int i)     { m_iViewOrderIdx = i ;}
    191   Int  getViewOrderIdx()          { return m_iViewOrderIdx ; }
    192 #endif
    193 
    194185#if DEPTH_MAP_GENERATION
    195186  TComDepthMapGenerator*  getDepthMapGenerator  () { return &m_cDepthMapGenerator; }
Note: See TracChangeset for help on using the changeset viewer.