Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuIntrinsicConvolve3x3.cpp85 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, in ConvolveOneU4() argument
94 convert_float4(py1[x1]) * coeff[3] + in ConvolveOneU4()
95 convert_float4(py1[x]) * coeff[4] + in ConvolveOneU4()
96 convert_float4(py1[x2]) * coeff[5] + in ConvolveOneU4()
107 const uchar2 *py0, const uchar2 *py1, const uchar2 *py2, in ConvolveOneU2() argument
116 convert_float2(py1[x1]) * coeff[3] + in ConvolveOneU2()
117 convert_float2(py1[x]) * coeff[4] + in ConvolveOneU2()
118 convert_float2(py1[x2]) * coeff[5] + in ConvolveOneU2()
128 const uchar *py0, const uchar *py1, const uchar *py2, in ConvolveOneU1() argument
137 ((float)py1[x1]) * coeff[3] + in ConvolveOneU1()
[all …]
DrsCpuIntrinsicConvolve5x5.cpp84 … const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const uchar4 *py3, const uchar4 *py4, in OneU4() argument
99 convert_float4(py1[x0]) * coeff[5] + in OneU4()
100 convert_float4(py1[x1]) * coeff[6] + in OneU4()
101 convert_float4(py1[x2]) * coeff[7] + in OneU4()
102 convert_float4(py1[x3]) * coeff[8] + in OneU4()
103 convert_float4(py1[x4]) * coeff[9] + in OneU4()
127 … const uchar2 *py0, const uchar2 *py1, const uchar2 *py2, const uchar2 *py3, const uchar2 *py4, in OneU2() argument
142 convert_float2(py1[x0]) * coeff[5] + in OneU2()
143 convert_float2(py1[x1]) * coeff[6] + in OneU2()
144 convert_float2(py1[x2]) * coeff[7] + in OneU2()
[all …]