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

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dresize.rs54 uint32_t xs0 = (uint32_t) max(0, startx + 0);
64 float4 p00 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys0));
70 float4 p10 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys1));
76 float4 p20 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys2));
82 float4 p30 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys3));
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dresize.rs54 uint32_t xs0 = (uint32_t) max(0, startx + 0);
64 float4 p00 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys0));
70 float4 p10 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys1));
76 float4 p20 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys2));
82 float4 p30 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys3));
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicResize.cpp89 int xs0 = rsMax(0, startx + 0); local
94 float4 p0 = cubicInterpolate(convert_float4(yp0[xs0]),
99 float4 p1 = cubicInterpolate(convert_float4(yp1[xs0]),
104 float4 p2 = cubicInterpolate(convert_float4(yp2[xs0]),
109 float4 p3 = cubicInterpolate(convert_float4(yp3[xs0]),
124 int xs0 = rsMax(0, startx + 0); local
129 float2 p0 = cubicInterpolate(convert_float2(yp0[xs0]),
134 float2 p1 = cubicInterpolate(convert_float2(yp1[xs0]),
139 float2 p2 = cubicInterpolate(convert_float2(yp2[xs0]),
144 float2 p3 = cubicInterpolate(convert_float2(yp3[xs0]),
159 int xs0 = rsMax(0, startx + 0); local
[all...]

Completed in 1875 milliseconds