Home | History | Annotate | Download | only in utils

Lines Matching defs:gPtr

106             const float* gPtr = weights;
112 blurredPixel += currentPixel * gPtr[0];
113 gPtr++;
128 blurredPixel += currentPixel * gPtr[0];
129 gPtr++;
148 const float* gPtr = weights;
155 blurredPixel += currentPixel * gPtr[0];
156 gPtr++;
172 blurredPixel += currentPixel * gPtr[0];
173 gPtr++;