Ignore:
Timestamp:
11 Jun 2013, 20:35:00 (11 years ago)
Author:
zhang
Message:

Implementation of ARP from QC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2a/source/Lib/TLibEncoder/TEncSearch.cpp

    r456 r464  
    47414741    m_pcEntropyCoder->encodeSkipFlag(pcCU, 0, true);
    47424742    m_pcEntropyCoder->encodeMergeIndex( pcCU, 0, true );
    4743    
     4743#if H_3D_ARP
     4744    m_pcEntropyCoder->encodeARPW( pcCU, 0 );
     4745#endif
    47444746    uiBits = m_pcEntropyCoder->getNumberOfWrittenBits();
    47454747    pcCU->getTotalBits()       = uiBits;
     
    61506152    m_pcEntropyCoder->encodeSkipFlag(pcCU, 0, true);
    61516153    m_pcEntropyCoder->encodeMergeIndex(pcCU, 0, true);
     6154#if H_3D_ARP
     6155    m_pcEntropyCoder->encodeARPW( pcCU, 0 );
     6156#endif
    61526157    ruiBits += m_pcEntropyCoder->getNumberOfWrittenBits();
    61536158  }
     
    61636168    m_pcEntropyCoder->encodePartSize( pcCU, 0, pcCU->getDepth(0), true );
    61646169    m_pcEntropyCoder->encodePredInfo( pcCU, 0, true );
     6170#if H_3D_ARP
     6171    m_pcEntropyCoder->encodeARPW( pcCU , 0 );
     6172#endif
    61656173    Bool bDummy = false;
    61666174    m_pcEntropyCoder->encodeCoeff   ( pcCU, 0, pcCU->getDepth(0), pcCU->getWidth(0), pcCU->getHeight(0), bDummy );
Note: See TracChangeset for help on using the changeset viewer.