Changeset 17 in 3DVCSoftware for trunk/source


Ignore:
Timestamp:
15 Feb 2012, 17:45:18 (13 years ago)
Author:
hschwarz
Message:

fix for DMM with non-10-bit processing

Location:
trunk/source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/App/TAppEncoder/TAppEncCfg.cpp

    r5 r17  
    784784#endif
    785785#endif
     786#if HHI_DMM_WEDGE_INTRA || HHI_DMM_PRED_TEX
     787  g_dDeltaDCsQuantOffset = Double(g_uiBitIncrement) -  2.0;
     788#endif
    786789
    787790  g_uiBASE_MAX     = ((1<<(g_uiBitDepth))-1);
  • trunk/source/Lib/TLibCommon/CommonDef.h

    r8 r17  
    5858
    5959#define HM_VERSION        "3.0rc2"                 ///< Current software version
    60 #define NV_VERSION        "0.2"                   ///< Current software version
     60#define NV_VERSION        "0.2r1"                  ///< Current software version
    6161
    6262// ====================================================================================================================
Note: See TracChangeset for help on using the changeset viewer.