Ignore:
Timestamp:
21 Oct 2014, 21:09:26 (10 years ago)
Author:
tech
Message:

Removed MV-HEVC related macros part 1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.1-dev0/source/Lib/TLibCommon/TComSlice.cpp

    r1074 r1075  
    103103, m_temporalLayerNonReferenceFlag ( false )
    104104, m_enableTMVPFlag                ( true )
    105 #if I0044_SLICE_TMVP
     105#if H_MV
    106106, m_availableForTMVPRefFlag       ( true )
    107 #endif
    108 #if H_MV
    109107, m_refPicSetInterLayer0           ( NULL )
    110108, m_refPicSetInterLayer1           ( NULL )
     
    724722
    725723        assert( rpsCurrList[li][ orgIdx ] != NULL );
    726 #if DISCARDABLE_PIC_RPS
    727724        assert( rpsCurrList[li][ orgIdx ]->getSlice(0)->getDiscardableFlag() == 0 );    // Inter-layer RPS shall not contain picture with discardable_flag = 1.
    728 #endif
    729725        m_apcRefPicList    [li][rIdx] = rpsCurrList    [li][ orgIdx ];
    730726        m_bIsUsedAsLongTerm[li][rIdx] = usedAsLongTerm [li][ orgIdx ] ;
Note: See TracChangeset for help on using the changeset viewer.