Ignore:
Timestamp:
8 Nov 2014, 21:07:36 (9 years ago)
Author:
tech
Message:

Merged 12.2-dev1-Hisilicon@1116.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.2-dev0/source/Lib/TLibCommon/TComSlice.cpp

    r1112 r1118  
    19721972    m_ivMvScalingFlag[i] = true;
    19731973    m_bIVPFlag [i]      = false;
     1974#if MTK_SINGLE_DEPTH_VPS_FLAG_J0060
     1975    m_singleDepthModeFlag[ i ] = false;
     1976#endif
    19741977#endif
    19751978#endif
     
    30813084      i++;
    30823085    }
     3086#if SHARP_DLT_SIMP_J0029
     3087    iIdxUp = bFound ?  iIdxDown + 1 : iNumDepthValues-1;
     3088#else
    30833089    // iterate over indices to find upper closest depth
    30843090    i = iNumDepthValues-2;
     
    30973103    // assert monotony
    30983104    assert(iIdxDown<=iIdxUp);
     3105#endif
    30993106
    31003107    // assign closer depth value/idx
Note: See TracChangeset for help on using the changeset viewer.