Home
last modified time | relevance | path

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

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DTComTrQuant.cpp3302 const Pel *pResiL = piResiL; in crossComponentPrediction() local
3316 pResiT[x] = pResiC[x] + (( alpha * rightShift( pResiL[x], diffBitDepth) ) >> 3); in crossComponentPrediction()
3323 pResiT[x] = pResiC[x] - (( alpha * rightShift(pResiL[x], diffBitDepth) ) >> 3); in crossComponentPrediction()
3327 pResiL += strideL; in crossComponentPrediction()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncSearch.cpp1919 const Pel *pResiL = piResiL; in xCalcCrossComponentPredictionAlpha() local
1934 const Pel scaledResiL = rightShift( pResiL[ uiX ], diffBitDepth ); in xCalcCrossComponentPredictionAlpha()
1939 pResiL += strideL; in xCalcCrossComponentPredictionAlpha()