Searched refs:xs2 (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicResize.cpp | 93 int xs2 = rsMin(maxx, startx + 2); in OneBiCubic() local 98 convert_float4(yp0[xs2]), in OneBiCubic() 103 convert_float4(yp1[xs2]), in OneBiCubic() 108 convert_float4(yp2[xs2]), in OneBiCubic() 113 convert_float4(yp3[xs2]), in OneBiCubic() 128 int xs2 = rsMin(maxx, startx + 2); in OneBiCubic() local 133 convert_float2(yp0[xs2]), in OneBiCubic() 138 convert_float2(yp1[xs2]), in OneBiCubic() 143 convert_float2(yp2[xs2]), in OneBiCubic() 148 convert_float2(yp3[xs2]), in OneBiCubic() [all …]
|
/frameworks/rs/tests/java_api/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));
|
/frameworks/rs/tests/java_api/ImageProcessing2/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/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | resize.rs | 56 uint32_t xs2 = (uint32_t) clamp(startx + 2, 0, maxx); 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));
|