Changeset 228 in 3DVCSoftware for branches/HTM-5.1-dev1-HHI/source/Lib/TLibDecoder
- Timestamp:
- 24 Jan 2013, 20:34:36 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.1-dev1-HHI/source/Lib/TLibDecoder/TDecSbac.cpp
r189 r228 762 762 Bool bIntraSliceDetect = (pcCU->getSlice()->getSliceType() == I_SLICE); 763 763 764 #if HHI_QTLPC_RAU_OFF_C0160 765 Bool rapPic = (pcCU->getSlice()->getNalUnitType() == NAL_UNIT_CODED_SLICE_IDR); 766 if(bDepthMapDetect && !bIntraSliceDetect && !rapPic && sps->getUseQTLPC()) 767 #else 764 768 if(bDepthMapDetect && !bIntraSliceDetect && sps->getUseQTLPC()) 769 #endif 765 770 { 766 771 TComDataCU *pcTextureCU = pcTexture->getCU(pcCU->getAddr()); … … 804 809 Bool bIntraSliceDetect = (pcCU->getSlice()->getSliceType() == I_SLICE); 805 810 811 #if HHI_QTLPC_RAU_OFF_C0160 812 Bool rapPic = (pcCU->getSlice()->getNalUnitType() == NAL_UNIT_CODED_SLICE_IDR); 813 if(bDepthMapDetect && !bIntraSliceDetect && !rapPic && sps->getUseQTLPC()) 814 #else 806 815 if(bDepthMapDetect && !bIntraSliceDetect && sps->getUseQTLPC()) 816 #endif 807 817 { 808 818 TComDataCU *pcTextureCU = pcTexture->getCU(pcCU->getAddr());
Note: See TracChangeset for help on using the changeset viewer.