/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/tests/java_api/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/tests/java_api/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/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
resize.rs | 62 uint32_t ys3 = (uint32_t) clamp(starty + 3, 0 , maxy); 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 | 327 int ys3 = rsMin(maxy, starty + 3); local 332 const uchar4 *yp3 = (const uchar4 *)(pin + stride * ys3); 394 int ys3 = rsMin(maxy, starty + 3); local 399 const uchar2 *yp3 = (const uchar2 *)(pin + stride * ys3); 461 int ys3 = rsMin(maxy, starty + 3); local 466 const uchar *yp3 = pin + stride * ys3; 528 int ys3 = rsMin(maxy, starty + 3); local 533 const float4 *yp3 = (const float4 *)(pin + stride * ys3); 568 int ys3 = rsMin(maxy, starty + 3); local 573 const float2 *yp3 = (const float2 *)(pin + stride * ys3); 608 int ys3 = rsMin(maxy, starty + 3); local [all...] |