Searched defs:blurredPixel (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/utils/
H A DBlur.cpp65 float blurredPixel = 0.0f; local
74 blurredPixel = 0.0f;
81 blurredPixel += currentPixel * gPtr[0];
97 blurredPixel += currentPixel * gPtr[0];
101 *output = (uint8_t)blurredPixel;
109 float blurredPixel = 0.0f; local
116 blurredPixel = 0.0f;
124 blurredPixel += currentPixel * gPtr[0];
141 blurredPixel += currentPixel * gPtr[0];
145 *output = (uint8_t) blurredPixel;
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBlur.cpp120 float4 blurredPixel = 0; local
126 blurredPixel += pf * gPtr[0];
130 out->xyzw = blurredPixel;
138 float blurredPixel = 0; local
143 blurredPixel += pf * gPtr[0];
147 out[0] = blurredPixel;
171 float4 blurredPixel = 0; local
176 blurredPixel += pf * gp[0];
180 out->xyzw = blurredPixel;
194 float blurredPixel local
225 float blurredPixel = 0; local
244 float4 blurredPixel = 0; local
259 float blurredPixel = 0; local
[all...]

Completed in 62 milliseconds