Searched refs:yp2 (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicResize.cpp | 101 static uchar4 OneBiCubic(const uchar4 *yp0, const uchar4 *yp1, const uchar4 *yp2, const uchar4 *yp3, in OneBiCubic() argument 121 float4 p2 = cubicInterpolate(convert_float4(yp2[xs0]), in OneBiCubic() 122 convert_float4(yp2[xs1]), in OneBiCubic() 123 convert_float4(yp2[xs2]), in OneBiCubic() 124 convert_float4(yp2[xs3]), xf); in OneBiCubic() 136 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3, in OneBiCubic() argument 156 float2 p2 = cubicInterpolate(convert_float2(yp2[xs0]), in OneBiCubic() 157 convert_float2(yp2[xs1]), in OneBiCubic() 158 convert_float2(yp2[xs2]), in OneBiCubic() 159 convert_float2(yp2[xs3]), xf); in OneBiCubic() [all …]
|