Lines Matching refs:tbuf
461 uint16 *tbuf; member
693 sp->tbuf = (uint16 *) _TIFFmalloc(tbuf_size); in PixarLogSetupDecode()
694 if (sp->tbuf == NULL) in PixarLogSetupDecode()
775 sp->stream.next_out = (unsigned char *) sp->tbuf; in PixarLogDecode()
820 up = sp->tbuf; in PixarLogDecode()
898 sp->tbuf = (uint16 *) _TIFFmalloc(tbuf_size); in PixarLogSetupEncode()
899 if (sp->tbuf == NULL) in PixarLogSetupEncode()
1143 for (i = 0, up = sp->tbuf; i < n; i += llen, up += llen) { in PixarLogEncode()
1168 sp->stream.next_in = (unsigned char *) sp->tbuf; in PixarLogEncode()
1274 if (sp->tbuf) in PixarLogCleanup()
1275 _TIFFfree(sp->tbuf); in PixarLogCleanup()