Changeset 1261 in SHVCSoftware
- Timestamp:
- 14 Jul 2015, 03:25:36 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp
r1260 r1261 1664 1664 const Int iNbRef = (pcSlice->getSliceType() == B_SLICE ) ? (2) : (1); 1665 1665 Bool bDenomCoded = false; 1666 UInt uiMode = 0;1667 1666 UInt uiTotalSignalledWeightFlags = 0; 1668 1667 1669 1668 if ( (pcSlice->getSliceType()==P_SLICE && pcSlice->getPPS()->getUseWP()) || (pcSlice->getSliceType()==B_SLICE && pcSlice->getPPS()->getWPBiPred()) ) 1670 {1671 uiMode = 1; // explicit1672 }1673 if(uiMode == 1)1674 1669 { 1675 1670 for ( Int iNumRef=0 ; iNumRef<iNbRef ; iNumRef++ ) // loop over l0 and l1 syntax elements
Note: See TracChangeset for help on using the changeset viewer.