Searched refs:readjpeg (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | jpeg.cpp | 66 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 D | jpeg.hpp | 52 int readjpeg(char *name, int *xres, int *yres, unsigned char **imgdata);
|
| H A D | imageio.cpp | 93 rc = readjpeg(name, &xres, &yres, &imgdata); in readimage()
|