Home
last modified time | relevance | path

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

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DTComRdCost.h210 static Distortion xGetSAD12 ( DistParam* pcDtParam );
H A DTComRdCost.cpp252 m_afpDistortFunc[DF_SAD12 ] = TComRdCost::xGetSAD12; in init()
256 m_afpDistortFunc[DF_SADS12 ] = TComRdCost::xGetSAD12; in init()
603 Distortion TComRdCost::xGetSAD12( DistParam* pcDtParam ) in xGetSAD12() function in TComRdCost