Changeset 374 in 3DVCSoftware for branches/HTM-6.2-dev1-Sharp/source/Lib/TLibCommon/TComDataCU.cpp
- Timestamp:
- 5 May 2013, 12:09:11 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-6.2-dev1-Sharp/source/Lib/TLibCommon/TComDataCU.cpp
r355 r374 3003 3003 UInt iNumbPart; 3004 3004 3005 #if SHARP_ILLUCOMP_PARSE_D0060 3006 if (!(getPartitionSize(uiAbsPartIdx) == SIZE_2Nx2N)) 3007 { 3008 return false; 3009 } 3010 if (getSlice()->getIcSkipParseFlag()) 3011 { 3012 if (getMergeFlag(uiAbsPartIdx) && getMergeIndex(uiAbsPartIdx) == 0) 3013 { 3014 return false; 3015 } 3016 } 3017 if (getMergeFlag(uiAbsPartIdx)) 3018 { 3019 return true; 3020 } 3021 #endif 3022 #if HHI_MPI 3005 3023 if(!getSlice()->getIsDepth()) 3006 3024 { 3025 #endif 3007 3026 Int iWidth, iHeight; 3008 3027 … … 3025 3044 } 3026 3045 } 3046 #if HHI_MPI 3027 3047 } 3028 3048 else … … 3046 3066 } 3047 3067 } 3068 #endif 3048 3069 3049 3070 return false; … … 3056 3077 Int iWidth, iHeight; 3057 3078 3079 #if SHARP_ILLUCOMP_PARSE_D0060 3080 if (!(getPartitionSize(uiAbsPartIdx) == SIZE_2Nx2N)) 3081 { 3082 return false; 3083 } 3084 if (getSlice()->getIcSkipParseFlag()) 3085 { 3086 if (getMergeFlag(uiAbsPartIdx) && getMergeIndex(uiAbsPartIdx) == 0) 3087 { 3088 return false; 3089 } 3090 } 3091 if (getMergeFlag(uiAbsPartIdx)) 3092 { 3093 return true; 3094 } 3095 #endif 3058 3096 UInt uiPartMode = getPartitionSize(uiAbsPartIdx); 3059 3097
Note: See TracChangeset for help on using the changeset viewer.