Searched refs:nextptr (Results 1 – 2 of 2) sorted by relevance
66 register short *thisptr, *nextptr; in fsdither() local93 nextptr = nextline; in fsdither()95 *nextptr++ = *inptr++; in fsdither()104 nextptr = nextline; in fsdither()106 *nextptr++ = *inptr++; in fsdither()108 nextptr = nextline; in fsdither()133 nextptr[-1] += v * 3 / 16; in fsdither()134 *nextptr++ += v * 5 / 16; in fsdither()136 nextptr[0] += v / 16; in fsdither()
819 register short *thisptr, *nextptr; in quant_fsdither() local838 nextptr = nextline; in quant_fsdither()888 nextptr[-3] += blue * 3 / 16; in quant_fsdither()889 nextptr[-2] += green * 3 / 16; in quant_fsdither()890 nextptr[-1] += red * 3 / 16; in quant_fsdither()892 nextptr[0] += blue * 5 / 16; in quant_fsdither()893 nextptr[1] += green * 5 / 16; in quant_fsdither()894 nextptr[2] += red * 5 / 16; in quant_fsdither()896 nextptr[3] += blue / 16; in quant_fsdither()898 nextptr[5] += red / 16; in quant_fsdither()[all …]