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

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dresize.rs55 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/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dresize.rs55 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/cpu_ref/
H A DrsCpuIntrinsicResize.cpp90 int xs1 = rsMax(0, startx + 1); local
95 convert_float4(yp0[xs1]),
100 convert_float4(yp1[xs1]),
105 convert_float4(yp2[xs1]),
110 convert_float4(yp3[xs1]),
125 int xs1 = rsMax(0, startx + 1); local
130 convert_float2(yp0[xs1]),
135 convert_float2(yp1[xs1]),
140 convert_float2(yp2[xs1]),
145 convert_float2(yp3[xs1]),
160 int xs1 = rsMax(0, startx + 1); local
[all...]

Completed in 776 milliseconds