Searched refs:pix2 (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcmp.c326 unsigned char *pix1 = p1, *pix2 = p2; local
332 if (*pix1 != *pix2) {
334 PrintIntDiff(row, s, pix, *pix1, *pix2);
336 PrintIntDiff(row, sample, pix, *pix1, *pix2);
340 pix2++;
347 uint16 *pix1 = (uint16 *)p1, *pix2 = (uint16 *)p2; local
353 if (*pix1 != *pix2)
354 PrintIntDiff(row, sample, pix, *pix1, *pix2);
357 pix2++;
365 uint32 *pix1 = (uint32 *)p1, *pix2 local
381 float *pix1 = (float *)p1, *pix2 = (float *)p2; local
[all...]

Completed in 112 milliseconds