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

MV-HEVC+D support based on JCT3V-F0122

Location:
branches/HTM-9.0r1-F0122/source/Lib/TLibEncoder
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.0r1-F0122/source/Lib/TLibEncoder/TEncCavlc.cpp

    r724 r747  
    600600Void TEncCavlc::codeSPSExtension2( TComSPS* pcSPS, Int viewIndex, Bool depthFlag )
    601601{
    602 #if H_3D_QTLPC
     602#if H_3D_QTLPC && H_3DV
    603603//GT: This has to go to VPS
    604604if( depthFlag )
  • branches/HTM-9.0r1-F0122/source/Lib/TLibEncoder/TEncGOP.cpp

    r724 r747  
    18271827        pcPic->destroyNonDBFilterInfo();
    18281828      }
    1829 #if H_3D
     1829#if H_3DV
    18301830      pcPic->compressMotion(2);
    18311831#endif
    1832 #if !H_3D
     1832#if !H_3DV
    18331833      pcPic->compressMotion();
    18341834#endif
  • branches/HTM-9.0r1-F0122/source/Lib/TLibEncoder/TEncTop.cpp

    r724 r747  
    403403{
    404404#endif
    405 #if H_3D
     405#if H_3DV
    406406  TComPic* picLastCoded = getPic( getGOPEncoder()->getPocLastCoded() );
    407407  if( picLastCoded )
     
    766766
    767767#if H_3D_QTLPC
     768#if H_3DV
    768769  m_cSPS.setUseQTL( m_bUseQTL );
    769770  m_cSPS.setUsePC ( m_bUsePC  );
     771#else
     772  m_cSPS.setUseQTL( m_bUseQTL );
     773  m_cSPS.setUsePC ( 0 );
     774#endif
    770775#endif
    771776
Note: See TracChangeset for help on using the changeset viewer.