Ignore:
Timestamp:
27 Jun 2013, 12:58:02 (11 years ago)
Author:
tech
Message:

Further fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev0/source/Lib/TLibCommon/TComSlice.cpp

    r498 r500  
    516516  TComPic*  rpsCurrList0[MAX_NUM_REF+1];
    517517  TComPic*  rpsCurrList1[MAX_NUM_REF+1];
    518 
    519518#if H_MV 
    520519  Int numPocTotalCurr = ( getInterRefEnabledInRPLFlag() ? ( NumPocStCurr0 + NumPocStCurr1 + NumPocLtCurr ) : 0 ) + getNumActiveRefLayerPics( );
     
    17731772}
    17741773
    1775 Int TComVPS::inferLastDimsionIdLen()
     1774Int TComVPS::inferLastDimsionIdLenMinus1()
    17761775{
    17771776  return ( 5 - xGetDimBitOffset( getNumScalabilityTypes() - 1 ) );
     
    24282427  }
    24292428}
    2430 
    24312429Int TComSlice::xCeilLog2( Int val )
    24322430{
Note: See TracChangeset for help on using the changeset viewer.