Home | History | Annotate | Download | only in libtiff

Lines Matching defs:tmpbuf

1314         unsigned short* tmpbuf = _TIFFmalloc(sizeof(unsigned short) *
1317 if(tmpbuf==NULL) {
1357 JSAMPLE *outptr = (JSAMPLE*)tmpbuf + clumpoffset;
1395 ((unsigned char*)buf)[i] = tmpbuf[i] & 0xff;
1406 JSAMPLE *in_ptr = (JSAMPLE *) (tmpbuf + iPair * 2);
1426 _TIFFfree(tmpbuf);