Changeset 1099 in 3DVCSoftware


Ignore:
Timestamp:
4 Nov 2014, 03:24:25 (9 years ago)
Author:
sharpjp-htm
Message:

Integration of J0029

Location:
branches/HTM-12.2-dev1-Sharp
Files:
2 added
4 edited

Legend:

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

    r1090 r1099  
    29872987      i++;
    29882988    }
     2989#if SHARP_DLT_SIMP_J0029
     2990    iIdxUp = bFound ?  iIdxDown + 1 : iNumDepthValues-1;
     2991#else
    29892992    // iterate over indices to find upper closest depth
    29902993    i = iNumDepthValues-2;
     
    30033006    // assert monotony
    30043007    assert(iIdxDown<=iIdxUp);
     3008#endif
    30053009
    30063010    // assign closer depth value/idx
  • branches/HTM-12.2-dev1-Sharp/source/Lib/TLibCommon/TypeDef.h

    r1096 r1099  
    229229
    230230
    231 
    232231#define H_3D_SINGLE_DEPTH                 1   // Single depth mode proposed in JCT3V-I0095
    233232#define MTK_SINGLE_DEPTH_VPS_FLAG_J0060   1   // Add VPS control flags and remove slice header control flag for single depth, JCT3V-J0060
    234233
    235234#define MTK_J0033                         1
     235#define SHARP_DLT_SIMP_J0029              1   // DLT(DepthValue2Idx[]) table derivation cleanup
    236236
    237237#define H_3D_INTER_SDC                    1   // INTER SDC, Inter simplified depth coding
Note: See TracChangeset for help on using the changeset viewer.