Changeset 512 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/TComPrediction.cpp
- Timestamp:
- 3 Jul 2013, 14:07:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/TComPrediction.cpp
r511 r512 1510 1510 1511 1511 Pel* depthTemp, *depthInitial=depth; 1512 for (Int yTxt = 0; yTxt<sizeY; yTxt++)1513 { 1514 for (Int xTxt = 0; xTxt<sizeX; xTxt++)1512 for (Int yTxt = 0; yTxt < sizeY; yTxt++) 1513 { 1514 for (Int xTxt = 0; xTxt < sizeX; xTxt++) 1515 1515 { 1516 1516 if (depthPosX+xTxt < widthDepth)
Note: See TracChangeset for help on using the changeset viewer.