Ignore:
Timestamp:
14 Jul 2015, 12:31:09 (9 years ago)
Author:
tech
Message:

Merged HTM-14.1-update-dev3@1273.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev2/source/Lib/TLibDecoder/TDecTop.cpp

    r1225 r1274  
    292292
    293293
    294 #if H_3D_IV_MERGE
     294#if NH_3D_IV_MERGE
    295295Void
    296296CamParsCollector::copyCamParamForSlice( TComSlice* pcSlice )
     
    11491149    pcSlice->getTempRefPicLists( m_cListPic, m_refPicSetInterLayer0, m_refPicSetInterLayer1, tempRefPicLists, usedAsLongTerm, numPocTotalCurr);
    11501150    pcSlice->setRefPicList     ( tempRefPicLists, usedAsLongTerm, numPocTotalCurr, true );
    1151 #if H_3D
     1151#if NH_3D_NBDV
    11521152    pcSlice->setDefaultRefView();
    11531153#endif
    1154 #if H_3D_ARP
     1154#if NH_3D_ARP
    11551155    pcSlice->setARPStepNum(m_ivPicLists);
    1156     if( pcSlice->getARPStepNum() > 1 )
    1157     {
    1158       // GT: This seems to be broken, not all nuh_layer_ids are necessarily present
    1159       for(Int iLayerId = 0; iLayerId < nalu.m_nuhLayerId; iLayerId ++ )
    1160       {
    1161         Int  iViewIdx =   pcSlice->getVPS()->getViewIndex(iLayerId);
    1162         Bool bIsDepth = ( pcSlice->getVPS()->getDepthId  ( iLayerId ) == 1 );
    1163         if( iViewIdx<getViewIndex() && !bIsDepth )
    1164         {
    1165           pcSlice->setBaseViewRefPicList( m_ivPicLists->getPicList( iLayerId ), iViewIdx );
    1166         }
    1167       }
    1168     }
    11691156#endif
    11701157#else
     
    11741161#if NH_3D
    11751162    pcSlice->checkInCompPredRefLayers();
    1176 #if H_3D_IV_MERGE
     1163#if NH_3D_IV_MERGE
    11771164#if H_3D_FCO
    11781165    //assert( !getIsDepth() );
     
    12711258  }
    12721259
    1273 #if H_3D_IV_MERGE
     1260#if NH_3D_IV_MERGE
    12741261#if H_3D_FCO
    12751262  if( !pcSlice->getIsDepth() && m_pcCamParsCollector )
Note: See TracChangeset for help on using the changeset viewer.