Searched refs:xs2 (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dresize.rs56 uint32_t xs2 = (uint32_t) min(maxx, startx + 2);
66 float4 p02 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys0));
72 float4 p12 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys1));
78 float4 p22 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys2));
84 float4 p32 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys3));
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dresize.rs56 uint32_t xs2 = (uint32_t) min(maxx, startx + 2);
66 float4 p02 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys0));
72 float4 p12 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys1));
78 float4 p22 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys2));
84 float4 p32 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys3));
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicResize.cpp91 int xs2 = rsMin(maxx, startx + 2); local
96 convert_float4(yp0[xs2]),
101 convert_float4(yp1[xs2]),
106 convert_float4(yp2[xs2]),
111 convert_float4(yp3[xs2]),
126 int xs2 = rsMin(maxx, startx + 2); local
131 convert_float2(yp0[xs2]),
136 convert_float2(yp1[xs2]),
141 convert_float2(yp2[xs2]),
146 convert_float2(yp3[xs2]),
161 int xs2 = rsMin(maxx, startx + 2); local
[all...]

Completed in 20 milliseconds