Changeset 6 in SHVCSoftware for trunk/source/Lib/TLibCommon


Ignore:
Timestamp:
8 Nov 2012, 20:54:05 (12 years ago)
Author:
seregin
Message:

Correct IntraBL cost and fix for couple of compiler warnings.

Location:
trunk/source/Lib/TLibCommon
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibCommon/CommonDef.h

    r2 r6  
    5656// ====================================================================================================================
    5757
    58 #define NV_VERSION        "0.1"                 ///< Current software version
     58#define NV_VERSION        "0.1.1"                 ///< Current software version
    5959
    6060// ====================================================================================================================
  • trunk/source/Lib/TLibCommon/TComPic.cpp

    r2 r6  
    6868, m_bSpatialEnhLayer( false )
    6969, m_pcFullPelBaseRec( NULL )
     70#if REF_IDX_ME_AROUND_ZEROMV
     71, m_bIsILR                                (false)
     72#endif
    7073#endif
    7174{
  • trunk/source/Lib/TLibCommon/TComPic.h

    r2 r6  
    6161#if SVC_EXTENSION
    6262  UInt                  m_layerId;              //  Layer ID
    63 #endif
    64 #if REF_IDX_ME_AROUND_ZEROMV
    65   Bool                  m_bIsILR;                 //  Is ILR picture
    6663#endif
    6764  Bool                  m_bUsedByCurr;            //  Used by current picture
     
    9188  Bool                  m_bSpatialEnhLayer;       // whether current layer is a spatial enhancement layer,
    9289  TComPicYuv*           m_pcFullPelBaseRec;    // upsampled base layer recontruction for difference domain inter prediction
     90#if REF_IDX_ME_AROUND_ZEROMV
     91  Bool                  m_bIsILR;                 //  Is ILR picture
     92#endif
    9393#endif
    9494
  • trunk/source/Lib/TLibCommon/TComUpsampleFilter.cpp

    r2 r6  
    33#include "TypeDef.h"
    44
    5 #if SVC_EXTENSION
     5#if SVC_UPSAMPLING
    66// ====================================================================================================================
    77// Tables:
Note: See TracChangeset for help on using the changeset viewer.