Changeset 1246 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon/TComPattern.cpp
- Timestamp:
- 14 Jul 2015, 00:26:07 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComPattern.cpp
r1029 r1246 176 176 { 177 177 if (x==0 || y==0) 178 { 178 179 ss << piAdiTemp[y*uiROIWidth + x] << ", "; 179 180 // if (x%16==15) ss << "\nPart size: ~ "; 181 } 180 182 } 181 183 ss << "\n"; … … 210 212 const Bool bilinearAbove = abs((topLeft + topRight) - (2 * piAdiTemp[ uiTuWidth ])) < threshold; //ends and the middle 211 213 if ((uiTuWidth < 32) || (!bilinearLeft) || (!bilinearAbove)) 214 { 212 215 useStrongIntraSmoothing = false; 216 } 213 217 } 214 218 … … 292 296 { 293 297 if (x==0 || y==0) 298 { 294 299 ss << m_piYuvExt[compID][PRED_BUF_FILTERED][y*uiROIWidth + x] << ", "; 295 300 // if (x%16==15) ss << "\nPart size: ~ "; 301 } 296 302 } 297 303 ss << "\n";
Note: See TracChangeset for help on using the changeset viewer.