Searched refs:currentPixel (Results 1 – 1 of 1) sorted by relevance
97 float currentPixel = 0.0f; in horizontal() local110 currentPixel = (float)(*i); in horizontal()111 blurredPixel += currentPixel * gPtr[0]; in horizontal()126 currentPixel = (float)input[validW]; in horizontal()127 blurredPixel += currentPixel * gPtr[0]; in horizontal()140 float currentPixel = 0.0f; in vertical() local153 currentPixel = (float)(*i); in vertical()154 blurredPixel += currentPixel * gPtr[0]; in vertical()170 currentPixel = (float)(*i); in vertical()171 blurredPixel += currentPixel * gPtr[0]; in vertical()