Home
last modified time | relevance | path

Searched refs:DF_SADS (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DTypeDef.h443 DF_SADS = 15, ///< general size SAD with step enumerator
H A DTComRdCost.cpp243 m_afpDistortFunc[DF_SADS ] = TComRdCost::xGetSAD; in init()
359 rcDistParam.DistFunc = m_afpDistortFunc[DF_SADS + g_aucConvertToBit[ rcDistParam.iCols ] + 1 ]; in setDistParam()
395 …rcDP.DistFunc = m_afpDistortFunc[ ( bHadamard ? DF_HADS : DF_SADS ) + g_aucConvertToBit[ iWidth … in setDistParam()