Searched refs:py4 (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicConvolve5x5.cpp | 84 … 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 …]
|