Searched refs:xs2 (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicResize.cpp | 91 int xs2 = rsMin(maxx, startx + 2); in OneBiCubic() local 96 convert_float4(yp0[xs2]), in OneBiCubic() 101 convert_float4(yp1[xs2]), in OneBiCubic() 106 convert_float4(yp2[xs2]), in OneBiCubic() 111 convert_float4(yp3[xs2]), in OneBiCubic() 126 int xs2 = rsMin(maxx, startx + 2); in OneBiCubic() local 131 convert_float2(yp0[xs2]), in OneBiCubic() 136 convert_float2(yp1[xs2]), in OneBiCubic() 141 convert_float2(yp2[xs2]), in OneBiCubic() 146 convert_float2(yp3[xs2]), in OneBiCubic() [all …]
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | resize.rs | 56 uint32_t xs2 = (uint32_t) min(maxx, startx + 2); 66 float4 p02 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys0)); 72 float4 p12 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys1)); 78 float4 p22 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys2)); 84 float4 p32 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys3));
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | resize.rs | 56 uint32_t xs2 = (uint32_t) min(maxx, startx + 2); 66 float4 p02 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys0)); 72 float4 p12 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys1)); 78 float4 p22 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys2)); 84 float4 p32 = convert_float4(rsGetElementAt_uchar4(gIn, xs2, ys3));
|