Ignore:
Timestamp:
10 May 2013, 10:17:06 (12 years ago)
Author:
mediatek-htm
Message:

ARP Warning Fix, the related MACRO is "QC_ARP_WARNING_FIX"

by Yu-Lin Chang (yulin.chang@…)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-6.2-dev2-Mediatek/source/Lib/TLibCommon/TComPrediction.cpp

    r373 r390  
    15631563#endif
    15641564        Int maxV = 0;
     1565#if MTK_DEPTH_TO_DISP_D0138
     1566        for (Int blockj = 0; blockj < MERL_VSP_BLOCKSIZE_C0152; blockj+=(MERL_VSP_BLOCKSIZE_C0152-1))
     1567#else
    15651568        for (Int blockj = 0; blockj < MERL_VSP_BLOCKSIZE_C0152; blockj++)
     1569#endif
    15661570        {
    15671571          Int iX = 0;
     1572#if MTK_DEPTH_TO_DISP_D0138
     1573          for (Int blocki = 0; blocki < MERL_VSP_BLOCKSIZE_C0152; blocki+=(MERL_VSP_BLOCKSIZE_C0152-1))
     1574#else
    15681575          for (Int blocki = 0; blocki < MERL_VSP_BLOCKSIZE_C0152; blocki++)
     1576#endif
    15691577          {
    15701578            if (maxV < depthTmp[iX])
Note: See TracChangeset for help on using the changeset viewer.