Changeset 9 in SHVCSoftware for branches/0.1.1-bugfix/source/Lib/TLibCommon


Ignore:
Timestamp:
16 Nov 2012, 18:59:17 (12 years ago)
Author:
seregin
Message:

Bug fix for IntraBL 4x4 transform using inverse DCT. Patch was provided by Patrice Onno <Patrice.Onno@…>

Location:
branches/0.1.1-bugfix/source/Lib/TLibCommon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/0.1.1-bugfix/source/Lib/TLibCommon/CommonDef.h

    r6 r9  
    5656// ====================================================================================================================
    5757
    58 #define NV_VERSION        "0.1.1"                 ///< Current software version
     58#define NV_VERSION        "0.1.1bf"                 ///< Current software version
    5959
    6060// ====================================================================================================================
  • branches/0.1.1-bugfix/source/Lib/TLibCommon/TypeDef.h

    r2 r9  
    5555#else
    5656#define INTRA_BL                         1      ///< inter-layer texture prediction
     57#if INTRA_BL
     58#define INTRA_BL_DCT_FIX                 1      ///< fix : use DCT reconstruction instead of DST
     59#endif
    5760// Hooks
    5861#if !AVC_BASE
Note: See TracChangeset for help on using the changeset viewer.