Home | History | Annotate | Download | only in cpu_ref

Lines Matching refs:py2

71                 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const uchar4 *py3, const uchar4 *py4,
92 convert_float4(py2[x0]) * coeff[10] +
93 convert_float4(py2[x1]) * coeff[11] +
94 convert_float4(py2[x2]) * coeff[12] +
95 convert_float4(py2[x3]) * coeff[13] +
96 convert_float4(py2[x4]) * coeff[14] +
142 const uchar4 *py2 = (const uchar4 *)(pin + stride * y2);
151 One(p, x1, out, py0, py1, py2, py3, py4, cp->fp);
159 rsdIntrinsicConvolve5x5_K(out, py0, py1, py2, py3, py4, cp->ip, len);
166 One(p, x1, out, py0, py1, py2, py3, py4, cp->fp);