Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_ojpeg.c257 uint32 strile_width; member
1053 sp->strile_width=tif->tif_dir.td_tilewidth; in OJPEGReadHeaderInfo()
1059 sp->strile_width=sp->image_width; in OJPEGReadHeaderInfo()
1092 …sp->restart_interval=(uint16)(((sp->strile_width+sp->subsampling_hor*8-1)/(sp->subsampling_hor*8))… in OJPEGReadHeaderInfo()
1195 …sp->subsampling_convert_ylinelen=((sp->strile_width+sp->subsampling_hor*8-1)/(sp->subsampling_hor*… in OJPEGWriteHeaderInfo()
1228 …sp->subsampling_convert_clinelenout=((sp->strile_width+sp->subsampling_hor-1)/sp->subsampling_hor); in OJPEGWriteHeaderInfo()
1240 sp->bytes_per_line=sp->samples_per_pixel_per_plane*sp->strile_width; in OJPEGWriteHeaderInfo()
1376 sp->sof_x=sp->strile_width; in OJPEGReadHeaderInfoSec()
1618 if (((uint32)p<sp->image_width) && ((uint32)p<sp->strile_width)) in OJPEGReadHeaderInfoSecStreamSof()
1623 if ((uint32)p>sp->strile_width) in OJPEGReadHeaderInfoSecStreamSof()

Completed in 8 milliseconds