Ignore:
Timestamp:
15 Jul 2015, 14:57:32 (9 years ago)
Author:
tech
Message:

Merged 14.1-update-dev2@1277.

Location:
branches/HTM-14.1-update-dev1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev1

  • branches/HTM-14.1-update-dev1/source/Lib/TLibEncoder/TEncCavlc.cpp

    r1258 r1279  
    21262126      xCodePredWeightTable( pcSlice );
    21272127    }
    2128 #if H_3D_IC
     2128#if NH_3D_IC
    21292129    else if( pcSlice->getViewIndex() && ( pcSlice->getSliceType() == P_SLICE || pcSlice->getSliceType() == B_SLICE )
    21302130      && !pcSlice->getIsDepth() && vps->getNumRefListLayers( layerId ) > 0
     
    21352135      if( pcSlice->getApplyIC() )
    21362136      {
    2137         WRITE_FLAG( pcSlice->getIcSkipParseFlag() ? 1 : 0, "ic_skip_mergeidx0" );
    2138       }
    2139     }
    2140 #endif
    2141 #if H_3D_IV_MERGE
     2137        WRITE_FLAG( pcSlice->getIcSkipParseFlag() ? 1 : 0, "slice_ic_disabled_merge_zero_idx_flag" );
     2138      }
     2139    }
     2140#endif
     2141#if NH_3D_IV_MERGE
    21422142    assert(pcSlice->getMaxNumMergeCand()<=MRG_MAX_NUM_CANDS_MEM);
    21432143#else
     
    21462146    if (!pcSlice->isIntra())
    21472147    {
    2148 #if H_3D_IV_MERGE
     2148#if NH_3D_IV_MERGE
    21492149      WRITE_UVLC( ( ( pcSlice->getMpiFlag( ) || pcSlice->getIvMvPredFlag( ) || pcSlice->getViewSynthesisPredFlag( ) ) ? MRG_MAX_NUM_CANDS_MEM : MRG_MAX_NUM_CANDS ) - pcSlice->getMaxNumMergeCand(), "five_minus_max_num_merge_cand");
    21502150#else
     
    25222522}
    25232523
    2524 #if H_3D_ARP
     2524#if NH_3D_ARP
    25252525Void TEncCavlc::codeARPW( TComDataCU* pcCU, UInt uiAbsPartIdx )
    25262526{
     
    25292529#endif
    25302530
    2531 #if H_3D_IC
     2531#if NH_3D_IC
    25322532Void TEncCavlc::codeICFlag( TComDataCU* pcCU, UInt uiAbsPartIdx )
    25332533{
     
    28382838#endif
    28392839   
    2840 #if H_3D_DBBP
     2840#if NH_3D_DBBP
    28412841Void TEncCavlc::codeDBBPFlag    ( TComDataCU* pcCU, UInt uiAbsPartIdx )
    28422842{
Note: See TracChangeset for help on using the changeset viewer.