tif_fax3.c | 83 unsigned char* refline; /* reference line for 2d decoding */ member in struct:__anon28623 552 esp->refline = (unsigned char*) _TIFFmalloc(rowbytes); 553 if (esp->refline == NULL) { 559 EncoderState(tif)->refline = NULL; 730 * up being copied into the refline. 732 if (sp->refline) 733 _TIFFmemset(sp->refline, 0x00, sp->b.rowbytes); 1058 if (!Fax3Encode2DRow(tif, bp, sp->refline, 1067 _TIFFmemcpy(sp->refline, bp, sp->b.rowbytes); 1118 if (sp->refline) [all...] |