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/TLibEncoder/TEncSearch.cpp

    r773 r785  
    52535253    m_pcEntropyCoder->encodeSkipFlag(pcCU, 0, true);
    52545254    m_pcEntropyCoder->encodeMergeIndex( pcCU, 0, true );
     5255#if !SEC_IC_ARP_SIG_G0072
    52555256#if H_3D_IC
    52565257    m_pcEntropyCoder->encodeICFlag( pcCU, 0, true );
    52575258#endif
     5259#endif
    52585260#if H_3D_ARP
    52595261    m_pcEntropyCoder->encodeARPW( pcCU, 0 );
     5262#endif
     5263#if SEC_IC_ARP_SIG_G0072
     5264#if H_3D_IC
     5265    m_pcEntropyCoder->encodeICFlag( pcCU, 0, true );
     5266#endif
    52605267#endif
    52615268    uiBits = m_pcEntropyCoder->getNumberOfWrittenBits();
     
    68336840    m_pcEntropyCoder->encodeSkipFlag(pcCU, 0, true);
    68346841    m_pcEntropyCoder->encodeMergeIndex(pcCU, 0, true);
     6842#if !SEC_IC_ARP_SIG_G0072
    68356843#if H_3D_IC
    68366844    m_pcEntropyCoder->encodeICFlag( pcCU, 0, true );
    68376845#endif
     6846#endif
    68386847#if H_3D_ARP
    68396848    m_pcEntropyCoder->encodeARPW( pcCU, 0 );
     6849#endif
     6850#if SEC_IC_ARP_SIG_G0072
     6851#if H_3D_IC
     6852    m_pcEntropyCoder->encodeICFlag( pcCU, 0, true );
     6853#endif
    68406854#endif
    68416855    ruiBits += m_pcEntropyCoder->getNumberOfWrittenBits();
     
    68526866    m_pcEntropyCoder->encodePartSize( pcCU, 0, pcCU->getDepth(0), true );
    68536867    m_pcEntropyCoder->encodePredInfo( pcCU, 0, true );
     6868#if !SEC_IC_ARP_SIG_G0072
    68546869#if H_3D_IC
    68556870    m_pcEntropyCoder->encodeICFlag( pcCU, 0, true );
    68566871#endif
     6872#endif
    68576873#if H_3D_ARP
    68586874    m_pcEntropyCoder->encodeARPW( pcCU , 0 );
     6875#endif
     6876#if SEC_IC_ARP_SIG_G0072
     6877#if H_3D_IC
     6878    m_pcEntropyCoder->encodeICFlag( pcCU, 0, true );
     6879#endif
    68596880#endif
    68606881#if H_3D_INTER_SDC
Note: See TracChangeset for help on using the changeset viewer.