Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuIntrinsicConvolve5x5.cpp84 … const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const uchar4 *py3, const uchar4 *py4, in OneU4() argument
117 convert_float4(py4[x0]) * coeff[20] + in OneU4()
118 convert_float4(py4[x1]) * coeff[21] + in OneU4()
119 convert_float4(py4[x2]) * coeff[22] + in OneU4()
120 convert_float4(py4[x3]) * coeff[23] + in OneU4()
121 convert_float4(py4[x4]) * coeff[24]; in OneU4()
127 … const uchar2 *py0, const uchar2 *py1, const uchar2 *py2, const uchar2 *py3, const uchar2 *py4, in OneU2() argument
160 convert_float2(py4[x0]) * coeff[20] + in OneU2()
161 convert_float2(py4[x1]) * coeff[21] + in OneU2()
162 convert_float2(py4[x2]) * coeff[22] + in OneU2()
[all …]
/frameworks/rs/toolkit/
DConvolve5x5.cpp41 const uchar* py2, const uchar* py3, const uchar* py4);
67 const InputOutputType* py3, const InputOutputType* py4, const float* coeff, in ConvolveOneU() argument
99 convert<ComputationType>(py4[x0]) * coeff[20] + in ConvolveOneU()
100 convert<ComputationType>(py4[x1]) * coeff[21] + in ConvolveOneU()
101 convert<ComputationType>(py4[x2]) * coeff[22] + in ConvolveOneU()
102 convert<ComputationType>(py4[x3]) * coeff[23] + in ConvolveOneU()
103 convert<ComputationType>(py4[x4]) * coeff[24]; in ConvolveOneU()
112 const InputOutputType* py3, const InputOutputType* py4, const float* coeff, in ConvolveOneF() argument
132 py4[x0] * coeff[20] + py4[x1] * coeff[21] + py4[x2] * coeff[22] + in ConvolveOneF()
133 py4[x3] * coeff[23] + py4[x4] * coeff[24]; in ConvolveOneF()
[all …]