Home | History | Annotate | Download | only in utils

Lines Matching refs:gPtr

75             const float* gPtr = weights;
81 blurredPixel += currentPixel * gPtr[0];
82 gPtr++;
97 blurredPixel += currentPixel * gPtr[0];
98 gPtr++;
117 const float* gPtr = weights;
124 blurredPixel += currentPixel * gPtr[0];
125 gPtr++;
141 blurredPixel += currentPixel * gPtr[0];
142 gPtr++;