Searched refs:OneBiCubic (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicResize.cpp84 static uchar4 OneBiCubic(const uchar4 *yp0, const uchar4 *yp1, const uchar4 *yp2, const uchar4 *yp3, function
119 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3, function
154 static uchar OneBiCubic(const uchar *yp0, const uchar *yp1, const uchar *yp2, const uchar *yp3, function
212 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);
252 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);
292 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);

Completed in 230 milliseconds