Home | History | Annotate | Download | only in libtiff

Lines Matching full:strile_length

266 	uint32 strile_length;
1055 sp->strile_length=tif->tif_dir.td_tilelength;
1056 sp->strile_length_total=((sp->image_length+sp->strile_length-1)/sp->strile_length)*sp->strile_length;
1061 sp->strile_length=tif->tif_dir.td_rowsperstrip;
1086 if (sp->strile_length<sp->image_length)
1088 if (sp->strile_length%(sp->subsampling_ver*8)!=0)
1093 sp->restart_interval=((sp->strile_width+sp->subsampling_hor*8-1)/(sp->subsampling_hor*8))*(sp->strile_length/(sp->subsampling_ver*8));
1232 sp->lines_per_strile=((sp->strile_length+sp->subsampling_ver-1)/sp->subsampling_ver);
1242 sp->lines_per_strile=sp->strile_length;