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

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/ras/
H A Dras2tif.c36 * fixed bpsl calculation.
101 int bpsl; local
199 bpsl = ((depth * width + 15) >> 3) & ~1;
200 rowsperstrip = (8 * 1024) / bpsl;

Completed in 71 milliseconds