Lines Matching refs:pf
123 float4 pf = convert_float4(pvy[0]);
124 blurredPixel += pf * gPtr[0];
140 float pf = (float)pi[validY * iStride];
141 blurredPixel += pf * gPtr[0];
187 float4 pf = convert_float4(((const uchar4 *)pi)[0]);
188 blurredPixel += pf * gp[0];
211 float pf = (float)pi[0];
212 blurredPixel += pf * gp[0];
240 float pf = (float)pi[0];
241 blurredPixel += pf * gp[0];
262 float4 pf = ptrIn[validX];
263 blurredPixel += pf * gPtr[0];
277 float pf = ptrIn[validX];
278 blurredPixel += pf * gPtr[0];