Ignore:
Timestamp:
6 Nov 2014, 21:11:53 (10 years ago)
Author:
tech
Message:

HHI_VPS_3D_EXTENSION_I3_J0107: Vps3dExtension

Location:
branches/HTM-12.2-dev2-HHI/source/Lib/TLibEncoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/HTM-12.2-dev2-HHI/source/Lib/TLibEncoder/TEncCavlc.cpp

    r1106 r1109  
    10071007  codeVPSExtension( pcVPS );                           
    10081008#if H_3D
    1009   WRITE_FLAG( 1,                     "vps_extension2_flag" );
     1009  WRITE_FLAG( 1,                     "vps_extension2_flag" ); 
     1010#if HHI_VPS_3D_EXTENSION_I3_J0107
     1011  WRITE_FLAG( 1,                     "vps_3d_extension_flag" );
     1012  m_pcBitIf->writeAlignOne();     
     1013  codeVPS3dExtension( pcVPS );
     1014#else
    10101015  m_pcBitIf->writeAlignOne();     
    10111016  codeVPSExtension2( pcVPS );
     1017#endif
    10121018  WRITE_FLAG( 0,                     "vps_extension3_flag" );
    10131019#else
     
    16131619
    16141620#if H_3D
     1621#if HHI_VPS_3D_EXTENSION_I3_J0107
     1622Void TEncCavlc::codeVPS3dExtension( TComVPS* pcVPS )
     1623#else
    16151624Void TEncCavlc::codeVPSExtension2( TComVPS* pcVPS )
     1625#endif
    16161626{
    16171627#if !HHI_TOOL_PARAMETERS_I2_J0107
  • TabularUnified branches/HTM-12.2-dev2-HHI/source/Lib/TLibEncoder/TEncCavlc.h

    r1106 r1109  
    9999#endif
    100100#if H_3D
     101#if HHI_VPS_3D_EXTENSION_I3_J0107
     102  Void  codeVPS3dExtension       ( TComVPS* pcVPS );
     103#else
    101104  Void  codeVPSExtension2       ( TComVPS* pcVPS );
     105#endif
    102106#if HHI_TOOL_PARAMETERS_I2_J0107
    103107  Void  codeSPS3dExtension      ( TComSPS* pcSPS );
Note: See TracChangeset for help on using the changeset viewer.