Home
last modified time | relevance | path

Searched refs:yp3 (Results 1 – 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuIntrinsicResize.cpp86 static uchar4 OneBiCubic(const uchar4 *yp0, const uchar4 *yp1, const uchar4 *yp2, const uchar4 *yp3, in OneBiCubic() argument
111 float4 p3 = cubicInterpolate(convert_float4(yp3[xs0]), in OneBiCubic()
112 convert_float4(yp3[xs1]), in OneBiCubic()
113 convert_float4(yp3[xs2]), in OneBiCubic()
114 convert_float4(yp3[xs3]), xf); in OneBiCubic()
121 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3, in OneBiCubic() argument
146 float2 p3 = cubicInterpolate(convert_float2(yp3[xs0]), in OneBiCubic()
147 convert_float2(yp3[xs1]), in OneBiCubic()
148 convert_float2(yp3[xs2]), in OneBiCubic()
149 convert_float2(yp3[xs3]), xf); in OneBiCubic()
[all …]