Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_ojpeg.c256 uint32 strile_width; member
1045 sp->strile_width=tif->tif_dir.td_tilewidth; in OJPEGReadHeaderInfo()
1051 sp->strile_width=sp->image_width; in OJPEGReadHeaderInfo()
1084 …sp->restart_interval=(uint16)(((sp->strile_width+sp->subsampling_hor*8-1)/(sp->subsampling_hor*8))… in OJPEGReadHeaderInfo()
1187 …sp->subsampling_convert_ylinelen=((sp->strile_width+sp->subsampling_hor*8-1)/(sp->subsampling_hor*… in OJPEGWriteHeaderInfo()
1220 …sp->subsampling_convert_clinelenout=((sp->strile_width+sp->subsampling_hor-1)/sp->subsampling_hor); in OJPEGWriteHeaderInfo()
1232 sp->bytes_per_line=sp->samples_per_pixel_per_plane*sp->strile_width; in OJPEGWriteHeaderInfo()
1368 sp->sof_x=sp->strile_width; in OJPEGReadHeaderInfoSec()
1610 if (((uint32)p<sp->image_width) && ((uint32)p<sp->strile_width)) in OJPEGReadHeaderInfoSecStreamSof()
1615 if ((uint32)p>sp->strile_width) in OJPEGReadHeaderInfoSecStreamSof()