Ignore:
Timestamp:
22 May 2015, 05:38:04 (9 years ago)
Author:
sharpjp-htm
Message:

Migration of illumination compensation(NH_3D_IC) and small fix(H_MV_ENC_DEC_TRAC_FIX)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev2-Sharp/source/Lib/TLibDecoder/TDecEntropy.cpp

    r1200 r1225  
    124124#endif
    125125
    126 #if H_3D_IC
     126#if NH_3D_IC
    127127Void TDecEntropy::decodeICFlag( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth )
    128128{
    129129  pcCU->setICFlagSubParts( false , uiAbsPartIdx, 0, uiDepth );
    130130
     131#if H_3D_ARP
    131132  if ( pcCU->isIntra( uiAbsPartIdx ) || ( pcCU->getSlice()->getViewIndex() == 0 ) || pcCU->getSlice()->getIsDepth() || pcCU->getARPW( uiAbsPartIdx ) > 0 )
     133#else
     134  if ( pcCU->isIntra( uiAbsPartIdx ) || ( pcCU->getSlice()->getViewIndex() == 0 ) || pcCU->getSlice()->getIsDepth() )
     135#endif
    132136  {
    133137    return;
     
    475479        std::cout << " merge index: " << (UInt)pcCU->getMergeIndex(uiSubPartIdx) << std::endl;
    476480      }
     481#endif
     482#if NH_3D_IC
     483      decodeICFlag( pcCU, uiAbsPartIdx, uiDepth );
    477484#endif
    478485
     
    531538        }
    532539      }
     540#if NH_3D_IC
     541      decodeICFlag( pcCU, uiAbsPartIdx, uiDepth );
     542#endif
    533543    }
    534544
Note: See TracChangeset for help on using the changeset viewer.