Ignore:
Timestamp:
14 Jul 2015, 00:26:07 (9 years ago)
Author:
seregin
Message:

port rev 4240

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TComPattern.cpp

    r1029 r1246  
    176176        {
    177177          if (x==0 || y==0)
     178          {
    178179            ss << piAdiTemp[y*uiROIWidth + x] << ", ";
    179180//          if (x%16==15) ss << "\nPart size: ~ ";
     181          }
    180182        }
    181183        ss << "\n";
     
    210212        const Bool bilinearAbove = abs((topLeft    + topRight) - (2 * piAdiTemp[         uiTuWidth ])) < threshold; //ends and the middle
    211213        if ((uiTuWidth < 32) || (!bilinearLeft) || (!bilinearAbove))
     214        {
    212215          useStrongIntraSmoothing = false;
     216        }
    213217      }
    214218
     
    292296        {
    293297          if (x==0 || y==0)
     298          {
    294299            ss << m_piYuvExt[compID][PRED_BUF_FILTERED][y*uiROIWidth + x] << ", ";
    295300//          if (x%16==15) ss << "\nPart size: ~ ";
     301          }
    296302        }
    297303        ss << "\n";
Note: See TracChangeset for help on using the changeset viewer.