Ignore:
Timestamp:
8 Nov 2014, 22:14:15 (10 years ago)
Author:
tech
Message:

Alignment of J0059 and J0107 (ALIGN_J0107_J0059).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.2-dev0/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r1119 r1123  
    27442744#if H_3D_IV_MERGE
    27452745#if HHI_TOOL_PARAMETERS_I2_J0107
     2746#if ALGIN_J0107_J0059
     2747      rpcSlice->setMaxNumMergeCand(( ( rpcSlice->getMpiFlag() || rpcSlice->getIvMvPredFlag() || rpcSlice->getViewSynthesisPredFlag() ) ? MRG_MAX_NUM_CANDS_MEM : MRG_MAX_NUM_CANDS) - uiCode);
     2748#else
    27462749      rpcSlice->setMaxNumMergeCand(( ( rpcSlice->getMpiFlag() || rpcSlice->getIvMvPredFlag() ) ? MRG_MAX_NUM_CANDS_MEM : MRG_MAX_NUM_CANDS) - uiCode);
     2750#endif
    27472751#else
    27482752      if(rpcSlice->getIsDepth())
Note: See TracChangeset for help on using the changeset viewer.