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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_resize.rs 59 uint32_t xs3 = (uint32_t) min(maxx, startx + 3);
69 float4 p03 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys0));
75 float4 p13 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys1));
81 float4 p23 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys2));
87 float4 p33 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys3));
109 uint32_t xs3 = (uint32_t) min(maxx, startx + 3);
119 float3 p03 = convert_float3(rsGetElementAt_uchar3(gIn, xs3, ys0));
125 float3 p13 = convert_float3(rsGetElementAt_uchar3(gIn, xs3, ys1));
131 float3 p23 = convert_float3(rsGetElementAt_uchar3(gIn, xs3, ys2));
137 float3 p33 = convert_float3(rsGetElementAt_uchar3(gIn, xs3, ys3))
    [all...]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
resize.rs 57 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/ImageProcessing2/src/com/android/rs/image/
resize.rs 57 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/
resize.rs 57 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/
rsCpuIntrinsicResize.cpp 101 int xs3 = rsMin(maxx, startx + 3); local
106 convert_float4(yp0[xs3]), xf);
111 convert_float4(yp1[xs3]), xf);
116 convert_float4(yp2[xs3]), xf);
121 convert_float4(yp3[xs3]), xf);
136 int xs3 = rsMin(maxx, startx + 3); local
141 convert_float2(yp0[xs3]), xf);
146 convert_float2(yp1[xs3]), xf);
151 convert_float2(yp2[xs3]), xf);
156 convert_float2(yp3[xs3]), xf)
171 int xs3 = rsMin(maxx, startx + 3); local
252 int xs3 = rsMin(maxx, startx + 3); local
275 int xs3 = rsMin(maxx, startx + 3); local
298 int xs3 = rsMin(maxx, startx + 3); local
    [all...]

Completed in 322 milliseconds