Lines Matching refs:p3
195 float p3 = getElementAt1(p, stride, nextX, nextY);
196 float r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3;
208 float p3 = getElementAt1(p, stride, nextX, nextY);
209 float r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3;
221 float2 p3 = getElementAt2(p, stride, nextX, nextY);
222 float2 r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3;
234 float4 p3 = getElementAt4(p, stride, nextX, nextY);
235 float4 r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3;
247 float4 p3 = getElementAt4(p, stride, nextX, nextY);
248 float4 r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3;
259 float3 p3 = getElementAt565(p, stride, nextX, nextY);
260 float3 r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3;