Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffmedian.c851 register int cj, tmp, d2, dist; in quant_fsdither() local
863 cj = cell->entries[ci][0]; in quant_fsdither()
864 d2 = (rm[cj] >> COLOR_SHIFT) - r2; in quant_fsdither()
866 tmp = (gm[cj] >> COLOR_SHIFT) - g2; in quant_fsdither()
868 tmp = (bm[cj] >> COLOR_SHIFT) - b2; in quant_fsdither()
872 oval = cj; in quant_fsdither()