Changeset 62 in 3DVCSoftware for branches/HTM-3.0-LG/source/Lib/TLibDecoder/TDecEntropy.cpp
- Timestamp:
- 18 May 2012, 09:38:25 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-3.0-LG/source/Lib/TLibDecoder/TDecEntropy.cpp
r56 r62 104 104 if( bResPredAvailable ) 105 105 { 106 #if LG_RESTRICTEDRESPRED_M24766 107 Int iPUResiPredShift[4]; 108 pcCU->getPUResiPredShift(iPUResiPredShift, uiAbsPartIdx); 109 if(iPUResiPredShift[0] >= 0 || iPUResiPredShift[1] >= 0 || iPUResiPredShift[2] >= 0 || iPUResiPredShift[3] >= 0 ) 110 #endif 106 111 m_pcEntropyDecoderIf->parseResPredFlag( pcCU, bResPredFlag, uiAbsPartIdx, uiDepth ); 107 112 }
Note: See TracChangeset for help on using the changeset viewer.