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

/frameworks/base/libs/hwui/utils/
H A DBlur.cpp96 float blurredPixel = 0.0f; local
105 blurredPixel = 0.0f;
112 blurredPixel += currentPixel * gPtr[0];
128 blurredPixel += currentPixel * gPtr[0];
132 *output = (uint8_t)blurredPixel;
140 float blurredPixel = 0.0f; local
147 blurredPixel = 0.0f;
155 blurredPixel += currentPixel * gPtr[0];
172 blurredPixel += currentPixel * gPtr[0];
176 *output = (uint8_t) blurredPixel;
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBlur.cpp121 float4 blurredPixel = 0; local
127 blurredPixel += pf * gPtr[0];
131 out[0] = blurredPixel;
139 float blurredPixel = 0; local
144 blurredPixel += pf * gPtr[0];
148 out[0] = blurredPixel;
181 float4 blurredPixel = 0; local
186 blurredPixel += pf * gp[0];
190 out->xyzw = blurredPixel;
205 float blurredPixel local
234 float blurredPixel = 0; local
253 float4 blurredPixel = 0; local
268 float blurredPixel = 0; local
[all...]

Completed in 3132 milliseconds