Ignore:
Timestamp:
27 Mar 2014, 23:17:21 (10 years ago)
Author:
tech
Message:

Cleanups part 6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-10.1-dev0/source/Lib/TLibDecoder/TDecSbac.cpp

    r878 r881  
    787787  Bool rapPic     = (pcCU->getSlice()->getNalUnitType() == NAL_UNIT_CODED_SLICE_IDR_W_RADL || pcCU->getSlice()->getNalUnitType() == NAL_UNIT_CODED_SLICE_IDR_N_LP || pcCU->getSlice()->getNalUnitType() == NAL_UNIT_CODED_SLICE_CRA);
    788788
    789 #if MTK_TEX_DEP_PAR_G0055
    790789  Bool depthDependent = false;
    791790  UInt uiTexturePart = uiMode;
    792 #endif
    793791  if(bDepthMapDetect && !bIntraSliceDetect && !rapPic && sps->getUseQTL() && sps->getUsePC())
    794792  {
    795793    TComDataCU *pcTextureCU = pcTexture->getCU(pcCU->getAddr());
    796794    assert(pcTextureCU->getDepth(uiAbsPartIdx) >= uiDepth);
    797 #if !MTK_TEX_DEP_PAR_G0055
    798     if (pcTextureCU->getDepth(uiAbsPartIdx) == uiDepth && pcTextureCU->getPartitionSize( uiAbsPartIdx ) != SIZE_NxN)
    799 #else
    800795    if(pcTextureCU->getDepth(uiAbsPartIdx) == uiDepth )
    801796    {
     
    804799    }
    805800    if (pcTextureCU->getDepth(uiAbsPartIdx) == uiDepth && pcTextureCU->getPartitionSize( uiAbsPartIdx ) == SIZE_2Nx2N)
    806 #endif
    807801    {
    808802      bParsePartSize = false;
     
    849843    if(bParsePartSize)
    850844    {
    851 #endif
    852 #if MTK_TEX_DEP_PAR_G0055
    853845      if (depthDependent==false || uiTexturePart == SIZE_NxN|| uiTexturePart == SIZE_2Nx2N)
    854846      {
     
    890882        }
    891883      }
    892 #if MTK_TEX_DEP_PAR_G0055
     884#if H_3D_QTLPC
    893885      }
    894886      else if(uiTexturePart == SIZE_2NxN || uiTexturePart == SIZE_2NxnU || uiTexturePart == SIZE_2NxnD)
     
    955947      }
    956948      else
     949      {
    957950        assert(0);
    958 #endif
     951      }
    959952#if H_MV_ENC_DEC_TRAC         
    960953      DTRACE_CU("part_mode", eMode )
    961954#endif
    962 #if H_3D_QTLPC
    963955    }
    964956#endif
Note: See TracChangeset for help on using the changeset viewer.