Home
last modified time | relevance | path

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

/haiku/src/apps/showimage/
H A DFilter.cpp696 const float a1Y = fToY - toY; in DownScaleBilinear() local
730 totalSum[0] += a1Y * sum[0]; in DownScaleBilinear()
731 totalSum[1] += a1Y * sum[1]; in DownScaleBilinear()
732 totalSum[2] += a1Y * sum[2]; in DownScaleBilinear()