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

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dresize.rs57 uint32_t xs3 = (uint32_t) min(maxx, startx + 3);
67 float4 p03 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys0));
73 float4 p13 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys1));
79 float4 p23 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys2));
85 float4 p33 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys3));
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dresize.rs57 uint32_t xs3 = (uint32_t) min(maxx, startx + 3);
67 float4 p03 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys0));
73 float4 p13 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys1));
79 float4 p23 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys2));
85 float4 p33 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys3));
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicResize.cpp92 int xs3 = rsMin(maxx, startx + 3); local
97 convert_float4(yp0[xs3]), xf);
102 convert_float4(yp1[xs3]), xf);
107 convert_float4(yp2[xs3]), xf);
112 convert_float4(yp3[xs3]), xf);
127 int xs3 = rsMin(maxx, startx + 3); local
132 convert_float2(yp0[xs3]), xf);
137 convert_float2(yp1[xs3]), xf);
142 convert_float2(yp2[xs3]), xf);
147 convert_float2(yp3[xs3]), x
162 int xs3 = rsMin(maxx, startx + 3); local
[all...]

Completed in 121 milliseconds