HomeSort by relevance Sort by last modified time
    Searched refs:xs2 (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_resize.rs 58 uint32_t xs2 = (uint32_t) min(maxx, startx + 2);
68 float4 p02 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys0));
74 float4 p12 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys1));
80 float4 p22 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys2));
86 float4 p32 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys3));
108 uint32_t xs2 = (uint32_t) min(maxx, startx + 2);
118 float3 p02 = convert_float3(rsGetElementAt_uchar3(gIn, xs2, ys0));
124 float3 p12 = convert_float3(rsGetElementAt_uchar3(gIn, xs2, ys1));
130 float3 p22 = convert_float3(rsGetElementAt_uchar3(gIn, xs2, ys2));
136 float3 p32 = convert_float3(rsGetElementAt_uchar3(gIn, xs2, ys3))
    [all...]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
resize.rs 56 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/ImageProcessing2/src/com/android/rs/image/
resize.rs 56 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/
resize.rs 56 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/
rsCpuIntrinsicResize.cpp 100 int xs2 = rsMin(maxx, startx + 2); local
105 convert_float4(yp0[xs2]),
110 convert_float4(yp1[xs2]),
115 convert_float4(yp2[xs2]),
120 convert_float4(yp3[xs2]),
135 int xs2 = rsMin(maxx, startx + 2); local
140 convert_float2(yp0[xs2]),
145 convert_float2(yp1[xs2]),
150 convert_float2(yp2[xs2]),
155 convert_float2(yp3[xs2]),
170 int xs2 = rsMin(maxx, startx + 2); local
251 int xs2 = rsMin(maxx, startx + 2); local
274 int xs2 = rsMin(maxx, startx + 2); local
297 int xs2 = rsMin(maxx, startx + 2); local
    [all...]

Completed in 1060 milliseconds