Lines Matching refs:tbuf
463 uint16 *tbuf; member
699 sp->tbuf = (uint16 *) _TIFFmalloc(tbuf_size); in PixarLogSetupDecode()
700 if (sp->tbuf == NULL) in PixarLogSetupDecode()
706 _TIFFfree(sp->tbuf); in PixarLogSetupDecode()
707 sp->tbuf = NULL; in PixarLogSetupDecode()
716 _TIFFfree(sp->tbuf); in PixarLogSetupDecode()
717 sp->tbuf = NULL; in PixarLogSetupDecode()
791 sp->stream.next_out = (unsigned char *) sp->tbuf; in PixarLogDecode()
839 up = sp->tbuf; in PixarLogDecode()
917 sp->tbuf = (uint16 *) _TIFFmalloc(tbuf_size); in PixarLogSetupEncode()
918 if (sp->tbuf == NULL) in PixarLogSetupEncode()
1160 for (i = 0, up = sp->tbuf; i < n; i += llen, up += llen) { in PixarLogEncode()
1185 sp->stream.next_in = (unsigned char *) sp->tbuf; in PixarLogEncode()
1304 if (sp->tbuf) in PixarLogCleanup()
1305 _TIFFfree(sp->tbuf); in PixarLogCleanup()