Changeset 1099 in 3DVCSoftware for branches/HTM-12.2-dev1-Sharp/source
- Timestamp:
- 4 Nov 2014, 03:24:25 (10 years ago)
- Location:
- branches/HTM-12.2-dev1-Sharp/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-12.2-dev1-Sharp/source/Lib/TLibCommon/TComSlice.cpp
r1090 r1099 2987 2987 i++; 2988 2988 } 2989 #if SHARP_DLT_SIMP_J0029 2990 iIdxUp = bFound ? iIdxDown + 1 : iNumDepthValues-1; 2991 #else 2989 2992 // iterate over indices to find upper closest depth 2990 2993 i = iNumDepthValues-2; … … 3003 3006 // assert monotony 3004 3007 assert(iIdxDown<=iIdxUp); 3008 #endif 3005 3009 3006 3010 // assign closer depth value/idx -
branches/HTM-12.2-dev1-Sharp/source/Lib/TLibCommon/TypeDef.h
r1096 r1099 229 229 230 230 231 232 231 #define H_3D_SINGLE_DEPTH 1 // Single depth mode proposed in JCT3V-I0095 233 232 #define MTK_SINGLE_DEPTH_VPS_FLAG_J0060 1 // Add VPS control flags and remove slice header control flag for single depth, JCT3V-J0060 234 233 235 234 #define MTK_J0033 1 235 #define SHARP_DLT_SIMP_J0029 1 // DLT(DepthValue2Idx[]) table derivation cleanup 236 236 237 237 #define H_3D_INTER_SDC 1 // INTER SDC, Inter simplified depth coding
Note: See TracChangeset for help on using the changeset viewer.