Ignore:
Timestamp:
15 Jul 2015, 12:46:07 (9 years ago)
Author:
tech
Message:
  • Further fixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev2/source/Lib/TLibEncoder/TEncCu.cpp

    r1274 r1275  
    19081908#if NH_3D_ARP
    19091909  Int nARPWMax = rpcTempCU->getSlice()->getARPStepNum() - 1;
    1910 #if H_3D_IC
     1910#if NH_3D_IC
    19111911  if( nARPWMax < 0 || bICFlag )
    19121912#else
     
    22562256    Bool bFirstTime = true;
    22572257    Int nARPWMax    = rpcTempCU->getSlice()->getARPStepNum() - 1;
    2258 #if H_3D_IC
     2258#if NH_3D_IC
    22592259    if( nARPWMax < 0 || ePartSize != SIZE_2Nx2N || rpcTempCU->getICFlag(0) )
    22602260#else
Note: See TracChangeset for help on using the changeset viewer.