Searched refs:yp3 (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/toolkit/ |
D | Resize.cpp | 127 static uchar4 OneBiCubic(const uchar4 *yp0, const uchar4 *yp1, const uchar4 *yp2, const uchar4 *yp3, in OneBiCubic() argument 152 float4 p3 = cubicInterpolate(convert<float4>(yp3[xs0]), in OneBiCubic() 153 convert<float4>(yp3[xs1]), in OneBiCubic() 154 convert<float4>(yp3[xs2]), in OneBiCubic() 155 convert<float4>(yp3[xs3]), xf); in OneBiCubic() 162 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3, in OneBiCubic() argument 187 float2 p3 = cubicInterpolate(convert<float2>(yp3[xs0]), in OneBiCubic() 188 convert<float2>(yp3[xs1]), in OneBiCubic() 189 convert<float2>(yp3[xs2]), in OneBiCubic() 190 convert<float2>(yp3[xs3]), xf); in OneBiCubic() [all …]
|
/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 126 float4 p3 = cubicInterpolate(convert_float4(yp3[xs0]), in OneBiCubic() 127 convert_float4(yp3[xs1]), in OneBiCubic() 128 convert_float4(yp3[xs2]), in OneBiCubic() 129 convert_float4(yp3[xs3]), xf); in OneBiCubic() 136 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3, in OneBiCubic() argument 161 float2 p3 = cubicInterpolate(convert_float2(yp3[xs0]), in OneBiCubic() 162 convert_float2(yp3[xs1]), in OneBiCubic() 163 convert_float2(yp3[xs2]), in OneBiCubic() 164 convert_float2(yp3[xs3]), xf); in OneBiCubic() [all …]
|