Ignore:
Timestamp:
17 Dec 2013, 21:57:52 (11 years ago)
Author:
qualcomm
Message:

MV-HEVC+D support based on JCT3V-F0122

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.0r1-F0122/source/App/TAppEncoder/TAppEncTop.cpp

    r735 r747  
    16511651  for ( Int layer = 0; layer <= vps.getMaxLayersMinus1(); layer++ )
    16521652  {
     1653#if H_3DV
    16531654    Bool isDepth      = ( vps.getDepthId( layer ) == 1 ) ;
    16541655    Bool isLayerZero  = ( layer == 0 );
     1656#endif
    16551657
    16561658#if H_3D_ARP
     
    17151717#endif
    17161718  } 
    1717 #if H_3D
     1719#if H_3DV
    17181720  vps.setIvMvScalingFlag( m_ivMvScalingFlag );   
    17191721#endif
Note: See TracChangeset for help on using the changeset viewer.