Searched refs:skip_buffer (Results 1 – 2 of 2) sorted by relevance
336 uint8* skip_buffer; member762 if (sp->skip_buffer==NULL) in OJPEGPreDecodeSkipScanlines()764 sp->skip_buffer=_TIFFmalloc(sp->bytes_per_line); in OJPEGPreDecodeSkipScanlines()765 if (sp->skip_buffer==NULL) in OJPEGPreDecodeSkipScanlines()773 … if (jpeg_read_scanlines_encap(sp,&(sp->libjpeg_jpeg_decompress_struct),&sp->skip_buffer,1)==0) in OJPEGPreDecodeSkipScanlines()967 if (sp->skip_buffer!=0) in OJPEGCleanup()968 _TIFFfree(sp->skip_buffer); in OJPEGCleanup()
345 uint8* skip_buffer; member776 if (sp->skip_buffer==NULL) in OJPEGPreDecodeSkipScanlines()778 sp->skip_buffer=_TIFFmalloc(sp->bytes_per_line); in OJPEGPreDecodeSkipScanlines()779 if (sp->skip_buffer==NULL) in OJPEGPreDecodeSkipScanlines()787 if (jpeg_read_scanlines_encap(sp,&(sp->libjpeg_jpeg_decompress_struct),&sp->skip_buffer,1)==0) in OJPEGPreDecodeSkipScanlines()981 if (sp->skip_buffer!=0) in OJPEGCleanup()982 _TIFFfree(sp->skip_buffer); in OJPEGCleanup()