HEVC Test Model (HM)
HM-16.18
|
distortion parameter class More...
#include <TComRdCost.h>
Public Member Functions | |
DistParam () | |
Public Attributes | |
const Pel * | pOrg |
const Pel * | pCur |
Int | iStrideOrg |
Int | iStrideCur |
Int | iRows |
Int | iCols |
Int | iStep |
FpDistFunc | DistFunc |
Int | bitDepth |
Bool | bApplyWeight |
Bool | bIsBiPred |
const WPScalingParam * | wpCur |
ComponentID | compIdx |
Distortion | m_maximumDistortionForEarlyExit |
Int | iSubShift |
During cost calculations, if distortion exceeds this value, cost calculations may early-terminate. More... | |
distortion parameter class
Definition at line 67 of file TComRdCost.h.
|
inline |
Definition at line 91 of file TComRdCost.h.
Bool DistParam::bApplyWeight |
Definition at line 80 of file TComRdCost.h.
Bool DistParam::bIsBiPred |
Definition at line 81 of file TComRdCost.h.
Int DistParam::bitDepth |
Definition at line 78 of file TComRdCost.h.
ComponentID DistParam::compIdx |
Definition at line 84 of file TComRdCost.h.
FpDistFunc DistParam::DistFunc |
Definition at line 77 of file TComRdCost.h.
Int DistParam::iCols |
Definition at line 75 of file TComRdCost.h.
Int DistParam::iRows |
Definition at line 74 of file TComRdCost.h.
Int DistParam::iStep |
Definition at line 76 of file TComRdCost.h.
Int DistParam::iStrideCur |
Definition at line 73 of file TComRdCost.h.
Int DistParam::iStrideOrg |
Definition at line 72 of file TComRdCost.h.
Int DistParam::iSubShift |
During cost calculations, if distortion exceeds this value, cost calculations may early-terminate.
Definition at line 89 of file TComRdCost.h.
Distortion DistParam::m_maximumDistortionForEarlyExit |
Definition at line 85 of file TComRdCost.h.
const Pel* DistParam::pCur |
Definition at line 71 of file TComRdCost.h.
const Pel* DistParam::pOrg |
Definition at line 70 of file TComRdCost.h.
const WPScalingParam* DistParam::wpCur |
Definition at line 83 of file TComRdCost.h.