Home | History | Annotate | Download | only in graphics

Lines Matching defs:invCount

263                 int invCount = ((1 << blurSumShift) + pixelCount - 1) / pixelCount;
284 *ptr = (sum * invCount) >> blurSumShift;
290 *ptr = (sum * invCount) >> blurSumShift;
295 *ptr = (sum * invCount) >> blurSumShift;