Home
last modified time | relevance | path

Searched refs:p11 (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dintrinsic_convolve3x3.rs35 float4 p11 = convert_float4(rsGetElementAt_uchar4(gIn, x, y));
44 p11 *= gCoeffs[4];
52 p11 += p12;
56 p02 += p11;
76 float3 p11 = convert_float3(rsGetElementAt_uchar3(gIn, x, y));
85 p11 *= gCoeffs[4];
93 p11 += p12;
97 p02 += p11;
117 float2 p11 = convert_float2(rsGetElementAt_uchar2(gIn, x, y));
126 p11 *= gCoeffs[4];
[all …]
Dintrinsic_resize.rs73 float4 p11 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys1));
76 float4 p1 = cubicInterpolate_F4(p10, p11, p12, p13, xf);
123 float3 p11 = convert_float3(rsGetElementAt_uchar3(gIn, xs1, ys1));
126 float3 p1 = cubicInterpolate_F3(p10, p11, p12, p13, xf);
173 float2 p11 = convert_float2(rsGetElementAt_uchar2(gIn, xs1, ys1));
176 float2 p1 = cubicInterpolate_F2(p10, p11, p12, p13, xf);
223 float p11 = (float)(rsGetElementAt_uchar(gIn, xs1, ys1));
226 float p1 = cubicInterpolate_F1(p10, p11, p12, p13, xf);
273 float4 p11 = rsGetElementAt_float4(gIn, xs1, ys1);
276 float4 p1 = cubicInterpolate_F4(p10, p11, p12, p13, xf);
[all …]
/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java1915 double p11 = u * v; in shrinkAndScaleBilinear() local
1935 + p10 * (double) rgb10[k] + p11 * (double) rgb11[k]); in shrinkAndScaleBilinear()