Changeset 1261 in SHVCSoftware


Ignore:
Timestamp:
14 Jul 2015, 03:25:36 (9 years ago)
Author:
seregin
Message:

port rev 4258

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r1260 r1261  
    16641664  const Int             iNbRef                = (pcSlice->getSliceType() == B_SLICE ) ? (2) : (1);
    16651665        Bool            bDenomCoded           = false;
    1666         UInt            uiMode                = 0;
    16671666        UInt            uiTotalSignalledWeightFlags = 0;
    16681667
    16691668  if ( (pcSlice->getSliceType()==P_SLICE && pcSlice->getPPS()->getUseWP()) || (pcSlice->getSliceType()==B_SLICE && pcSlice->getPPS()->getWPBiPred()) )
    1670   {
    1671     uiMode = 1; // explicit
    1672   }
    1673   if(uiMode == 1)
    16741669  {
    16751670    for ( Int iNumRef=0 ; iNumRef<iNbRef ; iNumRef++ ) // loop over l0 and l1 syntax elements
Note: See TracChangeset for help on using the changeset viewer.