Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffdither.c64 short *thisline, *nextline, *tmpptr; in fsdither() local
78 nextline = (short *)_TIFFmalloc(TIFFSafeMultiply(tmsize_t, imagewidth, sizeof (short))); in fsdither()
81 if (! (inputline && thisline && nextline && outline)) { in fsdither()
93 nextptr = nextline; in fsdither()
98 thisline = nextline; in fsdither()
99 nextline = tmpptr; in fsdither()
104 nextptr = nextline; in fsdither()
108 nextptr = nextline; in fsdither()
149 _TIFFfree(nextline); in fsdither()
H A Dtiffmedian.c795 nextptr = nextline; \
817 short *thisline, *nextline; in quant_fsdither() local
828 nextline = (short *)_TIFFmalloc(imagewidth * 3 * sizeof (short)); in quant_fsdither()
833 SWAP(short *, thisline, nextline); in quant_fsdither()
838 nextptr = nextline; in quant_fsdither()
909 _TIFFfree(nextline); in quant_fsdither()