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/TLibEncoder/TEncSbac.cpp

    r782 r792  
    22592259  else //all-zero inter SDC is not allowed
    22602260  {
     2261#if SEC_INTER_SDC_G0101
     2262    uiNumSegments = 1;
     2263#else
    22612264    PartSize cPartSize = pcCU->getPartitionSize( absPartIdx );
    2262 
    22632265    uiNumSegments = ( cPartSize == SIZE_2Nx2N ) ? 1 : ( cPartSize == SIZE_NxN ? 4 : 2 );
     2266#endif
    22642267    dimDeltaDC = 1;
    22652268  }
Note: See TracChangeset for help on using the changeset viewer.