Searched refs:jpegactables (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_ojpeg.c232 void* jpegactables; member in struct:__anon767
2203 sp->jpegactables=_TIFFmalloc(272*sp->jpegactables_length);
2204 if(sp->jpegactables==NULL){return(0);}
2210 TIFFReadFile(tif, &(((unsigned char*)(sp->jpegactables))[bufoff]), 16);
2213 code_count+=((unsigned char*)(sp->jpegactables))[k2+bufoff];
2215 TIFFReadFile(tif, &(((unsigned char*)(sp->jpegactables))[bufoff+16]), code_count);
2375 *va_arg(ap, void**)=sp->jpegactables;
2461 if (sp->jpegactables) {_TIFFfree(sp->jpegactables);sp->jpegactables
[all...]

Completed in 39 milliseconds