Searched refs:currentPixel (Results 1 – 1 of 1) sorted by relevance
97 float currentPixel = 0.0f; in horizontal() local111 currentPixel = (float) (*i); in horizontal()112 blurredPixel += currentPixel * gPtr[0]; in horizontal()127 currentPixel = (float) input[validW]; in horizontal()128 blurredPixel += currentPixel * gPtr[0]; in horizontal()141 float currentPixel = 0.0f; in vertical() local154 currentPixel = (float) (*i); in vertical()155 blurredPixel += currentPixel * gPtr[0]; in vertical()171 currentPixel = (float) (*i); in vertical()172 blurredPixel += currentPixel * gPtr[0]; in vertical()