Searched refs:xs3 (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicResize.cpp | 94 int xs3 = rsMin(maxx, startx + 3); in OneBiCubic() local 99 convert_float4(yp0[xs3]), xf); in OneBiCubic() 104 convert_float4(yp1[xs3]), xf); in OneBiCubic() 109 convert_float4(yp2[xs3]), xf); in OneBiCubic() 114 convert_float4(yp3[xs3]), xf); in OneBiCubic() 129 int xs3 = rsMin(maxx, startx + 3); in OneBiCubic() local 134 convert_float2(yp0[xs3]), xf); in OneBiCubic() 139 convert_float2(yp1[xs3]), xf); in OneBiCubic() 144 convert_float2(yp2[xs3]), xf); in OneBiCubic() 149 convert_float2(yp3[xs3]), xf); in OneBiCubic() [all …]
|
/frameworks/rs/tests/java_api/ImageProcessing2/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/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | resize.rs | 57 uint32_t xs3 = (uint32_t) clamp(startx + 3, 0, maxx); 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/tests/java_api/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));
|