Changeset 480 in 3DVCSoftware


Ignore:
Timestamp:
19 Jun 2013, 07:13:02 (11 years ago)
Author:
lg
Message:

-minor non-normative fix of IC

Location:
branches/HTM-DEV-0.3-dev2a/source/Lib/TLibEncoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2a/source/Lib/TLibEncoder/TEncSearch.cpp

    r468 r480  
    42534253  else
    42544254  {
    4255     xPredInterLumaBlk( pcCU, pcPicYuvRef, uiPartAddr, &cMvCand, iSizeX, iSizeY, pcTemplateCand, false
     4255    xPredInterLumaBlk( pcCU, pcPicYuvRef, uiPartAddr, &cMvCand, iSizeX, iSizeY, pcTemplateCand, false
     4256#if H_3D_ARP
     4257      , false
     4258#endif
    42564259#if H_3D_IC
    42574260    , bICFlag
  • branches/HTM-DEV-0.3-dev2a/source/Lib/TLibEncoder/TEncSlice.cpp

    r468 r480  
    936936  UInt uiTilesAcross  = 0;
    937937#if H_3D_IC
    938   if ( pcEncTop->getViewIndex() && pcEncTop->getUseIC() ) // DCP of ViewID 0 is not available
     938  if ( pcEncTop->getViewIndex() && pcEncTop->getUseIC() &&
     939       !( ( pcSlice->getSliceType() == P_SLICE && pcSlice->getPPS()->getUseWP() ) || ( pcSlice->getSliceType() == B_SLICE && pcSlice->getPPS()->getWPBiPred() ) )
     940     )
    939941  {
    940942    pcSlice ->xSetApplyIC();
Note: See TracChangeset for help on using the changeset viewer.