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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_jpeg.c133 void* jpegtables; /* JPEGTables tag value, or NULL */ member in struct:__anon763
409 sp->dest.next_output_byte = (JOCTET*) sp->jpegtables;
420 newbuf = _TIFFrealloc((tdata_t) sp->jpegtables,
426 sp->jpegtables = newbuf;
448 if (sp->jpegtables)
449 _TIFFfree(sp->jpegtables);
451 sp->jpegtables = (void*) _TIFFmalloc((tsize_t) sp->jpegtables_length);
452 if (sp->jpegtables == NULL) {
546 sp->src.next_input_byte = (const JOCTET*) sp->jpegtables;
941 /* Direct libjpeg output into jpegtables */
[all...]
H A Dtif_ojpeg.c205 void *jpegtables; /* ->"New" JPEG tables, if we synthesized any */ member in struct:__anon767
406 sp->dest.next_output_byte = (JOCTET *)sp->jpegtables;
417 if (!( newbuf = _TIFFrealloc( (tdata_t)sp->jpegtables
424 sp->jpegtables = newbuf;
446 if (sp->jpegtables) _TIFFfree(sp->jpegtables);
447 if (!(sp->jpegtables = (void*)
1493 sp->jpegtables = p = (unsigned char *)sp->src.next_input_byte;
1537 L: if (p - (unsigned char *)sp->jpegtables > 2) /* fake "JPEGTables" */
1546 sp->jpegtables_length = p - (unsigned char*)sp->jpegtables
[all...]

Completed in 109 milliseconds