Ignore:
Timestamp:
23 Jan 2014, 05:06:49 (10 years ago)
Author:
samsung-htm
Message:

Integration of JCT3V-G0101: InterSDC with multiple DC candidates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.3-dev3-Samsung/source/Lib/TLibDecoder/TDecSbac.cpp

    r782 r792  
    22102210  else
    22112211  {
     2212#if SEC_INTER_SDC_G0101
     2213    uiNumSegments = 1;
     2214#else
    22122215    PartSize cPartSize = pcCU->getPartitionSize( absPartIdx );
    2213 
    22142216    uiNumSegments = ( cPartSize == SIZE_2Nx2N ) ? 1 : ( cPartSize == SIZE_NxN ? 4 : 2 );
     2217#endif
    22152218    symbol = 1;
    22162219  }
Note: See TracChangeset for help on using the changeset viewer.