Searched refs:yp0 (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicResize.cpp | 93 static uchar4 OneBiCubic(const uchar4 *yp0, const uchar4 *yp1, const uchar4 *yp2, const uchar4 *yp3, in OneBiCubic() argument 103 float4 p0 = cubicInterpolate(convert_float4(yp0[xs0]), in OneBiCubic() 104 convert_float4(yp0[xs1]), in OneBiCubic() 105 convert_float4(yp0[xs2]), in OneBiCubic() 106 convert_float4(yp0[xs3]), xf); in OneBiCubic() 128 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3, in OneBiCubic() argument 138 float2 p0 = cubicInterpolate(convert_float2(yp0[xs0]), in OneBiCubic() 139 convert_float2(yp0[xs1]), in OneBiCubic() 140 convert_float2(yp0[xs2]), in OneBiCubic() 141 convert_float2(yp0[xs3]), xf); in OneBiCubic() [all …]
|