Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Djpeg.cpp66 int readjpeg(char *name, int *xres, int *yres, unsigned char **imgdata) { in readjpeg() function
74 int readjpeg(char *name, int *xres, int *yres, unsigned char **imgdata) { in readjpeg() function
H A Djpeg.hpp52 int readjpeg(char *name, int *xres, int *yres, unsigned char **imgdata);
H A Dimageio.cpp93 rc = readjpeg(name, &xres, &yres, &imgdata); in readimage()