Searched refs:py3 (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicConvolve5x5.cpp | 90 … const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const uchar4 *py3, const uchar4 *py4, in OneU4() argument 117 convert_float4(py3[x0]) * coeff[15] + in OneU4() 118 convert_float4(py3[x1]) * coeff[16] + in OneU4() 119 convert_float4(py3[x2]) * coeff[17] + in OneU4() 120 convert_float4(py3[x3]) * coeff[18] + in OneU4() 121 convert_float4(py3[x4]) * coeff[19] + in OneU4() 133 … const uchar2 *py0, const uchar2 *py1, const uchar2 *py2, const uchar2 *py3, const uchar2 *py4, in OneU2() argument 160 convert_float2(py3[x0]) * coeff[15] + in OneU2() 161 convert_float2(py3[x1]) * coeff[16] + in OneU2() 162 convert_float2(py3[x2]) * coeff[17] + in OneU2() [all …]
|