Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dthumbnail.c486 int fw; in setupStepTables() local
497 b = (fw < 8) ? 0xff<<(8-fw) : 0xff; in setupStepTables()
499 fw -= 8 - (sx0&7); in setupStepTables()
500 if (fw < 0) in setupStepTables()
501 fw = 0; in setupStepTables()
502 src1[x] = fw >> 3; in setupStepTables()
503 fw -= (fw>>3)<<3; in setupStepTables()
504 src2[x] = 0xff << (8-fw); in setupStepTables()
518 uint32 fw = src1[x]; in setrow() local
526 switch (fw) { in setrow()
[all …]