Changeset 176 in 3DVCSoftware for branches/HTM-4.1-dev1-HHI/source/Lib


Ignore:
Timestamp:
9 Nov 2012, 16:02:47 (12 years ago)
Author:
tech
Message:

Fixed erroneous termination condition. (FIX_DMM_NEG_DIST)

Location:
branches/HTM-4.1-dev1-HHI/source/Lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-4.1-dev1-HHI/source/Lib/TLibCommon/TypeDef.h

    r175 r176  
    6161#define TMVP_DEPTH_SWITCH                 1 // related to JCT3V-B0092
    6262#define FIX_RDO_NEGDIST                   1
     63#define FIX_DMM_NEG_DIST                  1
    6364
    6465#define DV_DERIVATION_PARALLEL_B0096      1 //JCT3V-B0096, enable parallel derivation of disparity vector
  • branches/HTM-4.1-dev1-HHI/source/Lib/TLibEncoder/TEncSearch.cpp

    r175 r176  
    19731973        CandNum += xUpdateCandList( uiMode, cost, numModesForFullRD, uiRdModeList, CandCostList );
    19741974
    1975 #if HHI_DMM_WEDGE_INTRA || HHI_DMM_PRED_TEX
     1975#if (HHI_DMM_WEDGE_INTRA || HHI_DMM_PRED_TEX) && !FIX_DMM_NEG_DIST
    19761976        if( bTestDmm ) bTestDmm = uiSad ? true : false;
    19771977#endif
Note: See TracChangeset for help on using the changeset viewer.