Ignore:
Timestamp:
21 Jan 2014, 01:02:51 (10 years ago)
Author:
samsung-htm
Message:

Integration of JCT3V-G0072: IC and ARP Flags Signaling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.3-dev2-Samsung/source/Lib/TLibDecoder/TDecCu.cpp

    r773 r785  
    390390    UInt uiMergeIndex = pcCU->getMergeIndex(uiAbsPartIdx);
    391391
     392#if !SEC_IC_ARP_SIG_G0072
    392393#if H_3D_IC
    393394    m_pcEntropyDecoder->decodeICFlag( pcCU, uiAbsPartIdx, uiDepth );
    394395#endif
     396#endif
    395397#if H_3D_ARP
    396398    m_pcEntropyDecoder->decodeARPW( pcCU , uiAbsPartIdx , uiDepth );
     399#endif
     400#if SEC_IC_ARP_SIG_G0072
     401#if H_3D_IC
     402    m_pcEntropyDecoder->decodeICFlag( pcCU, uiAbsPartIdx, uiDepth );
     403#endif
    397404#endif
    398405
Note: See TracChangeset for help on using the changeset viewer.