Home
last modified time | relevance | path

Searched refs:thisline (Results 1 – 2 of 2) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiffdither.c64 short *thisline, *nextline, *tmpptr; in fsdither() local
77 thisline = (short *)_TIFFmalloc(TIFFSafeMultiply(tmsize_t, imagewidth, sizeof (short))); in fsdither()
81 if (! (inputline && thisline && nextline && outline)) { in fsdither()
97 tmpptr = thisline; in fsdither()
98 thisline = nextline; in fsdither()
107 thisptr = thisline; in fsdither()
148 _TIFFfree(thisline); in fsdither()
H A Dtiffmedian.c817 short *thisline, *nextline; in quant_fsdither() local
827 thisline = (short *)_TIFFmalloc(imagewidth * 3 * sizeof (short)); in quant_fsdither()
833 SWAP(short *, thisline, nextline); in quant_fsdither()
837 thisptr = thisline; in quant_fsdither()
908 _TIFFfree(thisline); in quant_fsdither()