Lines Matching defs:pixel
495 /* Format is the pixel format, the packets are processed the same. */
518 int pixel;
597 pixel = bytestream2_get_le16(&g2);
600 *((signed short*)(&pixels[pixel_ptr])) = pixel;
669 /* Now FLX is strange, in that it is "byte" as opposed to "pixel" run length compressed.
700 pixel = bytestream2_get_le16(&g2);
703 *((signed short*)(&pixels[pixel_ptr])) = pixel;
818 int pixel;
897 pixel = bytestream2_get_le24(&g2);
900 AV_WL24(&pixels[pixel_ptr], pixel);
908 pixel = bytestream2_get_le24(&g2);
909 AV_WL24(&pixels[pixel_ptr], pixel);
988 pixel = bytestream2_get_le24(&g2);
991 AV_WL24(pixels + pixel_ptr, pixel);
1004 pixel = bytestream2_get_le24(&g2);
1005 AV_WL24(pixels + pixel_ptr, pixel);