jpeg_load_from_mem   15 lib/jpeg.h     int jpeg_load_from_mem(unsigned char*_data, int _size, unsigned char**dest, int*width, int*height);
jpeg_load_from_mem  745 src/swfextract.c 	jpeg_load_from_mem(&tag->data[6], end-6, &image, &width, &height);