Changeset 1313 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
21 Jul 2015, 01:34:51 (10 years ago)
Author:
seregin
Message:

port rev 4387

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncSearch.cpp

    r1307 r1313  
    38923892    pcYuvOrg->copyPartToPartYuv( pcYuv, uiPartAddr, iRoiWidth, iRoiHeight );
    38933893
    3894     pcYuv->removeHighFreq( pcYuvOther, uiPartAddr, iRoiWidth, iRoiHeight );
     3894    pcYuv->removeHighFreq( pcYuvOther, uiPartAddr, iRoiWidth, iRoiHeight
     3895#if !DISABLING_CLIP_FOR_BIPREDME
     3896                          , pcCU->getSlice()->getSPS()->getBitDepths().recon
     3897#endif
     3898                          );
    38953899
    38963900    fWeight = 0.5;
Note: See TracChangeset for help on using the changeset viewer.