Changeset 1262 in 3DVCSoftware for branches/HTM-14.1-update-dev4-Qualcomm/source/Lib/TLibDecoder/TDecCu.cpp
- Timestamp:
- 29 Jun 2015, 19:43:32 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev4-Qualcomm/source/Lib/TLibDecoder/TDecCu.cpp
r1246 r1262 293 293 if(!pcCU->getSlice()->isIntra()) 294 294 { 295 #if H_3D_ARP && H_3D_IV_MERGE295 #if NH_3D_ARP && H_3D_IV_MERGE 296 296 if( pcCU->getSlice()->getIvResPredFlag() || pcCU->getSlice()->getIvMvPredFlag() ) 297 297 #else 298 #if H_3D_ARP299 if( pcCU->getSlice()->get VPS()->getUseAdvRP(pcCU->getSlice()->getLayerId()) )298 #if NH_3D_ARP 299 if( pcCU->getSlice()->getIvResPredFlag( ) ) 300 300 #else 301 301 #if H_3D_IV_MERGE … … 399 399 m_pcEntropyDecoder->decodeMergeIndex( pcCU, 0, uiAbsPartIdx, uiDepth ); 400 400 UInt uiMergeIndex = pcCU->getMergeIndex(uiAbsPartIdx); 401 #if H_3D_ARP401 #if NH_3D_ARP 402 402 m_pcEntropyDecoder->decodeARPW( pcCU , uiAbsPartIdx , uiDepth ); 403 403 #endif
Note: See TracChangeset for help on using the changeset viewer.