Home | History | Annotate | Download | only in effects

Lines Matching refs:finalValue

957                 float finalValue = 0;
959 finalValue += gaussWindow[pad+i]*windowCenter[i];
961 finalValue /= windowSum;
963 int integerPixel = int(finalValue + 0.5f);