Searched refs:linePL (Results 1 – 1 of 1) sorted by relevance
106 int32_t* linePL = integral_ + y * (width + 1) * channel + channel; in GetRGBAIntegralImage() local119 linePD[0] = linePL[0] + sumB; in GetRGBAIntegralImage()120 linePD[1] = linePL[1] + sumG; in GetRGBAIntegralImage()121 linePD[2] = linePL[2] + sumR; in GetRGBAIntegralImage()122 linePD[3] = linePL[3] + sumA; in GetRGBAIntegralImage()124 linePL += channel; in GetRGBAIntegralImage()