Ignore:
Timestamp:
5 Feb 2014, 15:13:54 (10 years ago)
Author:
qualcomm
Message:

Fix of JCT3V-G0130

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.3-dev3-Fix/source/Lib/TLibDecoder/TDecEntropy.cpp

    r792 r824  
    733733  }
    734734#endif
    735 
     735#if QC_SDC_UNIFY_G0130_FIX
     736  if( pcCU->getSlice()->getIsDepth() && ( pcCU->getSDCFlag( uiAbsPartIdx ) || pcCU->isIntra( uiAbsPartIdx ) ) )
     737#else
    736738  if( pcCU->getSDCFlag( uiAbsPartIdx ) || pcCU->isIntra( uiAbsPartIdx ) )
     739#endif
    737740  {
    738741    Int iPartNum = ( pcCU->isIntra( uiAbsPartIdx ) && pcCU->getPartitionSize( uiAbsPartIdx ) == SIZE_NxN ) ? 4 : 1;
Note: See TracChangeset for help on using the changeset viewer.