Lines Matching refs:pixel
346 /* Save the bytes per pixel of the sink */
386 const u8 *const pixel,
391 /* copy the pixel to the pointer */
393 ptr[i] = pixel[i];
402 const u8 *pixel;
404 /* Point to the pixel value in position (lin, col) in the sink frame */
408 pixel = &sink_frame[index];
414 /* point to the place we are going to put the first pixel
425 /* Repeat this pixel mult times */
428 * pixel repetition in a line
435 /* copy the pixel to the position index + j */
437 pixel, vsca->bpp);
451 /* Scale each pixel from the original sink frame */