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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_resize.rs 64 uint32_t ys3 = (uint32_t) min(maxy, starty + 3);
84 float4 p30 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys3));
85 float4 p31 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys3));
86 float4 p32 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys3));
87 float4 p33 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys3));
114 uint32_t ys3 = (uint32_t) min(maxy, starty + 3);
134 float3 p30 = convert_float3(rsGetElementAt_uchar3(gIn, xs0, ys3));
135 float3 p31 = convert_float3(rsGetElementAt_uchar3(gIn, xs1, ys3));
136 float3 p32 = convert_float3(rsGetElementAt_uchar3(gIn, xs2, ys3));
137 float3 p33 = convert_float3(rsGetElementAt_uchar3(gIn, xs3, ys3));
    [all...]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
resize.rs 62 uint32_t ys3 = (uint32_t) min(maxy, starty + 3);
82 float4 p30 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys3));
83 float4 p31 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys3));
84 float4 p32 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys3));
85 float4 p33 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys3));
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
resize.rs 62 uint32_t ys3 = (uint32_t) min(maxy, starty + 3);
82 float4 p30 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys3));
83 float4 p31 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys3));
84 float4 p32 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys3));
85 float4 p33 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys3));
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
resize.rs 62 uint32_t ys3 = (uint32_t) min(maxy, starty + 3);
82 float4 p30 = convert_float4(rsGetElementAt_uchar4(gIn, xs0, ys3));
83 float4 p31 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys3));
84 float4 p32 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys3));
85 float4 p33 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys3));
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicResize.cpp 334 int ys3 = rsMin(maxy, starty + 3); local
339 const uchar4 *yp3 = (const uchar4 *)(pin + stride * ys3);
401 int ys3 = rsMin(maxy, starty + 3); local
406 const uchar2 *yp3 = (const uchar2 *)(pin + stride * ys3);
468 int ys3 = rsMin(maxy, starty + 3); local
473 const uchar *yp3 = pin + stride * ys3;
535 int ys3 = rsMin(maxy, starty + 3); local
540 const float4 *yp3 = (const float4 *)(pin + stride * ys3);
575 int ys3 = rsMin(maxy, starty + 3); local
580 const float2 *yp3 = (const float2 *)(pin + stride * ys3);
615 int ys3 = rsMin(maxy, starty + 3); local
    [all...]

Completed in 372 milliseconds