Home | History | Annotate | Download | only in libtiff

Lines Matching defs:tmpbuf

1385 		unsigned short* tmpbuf = _TIFFmalloc(sizeof(unsigned short) *
1388 if(tmpbuf==NULL) {
1428 JSAMPLE *outptr = (JSAMPLE*)tmpbuf + clumpoffset;
1466 ((unsigned char*)buf)[i] = tmpbuf[i] & 0xff;
1477 JSAMPLE *in_ptr = (JSAMPLE *) (tmpbuf + iPair * 2);
1497 _TIFFfree(tmpbuf);