Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffdither.c66 register short *thisptr, *nextptr; in fsdither() local
107 thisptr = thisline; in fsdither()
115 v = *thisptr++; in fsdither()
130 thisptr[0] += v * 7 / 16; in fsdither()
H A Dtiffmedian.c819 register short *thisptr, *nextptr; in quant_fsdither() local
837 thisptr = thisline; in quant_fsdither()
845 GetComponent(*thisptr++, r2, red); in quant_fsdither()
846 GetComponent(*thisptr++, g2, green); in quant_fsdither()
847 GetComponent(*thisptr++, b2, blue); in quant_fsdither()
882 thisptr[0] += blue * 7 / 16; in quant_fsdither()
883 thisptr[1] += green * 7 / 16; in quant_fsdither()
884 thisptr[2] += red * 7 / 16; in quant_fsdither()