Searched refs:outptr (Results 1 – 3 of 3) sorted by relevance
65 register unsigned char *outptr; in fsdither() local109 _TIFFmemset(outptr = outline, 0, outlinesize); in fsdither()121 *outptr |= bit; in fsdither()126 outptr++; in fsdither()
764 register unsigned char *outptr, *inptr; in quant() local774 outptr = outline; in quant()779 *outptr++ = (unsigned char)histogram[red][green][blue]; in quant()818 register unsigned char *outptr; in quant_fsdither() local839 outptr = outline; in quant_fsdither()877 *outptr++ = oval; in quant_fsdither()
1420 JSAMPLE *outptr = (JSAMPLE*)tmpbuf + clumpoffset; in JPEGDecodeRaw() local1422 JSAMPLE *outptr = (JSAMPLE*)buf + clumpoffset; in JPEGDecodeRaw() local1433 outptr[0] = *inptr++; in JPEGDecodeRaw()1434 outptr += samples_per_clump; in JPEGDecodeRaw()1442 outptr[xpos] = *inptr++; in JPEGDecodeRaw()1443 outptr += samples_per_clump; in JPEGDecodeRaw()1956 JSAMPLE* outptr; in JPEGEncodeRaw() local1999 *outptr++ = inptr[0]; in JPEGEncodeRaw()2006 *outptr++ = inptr[xpos]; in JPEGEncodeRaw()2012 *outptr = outptr[-1]; in JPEGEncodeRaw()[all …]