Ignore:
Timestamp:
3 Jul 2013, 14:07:30 (12 years ago)
Author:
mitsubishi-htm
Message:

-(intermediate version)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/TComPrediction.cpp

    r511 r512  
    15101510
    15111511  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++)
    15151515    {
    15161516      if (depthPosX+xTxt < widthDepth)
Note: See TracChangeset for help on using the changeset viewer.