Searched refs:sumB (Results 1 – 1 of 1) sorted by relevance
77 int32_t sumB = lineP2[index2 + 0] - lineP1[index2 + 0] - in BoxBlur() local85 linePD[0] = (sumB + (pixelCount >> 1)) / pixelCount; in BoxBlur()114 for (int x = 0, sumB = 0, sumG = 0, sumR = 0, sumA = 0; x < width; x++) { in GetRGBAIntegralImage() local115 sumB += linePS[0]; in GetRGBAIntegralImage()119 linePD[0] = linePL[0] + sumB; in GetRGBAIntegralImage()