Ignore:
Timestamp:
4 Sep 2015, 21:28:58 (9 years ago)
Author:
tech
Message:

Clean-ups. HLS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.0-dev0/source/Lib/TLibDecoder/TDecEntropy.cpp

    r1313 r1317  
    238238  UInt uiNumPU = ( ePartSize == SIZE_2Nx2N ? 1 : ( ePartSize == SIZE_NxN ? 4 : 2 ) );
    239239  UInt uiPUOffset = ( g_auiPUOffset[UInt( ePartSize )] << ( ( pcCU->getSlice()->getSPS()->getMaxTotalCUDepth() - uiDepth ) << 1 ) ) >> 4;
     240
     241#if NH_3D_MLC
    240242//#if H_3D_IV_MERGE
    241 #if NH_3D_MLC
    242243  TComMvField cMvFieldNeighbours[MRG_MAX_NUM_CANDS_MEM << 1]; // double length for mv of both lists
    243244  UChar uhInterDirNeighbours[MRG_MAX_NUM_CANDS_MEM];
     
    651652#endif
    652653        }
    653       }
     654      } 
    654655#if NH_3D_IC
    655656      decodeICFlag( pcCU, uiAbsPartIdx, uiDepth );
Note: See TracChangeset for help on using the changeset viewer.