Home | History | Annotate | Download | only in cpu_ref

Lines Matching defs:out

206     uchar4 *out = ((uchar4 *)p->out) + xstart;
212 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);
213 out++;
246 uchar2 *out = ((uchar2 *)p->out) + xstart;
252 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);
253 out++;
286 uchar *out = ((uchar *)p->out) + xstart;
292 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);
293 out++;