Ignore:
Timestamp:
30 Jul 2014, 18:43:21 (10 years ago)
Author:
tech
Message:

Merged 11.2-dev1-MediaTek@1004.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-11.2-dev0/source/Lib/TLibCommon/TComDataCU.cpp

    r994 r1029  
    33733373  for(Int iLoop = 0; iLoop < 2; iLoop ++ )
    33743374  {
     3375#if !SEC_SIMP_SHIFTED_DV_I0086
    33753376    // IvDcShift (Derived from spatial Iv neighboring blocks)
    33763377    if( iLoop == 1 )
     
    34063407      }
    34073408    }
     3409#endif
    34083410
    34093411    /// iLoop = 0 --> IvMCShift
     
    34533455}
    34543456
     3457#if !SEC_SIMP_SHIFTED_DV_I0086
    34553458inline Bool TComDataCU::xGetPosFirstAvailDmvCand(Int iCount, Int& posFirstAvailDmvCand )
    34563459{
     
    34693472  return false; 
    34703473}
     3474#endif
    34713475                                     
    34723476#endif
     
    61466150
    61476151  TComMv cMv;
     6152#if MTK_I0093
     6153  Int iDisp     = getSlice()->getDepthToDisparityB( 0 )[ 1 << ( getSlice()->getSPS()->getBitDepthY() - 1 ) ];
     6154#else
    61486155  Int iDisp     = getSlice()->getDepthToDisparityB( 0 )[ 128 ];
     6156#endif
    61496157  cMv.setHor(iDisp);
    61506158  cMv.setVer(0);
Note: See TracChangeset for help on using the changeset viewer.