Searched refs:xs1 (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicResize.cpp | 92 int xs1 = rsMax(0, startx + 1); in OneBiCubic() local 97 convert_float4(yp0[xs1]), in OneBiCubic() 102 convert_float4(yp1[xs1]), in OneBiCubic() 107 convert_float4(yp2[xs1]), in OneBiCubic() 112 convert_float4(yp3[xs1]), in OneBiCubic() 127 int xs1 = rsMax(0, startx + 1); in OneBiCubic() local 132 convert_float2(yp0[xs1]), in OneBiCubic() 137 convert_float2(yp1[xs1]), in OneBiCubic() 142 convert_float2(yp2[xs1]), in OneBiCubic() 147 convert_float2(yp3[xs1]), in OneBiCubic() [all …]
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | resize.rs | 55 uint32_t xs1 = (uint32_t) max(0, startx + 1); 65 float4 p01 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys0)); 71 float4 p11 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys1)); 77 float4 p21 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys2)); 83 float4 p31 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys3));
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | resize.rs | 55 uint32_t xs1 = (uint32_t) clamp(startx + 1, 0, maxx); 65 float4 p01 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys0)); 71 float4 p11 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys1)); 77 float4 p21 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys2)); 83 float4 p31 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys3));
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | resize.rs | 55 uint32_t xs1 = (uint32_t) max(0, startx + 1); 65 float4 p01 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys0)); 71 float4 p11 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys1)); 77 float4 p21 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys2)); 83 float4 p31 = convert_float4(rsGetElementAt_uchar4(gIn, xs1, ys3));
|