Home
last modified time | relevance | path

Searched refs:z_depth (Results 1 – 1 of 1) sorted by relevance

/third_party/cups-filters/cupsfilters/
Dimage-zoom.c221 z_depth, in zoom_bilinear() local
236 z_depth = z->depth; in zoom_bilinear()
251 inptr = z->in + (z->width - 1) * z_depth; in zoom_bilinear()
261 for (count = 0; count < z_depth; count ++) in zoom_bilinear()
262 *r++ = (inptr[count] * xerr0 + inptr[z_depth + count] * xerr1) / z_xsize; in zoom_bilinear()
266 for (count = 0; count < z_depth; count ++) in zoom_bilinear()
301 z_depth, in zoom_nearest() local
315 z_depth = z->depth; in zoom_nearest()
329 inptr = z->in + (z->width - 1) * z_depth; in zoom_nearest()
337 for (count = 0; count < z_depth; count ++) in zoom_nearest()