Ignore:
Timestamp:
29 Jun 2015, 19:43:32 (10 years ago)
Author:
qualcomm
Message:
  1. enable ARP by NH_3D_ARP with simulation results included; 2. address Gerhard's comments on setBaseViewRefPicList; 3. align the software with the specification of checking the correct reference picture list proposed in JCT3V-F105
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev4-Qualcomm/source/Lib/TLibDecoder/TDecCu.cpp

    r1246 r1262  
    293293if(!pcCU->getSlice()->isIntra())
    294294  {
    295 #if H_3D_ARP && H_3D_IV_MERGE
     295#if NH_3D_ARP && H_3D_IV_MERGE
    296296    if( pcCU->getSlice()->getIvResPredFlag() || pcCU->getSlice()->getIvMvPredFlag() )
    297297#else
    298 #if H_3D_ARP
    299     if( pcCU->getSlice()->getVPS()->getUseAdvRP(pcCU->getSlice()->getLayerId()) )
     298#if NH_3D_ARP
     299    if( pcCU->getSlice()->getIvResPredFlag( ) )
    300300#else
    301301#if H_3D_IV_MERGE
     
    399399    m_pcEntropyDecoder->decodeMergeIndex( pcCU, 0, uiAbsPartIdx, uiDepth );
    400400    UInt uiMergeIndex = pcCU->getMergeIndex(uiAbsPartIdx);
    401 #if H_3D_ARP
     401#if NH_3D_ARP
    402402    m_pcEntropyDecoder->decodeARPW( pcCU , uiAbsPartIdx , uiDepth );
    403403#endif
Note: See TracChangeset for help on using the changeset viewer.