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/TLibDecoder/TDecCAVLC.cpp

    r446 r459  
    953953    if (uiCode)
    954954    {
     955#if H_3D
     956      m_pcBitstream->readOutTrailingBits();
     957
     958      for( Int i = 0; i <= pcVPS->getMaxLayers() - 1; i++ )
     959      {
     960        if( pcVPS->getDepthId( i ) )
     961        {
     962          READ_FLAG( uiCode, "vps_depth_modes_flag[i]" );             pcVPS->setVpsDepthModesFlag( i, uiCode == 1 ? true : false );
     963        }
     964      }
     965#else
    955966      while ( xMoreRbspData() )
    956967      {
    957968        READ_FLAG( uiCode, "vps_extension2_data_flag");
    958969      }
     970#endif
    959971    }
    960972
Note: See TracChangeset for help on using the changeset viewer.