Home
last modified time | relevance | path

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

/dports/graphics/tachyon/tachyon/src/
H A Dimageio.h26 unsigned char * image_rgb48bepl_from_rgb96f(int xres, int yres, float *fimg);
H A Dimageio.c266 unsigned char * image_rgb48bepl_from_rgb96f(int xres, int yres, float *fimg) { in image_rgb48bepl_from_rgb96f() function
384 imgbuf = image_rgb48bepl_from_rgb96f(xres, yres, img); in writeimage()