HEVC Test Model (HM)  HM-16.18
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TComPrediction.cpp File Reference

prediction class More...

#include <memory.h>
#include "TComPrediction.h"
#include "TComPic.h"
#include "TComTU.h"
Include dependency graph for TComPrediction.cpp:

Go to the source code of this file.

Functions

Void getRefPUPartPos (TComDataCU *pcCU, TComMv &cMv, Int uiPartIdx, Int &ruiPredXLeft, Int &ruiPredYTop, Int &ruiPredXRight, Int &ruiPredYBottom, Int iWidth, Int iHeight)
 
Bool checkMVPRange (TComMv &cMv, UInt ctuLength, UInt tileXPosInCtus, UInt tileYPosInCtus, UInt tileWidthtInCtus, UInt tileHeightInCtus, Int PredXLeft, Int PredXRight, Int PredYTop, Int PredYBottom, ChromaFormat chromaFormat)
 

Detailed Description

prediction class

Definition in file TComPrediction.cpp.

Function Documentation

Bool checkMVPRange ( TComMv cMv,
UInt  ctuLength,
UInt  tileXPosInCtus,
UInt  tileYPosInCtus,
UInt  tileWidthtInCtus,
UInt  tileHeightInCtus,
Int  PredXLeft,
Int  PredXRight,
Int  PredYTop,
Int  PredYBottom,
ChromaFormat  chromaFormat 
)

Definition at line 954 of file TComPrediction.cpp.

Void getRefPUPartPos ( TComDataCU pcCU,
TComMv cMv,
Int  uiPartIdx,
Int ruiPredXLeft,
Int ruiPredYTop,
Int ruiPredXRight,
Int ruiPredYBottom,
Int  iWidth,
Int  iHeight 
)

Definition at line 829 of file TComPrediction.cpp.