Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuIntrinsicResize.cpp101 static uchar4 OneBiCubic(const uchar4 *yp0, const uchar4 *yp1, const uchar4 *yp2, const uchar4 *yp3, in OneBiCubic() argument
116 float4 p1 = cubicInterpolate(convert_float4(yp1[xs0]), in OneBiCubic()
117 convert_float4(yp1[xs1]), in OneBiCubic()
118 convert_float4(yp1[xs2]), in OneBiCubic()
119 convert_float4(yp1[xs3]), xf); in OneBiCubic()
136 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3, in OneBiCubic() argument
151 float2 p1 = cubicInterpolate(convert_float2(yp1[xs0]), in OneBiCubic()
152 convert_float2(yp1[xs1]), in OneBiCubic()
153 convert_float2(yp1[xs2]), in OneBiCubic()
154 convert_float2(yp1[xs3]), xf); in OneBiCubic()
[all …]