Changeset 62 in 3DVCSoftware for branches/HTM-3.0-LG/source/Lib/TLibEncoder/TEncEntropy.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/TLibEncoder/TEncEntropy.cpp
r56 r62 471 471 ROTVS( pcCU->isIntra ( uiAbsPartIdx ) ); 472 472 ROFVS( pcCU->getResPredAvail ( uiAbsPartIdx ) ); 473 473 #if LG_RESTRICTEDRESPRED_M24766 474 Int iPUResiPredShift[4]; 475 pcCU->getPUResiPredShift(iPUResiPredShift, uiAbsPartIdx); 476 if(iPUResiPredShift[0] >= 0 || iPUResiPredShift[1] >= 0 || iPUResiPredShift[2] >= 0 || iPUResiPredShift[3] >= 0 ) 477 #endif 474 478 // encode flag 475 479 m_pcEntropyCoderIf->codeResPredFlag( pcCU, uiAbsPartIdx );
Note: See TracChangeset for help on using the changeset viewer.