Changeset 268 in 3DVCSoftware for branches/HTM-5.1-dev1-RWTH


Ignore:
Timestamp:
8 Feb 2013, 14:47:56 (12 years ago)
Author:
rwth
Message:
  • added FIX_SDC_ENC_C0143
Location:
branches/HTM-5.1-dev1-RWTH/source/Lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-5.1-dev1-RWTH/source/Lib/TLibCommon/TypeDef.h

    r266 r268  
    6464// 3rd meeting
    6565#define FIX_DMM_CTX_INIT_C0034            1    // JCT3V-C0034 fix for wrong init type of DMM contexts (UChar instead of Short)
    66 
     66#define FIX_SDC_ENC_C0143                 1    // JCT3V-C0143 fix for unnecessary encoder checks in case of SDC
    6767
    6868// FCO
  • branches/HTM-5.1-dev1-RWTH/source/Lib/TLibEncoder/TEncSearch.cpp

    r251 r268  
    23502350      for( UInt uiSDC=0; uiSDC<=uiUseSDC; uiSDC++ )
    23512351      {
     2352#if FIX_SDC_ENC_C0143
     2353        for( UInt uiRes = 0; uiRes<=uiSDC; uiRes++ )
     2354#else
    23522355        for( UInt uiRes = 0; uiRes<=uiUseSDC; uiRes++ )
     2356#endif
    23532357        {
    23542358#endif
Note: See TracChangeset for help on using the changeset viewer.