Home | History | Annotate | Download | only in effects

Lines Matching defs:finalValue

962 finalValue = 0;
964 finalValue += gaussWindow[pad+i]*windowCenter[i];
966 finalValue /= windowSum;
968 int integerPixel = int(finalValue + 0.5f);