Home
last modified time | relevance | path

Searched defs:yp3 (Results 1 – 2 of 2) 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()
136 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3, in OneBiCubic()
171 static uchar OneBiCubic(const uchar *yp0, const uchar *yp1, const uchar *yp2, const uchar *yp3, in OneBiCubic()
252 static float4 OneBiCubic(const float4 *yp0, const float4 *yp1, const float4 *yp2, const float4 *yp3, in OneBiCubic()
275 static float2 OneBiCubic(const float2 *yp0, const float2 *yp1, const float2 *yp2, const float2 *yp3, in OneBiCubic()
298 static float OneBiCubic(const float *yp0, const float *yp1, const float *yp2, const float *yp3, in OneBiCubic()
354 const uchar4 *yp3 = (const uchar4 *)(pin + stride * ys3); in kernelU4() local
431 const uchar2 *yp3 = (const uchar2 *)(pin + stride * ys3); in kernelU2() local
509 const uchar *yp3 = pin + stride * ys3; in kernelU1() local
587 const float4 *yp3 = (const float4 *)(pin + stride * ys3); in kernelF4() local
[all …]
/frameworks/rs/toolkit/
DResize.cpp127 static uchar4 OneBiCubic(const uchar4 *yp0, const uchar4 *yp1, const uchar4 *yp2, const uchar4 *yp3, in OneBiCubic()
162 static uchar2 OneBiCubic(const uchar2 *yp0, const uchar2 *yp1, const uchar2 *yp2, const uchar2 *yp3, in OneBiCubic()
197 static uchar OneBiCubic(const uchar *yp0, const uchar *yp1, const uchar *yp2, const uchar *yp3, in OneBiCubic()
280 static float4 OneBiCubic(const float4 *yp0, const float4 *yp1, const float4 *yp2, const float4 *yp3, in OneBiCubic()
303 static float2 OneBiCubic(const float2 *yp0, const float2 *yp1, const float2 *yp2, const float2 *yp3, in OneBiCubic()
326 static float OneBiCubic(const float *yp0, const float *yp1, const float *yp2, const float *yp3, in OneBiCubic()
376 const uchar4 *yp3 = (const uchar4 *)(pin + stride * ys3); in kernelU4() local
447 const uchar2 *yp3 = (const uchar2 *)(pin + stride * ys3); in kernelU2() local
522 const uchar *yp3 = pin + stride * ys3; in kernelU1() local
603 const float4 *yp3 = (const float4 *)(pin + stride * ys3); in kernelF4() local
[all …]