Home | History | Annotate | Download | only in cpu_ref

Lines Matching refs:py1

71                 const uchar4 *py0, const uchar4 *py1, const uchar4 *py2, const uchar4 *py3, const uchar4 *py4,
86 convert_float4(py1[x0]) * coeff[5] +
87 convert_float4(py1[x1]) * coeff[6] +
88 convert_float4(py1[x2]) * coeff[7] +
89 convert_float4(py1[x3]) * coeff[8] +
90 convert_float4(py1[x4]) * coeff[9] +
141 const uchar4 *py1 = (const uchar4 *)(pin + stride * y1);
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);