Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuIntrinsicConvolve5x5.cpp90 … const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const uchar4 *py3, const uchar4 *py4, in OneU4() argument
123 convert_float4(py4[x0]) * coeff[20] + in OneU4()
124 convert_float4(py4[x1]) * coeff[21] + in OneU4()
125 convert_float4(py4[x2]) * coeff[22] + in OneU4()
126 convert_float4(py4[x3]) * coeff[23] + in OneU4()
127 convert_float4(py4[x4]) * coeff[24]; in OneU4()
133 … const uchar2 *py0, const uchar2 *py1, const uchar2 *py2, const uchar2 *py3, const uchar2 *py4, in OneU2() argument
166 convert_float2(py4[x0]) * coeff[20] + in OneU2()
167 convert_float2(py4[x1]) * coeff[21] + in OneU2()
168 convert_float2(py4[x2]) * coeff[22] + in OneU2()
[all …]