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

Fixed erroneous termination condition. (FIX_DMM_NEG_DIST)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.