Ignore:
Timestamp:
14 Jul 2015, 03:24:13 (9 years ago)
Author:
seregin
Message:

port rev 4257

File:
1 edited

Legend:

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

    r1259 r1260  
    7070// ====================================================================================================================
    7171
    72 /** \param  piTexture     pixel data
     72/**
     73 \param  piTexture     pixel data
    7374 \param  iRoiWidth     pattern width
    7475 \param  iRoiHeight    pattern height
    7576 \param  iStride       buffer stride
    76  \param  iOffsetLeft   neighbour offset (left)
    77  \param  iOffsetRight  neighbour offset (right)
    78  \param  iOffsetAbove  neighbour offset (above)
    79  \param  iOffsetBottom neighbour offset (bottom)
    8077 */
    8178Void TComPatternParam::setPatternParamPel ( Pel* piTexture,
     
    524521}
    525522
    526 /** Get pointer to reference samples for intra prediction
    527  * \param uiDirMode   prediction mode index
    528  * \param log2BlkSize size of block (2 = 4x4, 3 = 8x8, 4 = 16x16, 5 = 32x32, 6 = 64x64)
    529  * \param piAdiBuf    pointer to unfiltered reference samples
    530  * \return            pointer to (possibly filtered) reference samples
    531  *
    532  * The prediction mode index is used to determine whether a smoothed reference sample buffer is returned.
    533  */
    534 
    535523Bool TComPrediction::filteringIntraReferenceSamples(const ComponentID compID, UInt uiDirMode, UInt uiTuChWidth, UInt uiTuChHeight, const ChromaFormat chFmt, const Bool intraReferenceSmoothingDisabled)
    536524{
Note: See TracChangeset for help on using the changeset viewer.