Searched refs:xs3 (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicResize.cpp | 92 int xs3 = rsMin(maxx, startx + 3); in OneBiCubic() local 97 convert_float4(yp0[xs3]), xf); in OneBiCubic() 102 convert_float4(yp1[xs3]), xf); in OneBiCubic() 107 convert_float4(yp2[xs3]), xf); in OneBiCubic() 112 convert_float4(yp3[xs3]), xf); in OneBiCubic() 127 int xs3 = rsMin(maxx, startx + 3); in OneBiCubic() local 132 convert_float2(yp0[xs3]), xf); in OneBiCubic() 137 convert_float2(yp1[xs3]), xf); in OneBiCubic() 142 convert_float2(yp2[xs3]), xf); in OneBiCubic() 147 convert_float2(yp3[xs3]), xf); in OneBiCubic() [all …]
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | resize.rs | 57 uint32_t xs3 = (uint32_t) min(maxx, startx + 3); 67 float4 p03 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys0)); 73 float4 p13 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys1)); 79 float4 p23 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys2)); 85 float4 p33 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys3));
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | resize.rs | 57 uint32_t xs3 = (uint32_t) min(maxx, startx + 3); 67 float4 p03 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys0)); 73 float4 p13 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys1)); 79 float4 p23 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys2)); 85 float4 p33 = convert_float4(rsGetElementAt_uchar4(gIn, xs3, ys3));
|