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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_resize.rs 63 uint32_t ys2 = (uint32_t) min(maxy, starty + 2);
78 float4 p20 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys2));
79 float4 p21 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys2));
80 float4 p22 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys2));
81 float4 p23 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys2));
113 uint32_t ys2 = (uint32_t) min(maxy, starty + 2);
128 float3 p20 = convert_float3(rsGetElementAt_uchar3(gIn, xs0, ys2));
129 float3 p21 = convert_float3(rsGetElementAt_uchar3(gIn, xs1, ys2));
130 float3 p22 = convert_float3(rsGetElementAt_uchar3(gIn, xs2, ys2));
131 float3 p23 = convert_float3(rsGetElementAt_uchar3(gIn, xs3, ys2));
    [all...]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
resize.rs 61 uint32_t ys2 = (uint32_t) min(maxy, starty + 2);
76 float4 p20 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys2));
77 float4 p21 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys2));
78 float4 p22 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys2));
79 float4 p23 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys2));
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
resize.rs 61 uint32_t ys2 = (uint32_t) min(maxy, starty + 2);
76 float4 p20 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys2));
77 float4 p21 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys2));
78 float4 p22 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys2));
79 float4 p23 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys2));
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
resize.rs 61 uint32_t ys2 = (uint32_t) min(maxy, starty + 2);
76 float4 p20 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys2));
77 float4 p21 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys2));
78 float4 p22 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys2));
79 float4 p23 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys2));
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicResize.cpp 333 int ys2 = rsMin(maxy, starty + 2); local
338 const uchar4 *yp2 = (const uchar4 *)(pin + stride * ys2);
400 int ys2 = rsMin(maxy, starty + 2); local
405 const uchar2 *yp2 = (const uchar2 *)(pin + stride * ys2);
467 int ys2 = rsMin(maxy, starty + 2); local
472 const uchar *yp2 = pin + stride * ys2;
534 int ys2 = rsMin(maxy, starty + 2); local
539 const float4 *yp2 = (const float4 *)(pin + stride * ys2);
574 int ys2 = rsMin(maxy, starty + 2); local
579 const float2 *yp2 = (const float2 *)(pin + stride * ys2);
614 int ys2 = rsMin(maxy, starty + 2); local
    [all...]

Completed in 185 milliseconds