Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dthumbnail.c390 static uint8* src2; /* horizontal bit stepping (end) */ variable
466 src2 = (uint8*) _TIFFmalloc(sizeof (uint8) * tnw); in initScale()
504 src2[x] = 0xff << (8-fw); in setupStepTables()