Ignore:
Timestamp:
7 Apr 2015, 16:54:07 (9 years ago)
Author:
tech
Message:

Further fixes related to disabling chroma components for depth.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-13.1-dev0/source/Lib/TLibEncoder/TEncEntropy.cpp

    r1176 r1178  
    581581#if H_3D_DIM_SDC
    582582#if H_3D_DISABLE_CHROMA
    583     if(!pcCU->getSDCFlag(uiAbsPartIdx) && ( !pcCU->getSlice()->getIsDepth() || bRD ) )
     583    if(!pcCU->getSDCFlag(uiAbsPartIdx) && ( pcCU->getSlice()->getSPS()->getChromaFormatIdc() != 0 || bRD ) )
    584584#else
    585585    if(!pcCU->getSDCFlag(uiAbsPartIdx))
Note: See TracChangeset for help on using the changeset viewer.