Home
last modified time | relevance | path

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

/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DReshape.cpp402 int idxYInv = getPWLIdxInv(lumaSample); in constructReshaper() local
403 …int invSample = m_inputPivot[idxYInv] + ((m_invScaleCoef[idxYInv] * (lumaSample - m_reshapePivot[i… in constructReshaper()