Home | History | Annotate | Download | only in effects

Lines Matching full:newvalue

37 // newValue is the current noise dimension (either width or height)
38 inline int checkNoise(int noiseValue, int limitValue, int newValue) {
43 noiseValue -= newValue;