Changeset 1260 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibCommon/TComPattern.cpp
- Timestamp:
- 14 Jul 2015, 03:24:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComPattern.cpp
r1259 r1260 70 70 // ==================================================================================================================== 71 71 72 /** \param piTexture pixel data 72 /** 73 \param piTexture pixel data 73 74 \param iRoiWidth pattern width 74 75 \param iRoiHeight pattern height 75 76 \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)80 77 */ 81 78 Void TComPatternParam::setPatternParamPel ( Pel* piTexture, … … 524 521 } 525 522 526 /** Get pointer to reference samples for intra prediction527 * \param uiDirMode prediction mode index528 * \param log2BlkSize size of block (2 = 4x4, 3 = 8x8, 4 = 16x16, 5 = 32x32, 6 = 64x64)529 * \param piAdiBuf pointer to unfiltered reference samples530 * \return pointer to (possibly filtered) reference samples531 *532 * The prediction mode index is used to determine whether a smoothed reference sample buffer is returned.533 */534 535 523 Bool TComPrediction::filteringIntraReferenceSamples(const ComponentID compID, UInt uiDirMode, UInt uiTuChWidth, UInt uiTuChHeight, const ChromaFormat chFmt, const Bool intraReferenceSmoothingDisabled) 536 524 {
Note: See TracChangeset for help on using the changeset viewer.