Home
last modified time | relevance | path

Searched refs:xs1 (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuIntrinsicResize.cpp107 int xs1 = rsMax(0, startx + 1); in OneBiCubic() local
112 convert_float4(yp0[xs1]), in OneBiCubic()
117 convert_float4(yp1[xs1]), in OneBiCubic()
122 convert_float4(yp2[xs1]), in OneBiCubic()
127 convert_float4(yp3[xs1]), in OneBiCubic()
142 int xs1 = rsMax(0, startx + 1); in OneBiCubic() local
147 convert_float2(yp0[xs1]), in OneBiCubic()
152 convert_float2(yp1[xs1]), in OneBiCubic()
157 convert_float2(yp2[xs1]), in OneBiCubic()
162 convert_float2(yp3[xs1]), in OneBiCubic()
[all …]
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dresize.rscript55 uint32_t xs1 = (uint32_t) max(0, startx + 1);
65 float4 p01 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys0));
71 float4 p11 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys1));
77 float4 p21 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys2));
83 float4 p31 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys3));
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dresize.rscript55 uint32_t xs1 = (uint32_t) clamp(startx + 1, 0, maxx);
65 float4 p01 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys0));
71 float4 p11 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys1));
77 float4 p21 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys2));
83 float4 p31 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys3));
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dresize.rscript55 uint32_t xs1 = (uint32_t) max(0, startx + 1);
65 float4 p01 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys0));
71 float4 p11 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys1));
77 float4 p21 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys2));
83 float4 p31 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys3));