Searched refs:p02 (Results 1 – 7 of 7) sorted by relevance
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | grain.rscript | 52 uint p02 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y1); 61 p02 += p10; 66 p02 += p11; 69 p20 += p02;
|
D | resize.rscript | 66 float4 p02 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys0)); 68 float4 p0 = cubicInterpolate(p00, p01, p02, p03, xf);
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | grain.rscript | 52 uint p02 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y1); 61 p02 += p10; 66 p02 += p11; 69 p20 += p02;
|
D | resize.rscript | 66 float4 p02 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys0)); 68 float4 p0 = cubicInterpolate(p00, p01, p02, p03, xf);
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | grain.rscript | 52 uint p02 = 56 * rsGetElementAt_uchar(gBlendSource, x2, y1); 61 p02 += p10; 66 p02 += p11; 69 p20 += p02;
|
D | resize.rscript | 66 float4 p02 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys0)); 68 float4 p0 = cubicInterpolate(p00, p01, p02, p03, xf);
|
/frameworks/rs/toolkit/test/ |
D | ReferenceResize.kt | 81 val p02 = gIn[xs2, ys0].toFloatArray() in bicubicU4() constant 83 val p0 = cubicInterpolateF(p00, p01, p02, p03, xf) in bicubicU4()
|