Searched refs:p10 (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | intrinsic_convolve3x3.rscript | 34 float4 p10 = convert_float4(rsGetElementAt_uchar4(gIn, x1, y)); 43 p10 *= gCoeffs[3]; 51 p02 += p10; 75 float3 p10 = convert_float3(rsGetElementAt_uchar3(gIn, x1, y)); 84 p10 *= gCoeffs[3]; 92 p02 += p10; 116 float2 p10 = convert_float2(rsGetElementAt_uchar2(gIn, x1, y)); 125 p10 *= gCoeffs[3]; 133 p02 += p10; 157 float p10 = rsGetElementAt_uchar(gIn, x1, y); [all …]
|
D | intrinsic_resize.rscript | 72 float4 p10 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys1)); 76 float4 p1 = cubicInterpolate_F4(p10, p11, p12, p13, xf); 122 float3 p10 = convert_float3(rsGetElementAt_uchar3(gIn, xs0, ys1)); 126 float3 p1 = cubicInterpolate_F3(p10, p11, p12, p13, xf); 172 float2 p10 = convert_float2(rsGetElementAt_uchar2(gIn, xs0, ys1)); 176 float2 p1 = cubicInterpolate_F2(p10, p11, p12, p13, xf); 222 float p10 = (float)(rsGetElementAt_uchar(gIn, xs0, ys1)); 226 float p1 = cubicInterpolate_F1(p10, p11, p12, p13, xf); 272 float4 p10 = rsGetElementAt_float4(gIn, xs0, ys1); 276 float4 p1 = cubicInterpolate_F4(p10, p11, p12, p13, xf); [all …]
|
/cts/tools/cts-media/ |
D | get_achievable_rates.py | 248 …for dev, build, codec, size, num, std, avg, p0, p5, p10, p20, p30, p40, p50, p60, p70, p80, p90, p… 257 data=dict(std=std, avg=avg, p0=p0, p5=p5, p10=p10, p20=p20, p30=p30, p40=p40,
|
/cts/tests/tests/media/src/android/media/cts/ |
D | DecodeAccuracyTestBase.java | 1971 double p10 = u * (1.0 - v); in shrinkAndScaleBilinear() local 1992 + p10 * (double) rgb10[k] + p11 * (double) rgb11[k]); in shrinkAndScaleBilinear()
|