Ignore:
Timestamp:
29 Jul 2015, 12:12:44 (9 years ago)
Author:
tech
Message:

Further fixes and alignments.

Location:
branches/HTM-14.1-update-dev1/source/App/TAppEncoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev1/source/App/TAppEncoder/TAppEncCfg.cpp

    r1304 r1305  
    13601360  ("IlluCompEnable"        ,                          m_abUseIC                 , true                          , "Enable illumination compensation"          )
    13611361  ("IlluCompLowLatencyEnc" ,                          m_bUseLowLatencyICEnc     , false                         , "Enable low-latency illumination compensation encoding")
    1362 #endif //H_3D
     1362#endif //NH_3D
    13631363   
    13641364  ;
     
    35993599  }
    36003600#endif //HHI_VSO
    3601 #endif //H_3D
     3601#endif //NH_3D
    36023602  printf("\n");
    36033603#if NH_MV
  • branches/HTM-14.1-update-dev1/source/App/TAppEncoder/TAppEncTop.cpp

    r1287 r1305  
    302302    m_cTEncTop.setUseQTL                       ( isDepth ? m_bUseQTL  : false );
    303303    m_cTEncTop.setSps3dExtension               ( m_sps3dExtension );
    304 #endif // H_3D
     304#endif // NH_3D
    305305
    306306    m_cTEncTop.setIvPicLists                   ( &m_ivPicLists );
Note: See TracChangeset for help on using the changeset viewer.