Home
last modified time | relevance | path

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

/haiku/src/apps/showimage/
H A DFilter.cpp711 float totalSum[3]; in DownScaleBilinear() local
715 totalSum[0] = a0Y * sum[0]; in DownScaleBilinear()
716 totalSum[1] = a0Y * sum[1]; in DownScaleBilinear()
717 totalSum[2] = a0Y * sum[2]; in DownScaleBilinear()
723 totalSum[0] += sum[0]; in DownScaleBilinear()
724 totalSum[1] += sum[1]; in DownScaleBilinear()
725 totalSum[2] += sum[2]; in DownScaleBilinear()
730 totalSum[0] += a1Y * sum[0]; in DownScaleBilinear()
731 totalSum[1] += a1Y * sum[1]; in DownScaleBilinear()
732 totalSum[2] += a1Y * sum[2]; in DownScaleBilinear()
[all …]