Ignore:
Timestamp:
6 Jun 2013, 11:46:05 (11 years ago)
Author:
hhi
Message:

Integation of depth intra methods in macro H_3D_DIM, including:

  • DMM coding modes in H_3D_DIM_DMM.
  • RBC coding mode in H_3D_DIM_RBC.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev1/source/Lib/TLibEncoder/TEncCavlc.cpp

    r446 r459  
    741741    }
    742742  }
     743
     744#if H_3D
     745  WRITE_FLAG( 1,                                             "vps_extension2_flag" );
     746
     747  m_pcBitIf->writeAlignOne();                       
     748 
     749  for( Int i = 0; i <= pcVPS->getMaxLayers() - 1; i++ )
     750  {
     751    if( pcVPS->getDepthId( i ) )
     752    {
     753      WRITE_FLAG( pcVPS->getVpsDepthModesFlag( i ),          "vps_depth_modes_flag[i]" );
     754    }
     755  }
     756#else
    743757  WRITE_FLAG( 0,                                             "vps_extension2_flag" );
     758#endif
    744759#else
    745760  WRITE_FLAG( 0,                     "vps_extension_flag" );
Note: See TracChangeset for help on using the changeset viewer.