Home
last modified time | relevance | path

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

/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DReshape.cpp403 …int invSample = m_inputPivot[idxYInv] + ((m_invScaleCoef[idxYInv] * (lumaSample - m_reshapePivot[i… in constructReshaper() local
404 m_invLUT[lumaSample] = Clip3((Pel)0, (Pel)((1 << m_lumaBD) - 1), (Pel)(invSample)); in constructReshaper()