Searched refs:p01 (Results 1 – 7 of 7) sorted by relevance
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | grain.rscript | 51 uint p01 = 114 * rsGetElementAt_uchar(gBlendSource, x, y1); 60 p00 += p01;
|
D | resize.rscript | 65 float4 p01 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys0)); 68 float4 p0 = cubicInterpolate(p00, p01, p02, p03, xf);
|
/frameworks/rs/toolkit/test/ |
D | ReferenceResize.kt | 80 val p01 = gIn[xs1, ys0].toFloatArray() in bicubicU4() constant 83 val p0 = cubicInterpolateF(p00, p01, p02, p03, xf) in bicubicU4()
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | grain.rscript | 51 uint p01 = 114 * rsGetElementAt_uchar(gBlendSource, x, y1); 60 p00 += p01;
|
D | resize.rscript | 65 float4 p01 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, 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 | 51 uint p01 = 114 * rsGetElementAt_uchar(gBlendSource, x, y1); 60 p00 += p01;
|
D | resize.rscript | 65 float4 p01 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys0)); 68 float4 p0 = cubicInterpolate(p00, p01, p02, p03, xf);
|