Home
last modified time | relevance | path

Searched refs:outptr (Results 1 – 3 of 3) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiffdither.c65 register unsigned char *outptr; in fsdither() local
109 _TIFFmemset(outptr = outline, 0, outlinesize); in fsdither()
121 *outptr |= bit; in fsdither()
126 outptr++; in fsdither()
H A Dtiffmedian.c764 register unsigned char *outptr, *inptr; in quant() local
774 outptr = outline; in quant()
779 *outptr++ = (unsigned char)histogram[red][green][blue]; in quant()
818 register unsigned char *outptr; in quant_fsdither() local
839 outptr = outline; in quant_fsdither()
877 *outptr++ = oval; in quant_fsdither()
/libtiff-4.0.7/libtiff/
H A Dtif_jpeg.c1420 JSAMPLE *outptr = (JSAMPLE*)tmpbuf + clumpoffset; in JPEGDecodeRaw() local
1422 JSAMPLE *outptr = (JSAMPLE*)buf + clumpoffset; in JPEGDecodeRaw() local
1433 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() local
1999 *outptr++ = inptr[0]; in JPEGEncodeRaw()
2006 *outptr++ = inptr[xpos]; in JPEGEncodeRaw()
2012 *outptr = outptr[-1]; in JPEGEncodeRaw()
[all …]